diff options
-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 | 4 | ||||
-rw-r--r-- | ms/pom.xml | 4 | ||||
-rw-r--r-- | ms/sanity-test/pom.xml | 4 | ||||
-rw-r--r-- | ms/sanity-test/sanity-test-app/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 10 | ||||
-rw-r--r-- | version.properties | 2 |
8 files changed, 18 insertions, 18 deletions
diff --git a/ms/gra/gra-app/pom.xml b/ms/gra/gra-app/pom.xml index e076644..38e8fad 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.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>gra-app</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.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 6af3413..6dbaa2e 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.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>gra-docker</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.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 56b8e39..dae86c4 100644 --- a/ms/gra/pom.xml +++ b/ms/gra/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>sdnc-apps-ms</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <artifactId>gra</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-apps :: ms :: ${project.artifactId}</name> @@ -25,12 +25,12 @@ <parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>sdnc-apps</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <!-- Unnecessary comment to test generated jobs from PR --> <artifactId>sdnc-apps-ms</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Micro-services Root</name> diff --git a/ms/sanity-test/pom.xml b/ms/sanity-test/pom.xml index d588798..556ebf0 100644 --- a/ms/sanity-test/pom.xml +++ b/ms/sanity-test/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>sdnc-apps-ms</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <artifactId>sanity-test</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-apps :: ms :: ${project.artifactId}</name> diff --git a/ms/sanity-test/sanity-test-app/pom.xml b/ms/sanity-test/sanity-test-app/pom.xml index 9c273af..a8319cb 100644 --- a/ms/sanity-test/sanity-test-app/pom.xml +++ b/ms/sanity-test/sanity-test-app/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>sanity-test</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.apps</groupId> <artifactId>sanity-test-app</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-apps :: ms :: sanity-test :: ${project.artifactId}</name> @@ -10,7 +10,7 @@ <groupId>org.onap.sdnc.apps</groupId> <artifactId>sdnc-apps</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-apps</name> @@ -19,11 +19,11 @@ <properties> <aaf.cadi.version>2.1.21</aaf.cadi.version> - <ccsdk.apps.version>1.3.0-SNAPSHOT</ccsdk.apps.version> + <ccsdk.apps.version>1.3.0</ccsdk.apps.version> <ccsdk.docker.version>1.3-STAGING-latest</ccsdk.docker.version> - <ccsdk.distribution.version>1.3.0-SNAPSHOT</ccsdk.distribution.version> - <sdnc.northbound.version>2.3.0-SNAPSHOT</sdnc.northbound.version> - <sdnc.oam.version>2.3.0-SNAPSHOT</sdnc.oam.version> + <ccsdk.distribution.version>1.3.1</ccsdk.distribution.version> + <sdnc.northbound.version>2.3.0</sdnc.northbound.version> + <sdnc.oam.version>2.3.0</sdnc.oam.version> </properties> <modules> diff --git a/version.properties b/version.properties index 9bbfe90..43a7068 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=3 +sprint_number=4 feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} |