From 2acd24aa7f0b37804a65d2d42dc1c97de1629cce Mon Sep 17 00:00:00 2001 From: Barry Nouwt Date: Thu, 21 May 2026 13:52:31 +0200 Subject: [PATCH] Prepare for 1.5.1-SNAPSHOT --- admin-ui/src/main/resources/openapi-admin-ui.yaml | 2 +- pom.xml | 2 +- smart-connector-rest-server/src/main/resources/openapi-sc.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: