diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-24 08:49:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-24 08:49:42 -0400 |
commit | f68859f776a1c00c33fe70553ac5d8a82b25cda0 (patch) | |
tree | b3ac57d870313cd919a738e747b87300f728cca6 | |
parent | 97d2c5e94ee437462d2f39ebf8acfce40ae43190 (diff) |
Roll versions for Jakarta release
Roll versions in master branch for use in Jakarta release
Issue-ID: SDNC-1611
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I04c26eda7ec2490fa4411cb2c2e4e0ff67a5b5ef
-rw-r--r-- | ms/gra/gra-app/pom.xml | 4 | ||||
-rw-r--r-- | ms/gra/gra-docker/pom.xml | 4 | ||||
-rw-r--r-- | ms/gra/pom.xml | 12 | ||||
-rw-r--r-- | ms/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
6 files changed, 15 insertions, 15 deletions
diff --git a/ms/gra/gra-app/pom.xml b/ms/gra/gra-app/pom.xml index b69e57b..d122be5 100644 --- a/ms/gra/gra-app/pom.xml +++ b/ms/gra/gra-app/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>gra</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>gra-app</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-apps :: ms :: gra :: ${project.artifactId}</name> diff --git a/ms/gra/gra-docker/pom.xml b/ms/gra/gra-docker/pom.xml index fdb393d..4bb725c 100644 --- a/ms/gra/gra-docker/pom.xml +++ b/ms/gra/gra-docker/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>gra</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>gra-docker</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-apps :: ms :: gra :: ${project.artifactId}</name> diff --git a/ms/gra/pom.xml b/ms/gra/pom.xml index 3617454..e36f8b9 100644 --- a/ms/gra/pom.xml +++ b/ms/gra/pom.xml @@ -24,11 +24,11 @@ <parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>sdnc-apps-ms</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>gra</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-apps :: ms :: ${project.artifactId}</name> @@ -36,10 +36,10 @@ <properties> <aaf.cadi.version>2.1.21</aaf.cadi.version> - <ccsdk.apps.version>1.2.0</ccsdk.apps.version> - <ccsdk.docker.version>1.1-STAGING-latest</ccsdk.docker.version> - <sdnc.northbound.version>2.2.0</sdnc.northbound.version> - <sdnc.oam.version>2.2.0</sdnc.oam.version> + <ccsdk.apps.version>1.3.0-SNAPSHOT</ccsdk.apps.version> + <ccsdk.docker.version>1.2-STAGING-latest</ccsdk.docker.version> + <sdnc.northbound.version>2.3.0-SNAPSHOT</sdnc.northbound.version> + <sdnc.oam.version>2.3.0-SNAPSHOT</sdnc.oam.version> <gratest.mysql.database>testdb</gratest.mysql.database> <gratest.mysql.root.password>itsASecret</gratest.mysql.root.password> <gratest.mysql.user>testdb</gratest.mysql.user> @@ -24,11 +24,11 @@ <parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>sdnc-apps</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>sdnc-apps-ms</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Micro-services Root</name> @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-25-starter-parent</artifactId> - <version>2.2.1</version> + <version>2.3.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>sdnc-apps</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-apps</name> diff --git a/version.properties b/version.properties index a41e028..9bbfe90 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support release_name=2 -sprint_number=2 +sprint_number=3 feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} |