Update sdc-be-common to 1.10.0 95/141295/1 master
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 16 Jun 2025 08:01:47 +0000 (10:01 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 16 Jun 2025 08:39:07 +0000 (10:39 +0200)
- update sdc-be-common (1.7.1 -> 1.10.0)
- bump snapshot version to 1.14.0-SNAPSHOT

Issue-ID: SDC-4742
Change-Id: I2ef3b8cc63f891ad27ee89b1e64e7a70e59a18ab
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
pom.xml
sdc-workflow-designer-be/pom.xml
sdc-workflow-designer-init/pom.xml
sdc-workflow-designer-ui/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 397e03e..f77eecf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
     <artifactId>sdc-workflow-designer-parent</artifactId>
     <name>sdc-sdc-workflow-designer</name>
-    <version>1.13.2-SNAPSHOT</version>
+    <version>1.14.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 8055169..af5dbde 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.13.2-SNAPSHOT</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -25,7 +25,7 @@
         <mockito.version>3.7.7</mockito.version>
         <springframework.plugin.version>2.0.0.RELEASE</springframework.plugin.version>
         <zusammen.version>1.0.2</zusammen.version>
-        <sdc-be-common.version>1.7.1</sdc-be-common.version>
+        <sdc-be-common.version>1.10.0</sdc-be-common.version>
         <junitJupiter.version>5.9.1</junitJupiter.version>
         <junit.platform.version>1.9.0</junit.platform.version>
         <janino.version>3.1.10</janino.version>
index 7419c92..2abdec2 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.13.2-SNAPSHOT</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <profiles>
index c5d104e..0413139 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>sdc-workflow-designer-parent</artifactId>
-        <version>1.13.2-SNAPSHOT</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <properties>
index f356022..ed6ad18 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=13
-patch=2
+minor=14
+patch=0
 
 base_version=${major}.${minor}.${patch}