diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-08-07 13:21:49 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-08-07 13:22:01 -0700 |
commit | 3f2b65292b3292e0bab4381f36e4027feaf6c0ff (patch) | |
tree | b09e96418be00388709693fe3b7f7d7becaa69cc /installation | |
parent | fedb0de4bcfb6fe5acb8788a5a0fe8b98b3a2641 (diff) |
Increment version to 1.6.2
Change-Id: I59c00a657cc6a558ca7f792db703748c94d75471
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/pom.xml | 4 | ||||
-rw-r--r-- | installation/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index f062133..4f1246a 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -26,14 +26,14 @@ limitations under the License. <parent> <groupId>org.onap.appc.deployment</groupId> <artifactId>installation</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>installation-appc</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <name>Installation - APPC Docker</name> <description>Creates APPC Docker container on top of the SDNC Base Docker Image</description> diff --git a/installation/pom.xml b/installation/pom.xml index 404a516..74d0416 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.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>installation</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <name>Installation</name> <description>Installs APP-C on local file system</description> |