diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-22 10:56:50 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-22 10:57:54 -0700 |
commit | 04f2804a998f6982b4f2eba9821c232d16a949d1 (patch) | |
tree | 89a8bd284012216a1e0bdacd0ea2da204eb3cb6c /platform-logic | |
parent | f7d392a5af985e50684ed9f90efabca8679bc720 (diff) |
Increment versions for new branch
Going from version 1.3.0-SNAPSHOT
to 1.4.0-SNAPSHOT
Change-Id: I596ecc3a8e5f27daf2f651b8134a10359277c905
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-916
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 4dce7db..e6a4301 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.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>platform-logic-appc</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-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 e54a574..11560c5 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.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>platform-logic-installer</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-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 a22d2de..aa607c7 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.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.appc.deployment</groupId> <artifactId>platform-logic</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Platform Logic</name> <description>Contains platform-level service logic. Installs APP-C Directed Graphs during Docker instantiation.</description> |