From 94682f124d792fee71f78bd9c3fce7a4e94d26ba Mon Sep 17 00:00:00 2001 From: Patrick Brady <patrick.brady@att.com> Date: Thu, 26 Sep 2019 14:33:37 -0700 Subject: Increment version to 1.6.5-SNAPSHOT Change-Id: I8f46159c5e0a0024e74a493ca8c080787060bea5 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686 --- cdt/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cdt') diff --git a/cdt/pom.xml b/cdt/pom.xml index 2b20ac5..cfd98c7 100644 --- a/cdt/pom.xml +++ b/cdt/pom.xml @@ -27,14 +27,14 @@ limitations under the License. <parent> <groupId>org.onap.appc.deployment</groupId> <artifactId>appc-docker-project</artifactId> - <version>1.6.4-SNAPSHOT</version> + <version>1.6.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>installation-cdt</artifactId> - <version>1.6.4-SNAPSHOT</version> + <version>1.6.5-SNAPSHOT</version> <name>Installation - CDT Docker</name> <description>Creates APPC CDT Docker container</description> -- cgit