diff options
author | su622b <su622b@att.com> | 2019-06-28 00:25:50 -0400 |
---|---|---|
committer | su622b <su622b@att.com> | 2019-06-28 00:26:00 -0400 |
commit | 3815da092efa0a1047b276fba2ce01ad3cb2a0ab (patch) | |
tree | 2f0419586a8e0f4982adfa7a2ca1e84851e0766b | |
parent | 437cec5434271167a15c4fcdd19ab60d84774c13 (diff) |
update oparent
Issue-ID: DMAAP-1125
Change-Id: Id040c4d21e354617a462cc97220696042dc003db
Signed-off-by: su622b <su622b@att.com>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> <artifactId>dmaapClient</artifactId> <packaging>jar</packaging> - <version>1.1.9-SNAPSHOT</version> + <version>1.1.10-SNAPSHOT</version> <name>dmaap-messagerouter-dmaapclient</name> <description>Client library for MR event routing API</description> <url>https://gerrit.onap.org/r/gitweb?p=dmaap/messagerouter/dmaapclient.git</url> @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.1</version> + <version>2.0.0</version> </parent> <properties> <!-- for the client library, we want to allow 1.6 or later --> diff --git a/version.properties b/version.properties index ad77b29..7ce0f80 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=9 +patch=10 base_version=${major}.${minor}.${patch} |