<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>
 
        <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>
 
        <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>
 
        <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>
 
        <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>
 
     <organization>
         <name>OpenECOMP</name>
     </organization>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
 </project>
 
 # 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}