summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Hickey <gerard.hickey@ericsson.com>2019-06-27 07:54:24 +0100
committerGerard Hickey <gerard.hickey@ericsson.com>2019-06-28 07:36:22 +0100
commit8dfdab2e0d775dd21eadb6ec2821e3196020071d (patch)
tree436e9084eb75cbe6f197cede4f31f719502df8bb
parent8b84c0efa23d14062432e6ded35558748f5e990a (diff)
JJB alignment across DCAE components - DCAE PM-Mapper
Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: I994d862657cf6d8624e33beb302f06a96023a7d0
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 2addd1e..41750d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,12 +26,12 @@
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>pm-mapper</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
+ <version>2.0.0</version>
</parent>
<name>dcaegen2-services-pm-mapper</name>
diff --git a/version.properties b/version.properties
index 99f53cd..b304d19 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
minor=1
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file