diff options
author | JvD_Ericsson <jeff.van.dam@est.tech> | 2023-10-12 10:25:09 +0100 |
---|---|---|
committer | Jeff van Dam <jeff.van.dam@est.tech> | 2023-10-12 12:09:20 +0000 |
commit | dd5b38edf85bcac87fb1c0fb822b20cde7893c4a (patch) | |
tree | decf8269962aa90fd252b839b7ec10d6c1cc8c73 | |
parent | c663f64a5ccb1c91c284dbe9b994aa0f3094cd80 (diff) |
Step up version to 1.9.0-SNAPSHOT
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I4abc8445bafe849ac8c2a34b1c2339bac400cd80
Issue-ID: SDC-4656
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | security-util-lib/pom.xml | 2 | ||||
-rw-r--r-- | session-lib/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 | ||||
-rw-r--r-- | versioning-lib/pom.xml | 2 | ||||
-rw-r--r-- | zusammen-lib/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -31,7 +31,7 @@ <groupId>org.onap.sdc.sdc-be-common</groupId> <artifactId>sdc-be-common-parent</artifactId> <name>sdc-be-common</name> - <version>1.8.0-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/security-util-lib/pom.xml b/security-util-lib/pom.xml index b2de64a..75968ed 100644 --- a/security-util-lib/pom.xml +++ b/security-util-lib/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.onap.sdc.sdc-be-common</groupId> <artifactId>sdc-be-common-parent</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/session-lib/pom.xml b/session-lib/pom.xml index 24e101f..da7c371 100644 --- a/session-lib/pom.xml +++ b/session-lib/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.sdc.sdc-be-common</groupId> <artifactId>sdc-be-common-parent</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> diff --git a/version.properties b/version.properties index e9cc5ea..4781543 100644 --- a/version.properties +++ b/version.properties @@ -21,7 +21,7 @@ # change: # major=1 -minor=8 +minor=9 patch=0 base_version=${major}.${minor}.${patch} diff --git a/versioning-lib/pom.xml b/versioning-lib/pom.xml index 0be08d0..bbeeee6 100644 --- a/versioning-lib/pom.xml +++ b/versioning-lib/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.sdc.sdc-be-common</groupId> <artifactId>sdc-be-common-parent</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/zusammen-lib/pom.xml b/zusammen-lib/pom.xml index 0fe85e4..2c98861 100644 --- a/zusammen-lib/pom.xml +++ b/zusammen-lib/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.sdc.sdc-be-common</groupId> <artifactId>sdc-be-common-parent</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> <properties> |