diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-01-15 12:44:54 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-01-23 21:05:06 +0000 |
commit | ab98e98ea587c7fc753300c5a5bf0d512b627649 (patch) | |
tree | afe3a7ba8a6917319711685efbc96e2c91b1258e /platform-logic | |
parent | 6e3d64d792e0db06524e5edb21180bf76d5c3ff2 (diff) |
Increment version to 1.7.1-SNAPSHOT
Change-Id: Ifa5250c5bbd8c6d0dd43097cc228532031bd7e2c
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
Diffstat (limited to 'platform-logic')
-rw-r--r-- | platform-logic/appc/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/installer/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/platform-logic/appc/pom.xml b/platform-logic/appc/pom.xml index 719e6d2..0defb26 100644 --- a/platform-logic/appc/pom.xml +++ b/platform-logic/appc/pom.xml @@ -26,14 +26,14 @@ limitations under the License. <parent> <groupId>org.onap.appc.deployment</groupId> <artifactId>platform-logic</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>platform-logic-appc</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> <name>Platform Logic : APP-C</name> <description>Contains platform-level service logic for the APP-C Platform</description> diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml index d3d85ed..4cf6a3a 100644 --- a/platform-logic/installer/pom.xml +++ b/platform-logic/installer/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>platform-logic</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>platform-logic-installer</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> <name>Platform Logic Installer for APP-C</name> <description>Contains platform-level service logic installer for APP-C</description> diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index 198edf8..afa9600 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/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.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>platform-logic</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> <name>Platform Logic</name> <description>Contains platform-level service logic. Installs APP-C Directed Graphs during Docker instantiation.</description> |