summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-29 10:51:53 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-29 10:51:53 -0400
commit950f9e1ca067c45ba74933030ebf715206bb6017 (patch)
tree2de765263d4b7ec325224cd9ee12ce1f5289e06a
parent1e65a92a826ef75e03b33ffceb72d8357ec88cc4 (diff)
Prepare for release1.2.0
Prepare ccsdk/utils for release by rolling to new version 1.2.0 Change-Id: I5817f7d58f6f71255985273c23512d17f984cd95 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 08d50d3..79b71ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.utils</groupId>
<artifactId>utils</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>ccsdk-utils</name>
<description>CCSDK Utilities</description>
@@ -14,6 +14,6 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
+ <version>1.2.3</version>
</parent>
</project>
diff --git a/version.properties b/version.properties
index b5d10a7..55f9564 100644
--- a/version.properties
+++ b/version.properties
@@ -5,8 +5,8 @@
release_name=1
-sprint_number=1
-feature_revision=1
+sprint_number=2
+feature_revision=0
base_version=${release_name}.${sprint_number}.${feature_revision}