diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-08-03 23:06:41 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-08-03 23:06:45 -0700 |
commit | ccec11114744377358c8a3e87174aa4d29019f58 (patch) | |
tree | 4f6a7dc558fd2ff044b4aa6f5e4e059f3e2c151f /appc-dg-util/appc-dg-util-bundle | |
parent | 66785019bdd7082df937ed97da8745e6e88a34db (diff) |
Increment versions after release
Change-Id: I83b000b7c4ac94b5eba396b5e1856a970fa90623
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
Diffstat (limited to 'appc-dg-util/appc-dg-util-bundle')
-rw-r--r-- | appc-dg-util/appc-dg-util-bundle/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-dg-util/appc-dg-util-bundle/pom.xml b/appc-dg-util/appc-dg-util-bundle/pom.xml index b37215a7b..5c1bbe4cd 100644 --- a/appc-dg-util/appc-dg-util-bundle/pom.xml +++ b/appc-dg-util/appc-dg-util-bundle/pom.xml @@ -32,7 +32,7 @@ </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-dg-util-bundle</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>appc-dg-util - bundle</name> <properties> @@ -176,7 +176,7 @@ <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-netconf-adapter-bundle</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> |