From dcf0ab87b87db99a1f3efa65edf9458dfc0d08ac Mon Sep 17 00:00:00 2001 From: Martin Mois Date: Tue, 18 Jul 2023 16:58:40 +0200 Subject: [PATCH] added jasyncapicmp --- config/tools-automated.json | 19 ------------------- config/tools-manual.json | 21 ++++++++++++++++++++- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/config/tools-automated.json b/config/tools-automated.json index 64cc3f3c6fa..1a91ef8f5fa 100644 --- a/config/tools-automated.json +++ b/config/tools-automated.json @@ -270,25 +270,6 @@ "hasCommercial": false, "isAsyncAPIOwner": true } - }, - { - "title": "jasyncapicmp", - "description": "Tool/library/maven-plugin for comparing two AsyncAPI versions and evaluating compatibility.", - "links": { - "websiteUrl": "https://siom79.github.io/jasyncapicmp/", - "repoUrl": "https://github.com/siom79/jasyncapicmp" - }, - "filters": { - "language": "Java", - "technology": [ - "Maven" - ], - "categories": [ - "compare-tool" - ], - "hasCommercial": false, - "isAsyncAPIOwner": false - } } ] }, diff --git a/config/tools-manual.json b/config/tools-manual.json index 2557abfabf4..cb4fd811694 100644 --- a/config/tools-manual.json +++ b/config/tools-manual.json @@ -588,7 +588,26 @@ "language": "TypeScript", "categories": ["compare-tool"] } - } + }, + { + "title": "jasyncapicmp", + "description": "Tool/library/maven-plugin for comparing two AsyncAPI versions and evaluating compatibility.", + "links": { + "websiteUrl": "https://siom79.github.io/jasyncapicmp/", + "repoUrl": "https://github.com/siom79/jasyncapicmp" + }, + "filters": { + "language": "Java", + "technology": [ + "Maven" + ], + "categories": [ + "compare-tool" + ], + "hasCommercial": false, + "isAsyncAPIOwner": false + } + } ] }, "Others": {