diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-05-22 15:21:16 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-05-22 22:23:24 +0000 |
commit | 1e8f10efeff5b2e7c411b76ea7fea7edf8f1cafd (patch) | |
tree | 2933f4fd7b390804fd324fc21d21ff95419ab069 /installation/pom.xml | |
parent | d439f5d2c1f3ad95ebb2b32ae09cf419f80a86a4 (diff) |
Increment version to 1.7.3-SNAPSHOT6.0.0-ONAP
Change-Id: I8847cdf21ef45f20dbd9631f8f76660c8745285a
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
Diffstat (limited to 'installation/pom.xml')
-rw-r--r-- | installation/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/pom.xml b/installation/pom.xml index cb9759f..f536e85 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -28,14 +28,14 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.appc.deployment</groupId> <artifactId>appc-docker-project</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>installation</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> <name>Installation</name> <description>Installs APP-C on local file system</description> |