aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2019-07-11 09:34:11 -0400
committerJerry Flood <jflood@att.com>2019-07-11 09:49:14 -0400
commit8d79b30fed898ede2b551a579e3564cb196f707b (patch)
tree79bf17dc6c998ef6e218f5b03d023bd3519a3863
parente8aaf9e7a6dbe61f1508c6b7f04fa9b14f2e4c7d (diff)
Update the version to ElAlto (2.1)
Issue-ID: OPTFRA-481 Change-Id: I68562a0a2f3cb6af32f001d5ac3c4b1db5fc22fc Signed-off-by: Jerry Flood <jflood@att.com>
-rw-r--r--cmso-database/pom.xml2
-rw-r--r--cmso-optimizer/pom.xml2
-rw-r--r--cmso-robot/pom.xml2
-rw-r--r--cmso-service/pom.xml2
-rw-r--r--cmso-sonar/pom.xml2
-rw-r--r--cmso-ticketmgt/pom.xml2
-rw-r--r--cmso-topology/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
9 files changed, 9 insertions, 9 deletions
diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml
index 86ac3c4..dddd293 100644
--- a/cmso-database/pom.xml
+++ b/cmso-database/pom.xml
@@ -36,7 +36,7 @@
<parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso</groupId>
diff --git a/cmso-optimizer/pom.xml b/cmso-optimizer/pom.xml
index 12188bc..4ffa2e9 100644
--- a/cmso-optimizer/pom.xml
+++ b/cmso-optimizer/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso.optimizer</groupId>
diff --git a/cmso-robot/pom.xml b/cmso-robot/pom.xml
index 074d046..0a7696b 100644
--- a/cmso-robot/pom.xml
+++ b/cmso-robot/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso</groupId>
diff --git a/cmso-service/pom.xml b/cmso-service/pom.xml
index 6609836..7f7d555 100644
--- a/cmso-service/pom.xml
+++ b/cmso-service/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso.service</groupId>
diff --git a/cmso-sonar/pom.xml b/cmso-sonar/pom.xml
index c98e691..95d41bb 100644
--- a/cmso-sonar/pom.xml
+++ b/cmso-sonar/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso.sonar</groupId>
diff --git a/cmso-ticketmgt/pom.xml b/cmso-ticketmgt/pom.xml
index 80b1c76..33d4ca5 100644
--- a/cmso-ticketmgt/pom.xml
+++ b/cmso-ticketmgt/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso.ticketmgt</groupId>
diff --git a/cmso-topology/pom.xml b/cmso-topology/pom.xml
index 15d25a7..b450960 100644
--- a/cmso-topology/pom.xml
+++ b/cmso-topology/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso.topology</groupId>
diff --git a/pom.xml b/pom.xml
index b0aea83..729b8f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>optf-cmso</name>
diff --git a/version.properties b/version.properties
index 8c8b61f..21eff05 100644
--- a/version.properties
+++ b/version.properties
@@ -26,7 +26,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=2
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}