summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2019-06-28 00:27:06 -0400
committersu622b <su622b@att.com>2019-06-28 00:27:18 -0400
commit0469b8766e53f615bf4902b38cc305cc9840f2a2 (patch)
tree7e3f5ae6f905ecbf29379ed774498f48d9112001
parent5e77b9e354dfeea89b4cae3e280fd6d3b5654e0b (diff)
update oparent5.0.2-ONAPelalto
Issue-ID: DMAAP-1125 Change-Id: I011bb261a8653b0bf15dec36aa552282fe88420a Signed-off-by: su622b <su622b@att.com>
-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 a7d2230..e0516b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,13 +25,13 @@
<groupId>org.onap.dmaap.messagerouter.mirroragent</groupId>
<artifactId>dmaapMMAgent</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.3-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.1</version>
+ <version>2.0.0</version>
</parent>
<name>dmaap-messagerouter-mirroragent</name>
diff --git a/version.properties b/version.properties
index ac02ac5..05dc9e5 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=1
minor=1
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}