<parent>
<groupId>org.openecomp.appc.deployment</groupId>
<artifactId>installation</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-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.2.1-SNAPSHOT</version>
<name>Installation - APPC Docker</name>
<description>Creates APPC Docker container on top of the SDNC Base Docker Image</description>
if ( project.properties['ver'] != null ) {
versionArray = project.properties['ver'].split('\\.');
}
- if ( project.properties['ver'].endsWith("-SNAPSHOT") ) {
+ if ( project.properties['ver'].endsWith("-amsterdam") ) {
project.properties['dockertag1']=project.properties['ver'] + "-latest";
project.properties['dockertag2']="latest";
} else {
<parent>
<groupId>org.openecomp.appc.deployment</groupId>
<artifactId>appc-docker-project</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-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.2.1-SNAPSHOT</version>
<name>Installation</name>
<description>Installs APP-C on local file system</description>
<parent>
<groupId>org.openecomp.appc.deployment</groupId>
<artifactId>platform-logic</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-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.2.1-SNAPSHOT</version>
<name>Platform Logic : APP-C</name>
<description>Contains platform-level service logic for the APP-C Platform</description>
<parent>
<groupId>org.openecomp.appc.deployment</groupId>
<artifactId>platform-logic</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-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.2.1-SNAPSHOT</version>
<name>Platform Logic Installer for APP-C</name>
<description>Contains platform-level service logic installer for APP-C</description>
<parent>
<groupId>org.openecomp.appc.deployment</groupId>
<artifactId>appc-docker-project</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-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.2.1-SNAPSHOT</version>
<name>Platform Logic</name>
<description>Contains platform-level service logic. Installs APP-C Directed Graphs during Docker instantiation.</description>
<organization>
<name>OpenECOMP</name>
</organization>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</project>
release_name=1
sprint_number=2
-feature_revision=0
+feature_revision=1
base_version=${release_name}.${sprint_number}.${feature_revision}