diff --git a/admin-ui/src/main/resources/openapi-admin-ui.yaml b/admin-ui/src/main/resources/openapi-admin-ui.yaml index bfe981de..a5b9659f 100644 --- a/admin-ui/src/main/resources/openapi-admin-ui.yaml +++ b/admin-ui/src/main/resources/openapi-admin-ui.yaml @@ -5,7 +5,7 @@ info: description: This API provides information on Knowledge Engine Runtimes (todo), Smart Connectors, Knowledge Bases, and Knowledge Interactions in a Knowledge Engine Network. - version: 1.5.0 + version: 1.5.1-SNAPSHOT paths: /rest/admin/sc/all/{include-meta}: diff --git a/pom.xml b/pom.xml index f17abe25..b440fbb4 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ 6.0.3 25 25 - 1.5.0 + 1.5.1-SNAPSHOT diff --git a/smart-connector-rest-server/src/main/resources/openapi-sc.yaml b/smart-connector-rest-server/src/main/resources/openapi-sc.yaml index 70989510..f2b0cbf7 100644 --- a/smart-connector-rest-server/src/main/resources/openapi-sc.yaml +++ b/smart-connector-rest-server/src/main/resources/openapi-sc.yaml @@ -7,7 +7,7 @@ info: Interactions are (un)registered and data is exchanged. Each Smart Connector is coupled with a Knowledge Base Id, so every rest call uses this Knowledge Base Id to identify yourself. - version: 1.5.0 + version: 1.5.1-SNAPSHOT paths: /sc: