diff options
-rw-r--r-- | installation/appc/pom.xml | 4 | ||||
-rw-r--r-- | installation/pom.xml | 4 | ||||
-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 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
7 files changed, 12 insertions, 12 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index 1b7651c..b0697da 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>installation</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>installation-appc</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.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 213416e..08fce60 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>appc-docker-project</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>installation</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <name>Installation</name> <description>Installs APP-C on local file system</description> diff --git a/platform-logic/appc/pom.xml b/platform-logic/appc/pom.xml index 4d93dae..3fc8685 100644 --- a/platform-logic/appc/pom.xml +++ b/platform-logic/appc/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>platform-logic</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>platform-logic-appc</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.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 b554ae8..b938ac6 100644 --- a/platform-logic/installer/pom.xml +++ b/platform-logic/installer/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>platform-logic</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>platform-logic-installer</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.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 39b7e3f..bca7b2a 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>appc-docker-project</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.appc.deployment</groupId> <artifactId>platform-logic</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <name>Platform Logic</name> <description>Contains platform-level service logic. Installs APP-C Directed Graphs during Docker instantiation.</description> @@ -124,5 +124,5 @@ <organization> <name>OpenECOMP</name> </organization> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </project> diff --git a/version.properties b/version.properties index a207c0a..fbd1ec5 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ # because they are used in Jenkins, whose plug-in doesn't support release_name=1 -sprint_number=2 +sprint_number=3 feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} |