summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2021-02-12 14:49:20 -0500
committerwr148d <wr148d@att.com>2021-02-12 14:49:20 -0500
commit3a0b75b1c4bcb207a8c07d8f7094b82c43db0b8e (patch)
tree6d56d947bdc0b56b462b17481567541c0946059b
parent4d750d21cffd991b4bc5b735455fc9fceb516937 (diff)
Upversion the Sparky backend to support the latest functionality for Honolulu
Issue-ID: AAI-3250 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I634b2f370275d0a6e2f3aa666e92dcfcea7494b3
-rw-r--r--pom.xml2
-rw-r--r--sparkybe-onap-application/pom.xml4
-rw-r--r--sparkybe-onap-service/pom.xml4
-rw-r--r--version.properties4
4 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index eecbecc..c856f2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>sparky-be</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>aai-sparky-be</name>
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml
index 5b1571b..3fb8c5e 100644
--- a/sparkybe-onap-application/pom.xml
+++ b/sparkybe-onap-application/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.aai</groupId>
<artifactId>sparky-be</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.sparky-be</groupId>
<artifactId>sparkybe-onap-application</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml
index a0d6810..f8b76b6 100644
--- a/sparkybe-onap-service/pom.xml
+++ b/sparkybe-onap-service/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>org.onap.aai</groupId>
<artifactId>sparky-be</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.sparky-be</groupId>
<artifactId>sparkybe-onap-service</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/version.properties b/version.properties
index 11f0383..a3ac0d9 100644
--- a/version.properties
+++ b/version.properties
@@ -2,8 +2,8 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-major=1
-minor=8
+major=2
+minor=0
patch=0
base_version=${major}.${minor}.${patch}