diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-09-26 14:33:37 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-09-26 14:33:37 -0700 |
commit | 94682f124d792fee71f78bd9c3fce7a4e94d26ba (patch) | |
tree | 4445e0c6164e1e08f92100632ec3421ba2a1604b /cdt | |
parent | 7ca144aca569c456656f59abcdafab77b192e144 (diff) |
Increment version to 1.6.5-SNAPSHOT5.0.2-ONAPelalto
Change-Id: I8f46159c5e0a0024e74a493ca8c080787060bea5
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
Diffstat (limited to 'cdt')
-rw-r--r-- | cdt/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |