diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-04-26 12:36:25 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-04-26 12:36:49 -0700 |
commit | ed1cf1fb3c4c581cc03d82f640d7a550cafc9430 (patch) | |
tree | f3f43cdd7c1cba33fdbc0c4c1455d7938ca40333 /appc-config/appc-encryption-tool/installer | |
parent | b3200dea9bcab964888af54efc4244425bb4e849 (diff) |
Increment snapshot version
Change from 1.5.0-SNAPSHOT to 1.6.0-SNAPSHOT to prepare
for next development cycle.
Change-Id: I187785ab4b11a37815289d20ba802c48e86cee7f
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1585
Diffstat (limited to 'appc-config/appc-encryption-tool/installer')
-rw-r--r-- | appc-config/appc-encryption-tool/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-config/appc-encryption-tool/installer/pom.xml b/appc-config/appc-encryption-tool/installer/pom.xml index fe5525107..9e7755f8f 100644 --- a/appc-config/appc-encryption-tool/installer/pom.xml +++ b/appc-config/appc-encryption-tool/installer/pom.xml @@ -30,7 +30,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-config-encryption-tool-installer</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <name>Config Component Encryption Tool - Installer</name> <packaging>pom</packaging> <properties> @@ -56,7 +56,7 @@ <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-config-encryption-tool-provider</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </dependency> </dependencies> <build> |