diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-04-26 14:18:39 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-04-26 14:18:55 -0700 |
commit | 8c18854ab1e49f5b5bf76bf32c63502fc0c0d05d (patch) | |
tree | 4e6db73bae31fc6a9904062405e05caecb1d65ac /installation | |
parent | cd9e460cfa7cbd090156045711c4d95efa6765b3 (diff) |
Increment snapshot version
Change from 1.5.0-SNAPSHOT to 1.6.0-SNAPSHOT to prepare
for next development cycle.
Change-Id: I0892b8961b280a29870591cb474ab12fd6469972
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1585
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 79f709f..11c64d5 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.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>installation-appc</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-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 8ad99b3..1be60b6 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.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>installation</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <name>Installation</name> <description>Installs APP-C on local file system</description> |