Changing to Amsterdam release version
[appc/deployment.git] / installation / appc / pom.xml
index 8addab1..1b7651c 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>installation</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.2.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.openecomp.appc.deployment</groupId>
        <artifactId>installation-appc</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.2.0-SNAPSHOT</version>
 
        <name>Installation - APPC Docker</name>
        <description>Creates APPC Docker container on top of the SDNC Base Docker Image</description>
                                                </configuration>
                                        </execution>
                                        
-                                       <!-- Commented tags in case / when appc needs to add .dump mysql files or keystore files -->
-                                       <!--<execution>
+                                       <execution>
                                                <id>copy-data</id>
                                                <goals>
                                                        <goal>copy-resources</goal>
                                                </goals>
                                                <phase>validate</phase>
                                                <configuration>
-                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/sdnc/data</outputDirectory>
+                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/data</outputDirectory>
                                                        <resources>
                                                                <resource>
                                                                        <directory>src/main/resources</directory>
                                                                        <includes>
                                                                                <include>*.dump</include>
+                                                                               <include>*.sh</include>
                                                                        </includes>
                                                                        <filtering>false</filtering>
                                                                </resource>
                                                        </resources>
                                                </configuration>
-                                       </execution>-->
+                                       </execution>
                                        
                                        <execution>
                                                <id>copy-keystores</id>
                                                                </configuration>
                                                        </execution>
 
-                                                       <!-- Two commented execution tags below in case / when appc needs 
-                                                               to add .dump mysql files or keystore files -->
-                                                       <!-- <execution>
+                                                       <execution>
                                                                <id>copy-data</id>
                                                                <goals>
                                                                        <goal>copy-resources</goal>
                                                                </goals>
                                                                <phase>validate</phase>
                                                                <configuration>
-                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/sdnc/data</outputDirectory>
+                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/data</outputDirectory>
                                                                        <resources>
                                                                                <resource>
                                                                                        <directory>src/main/resources</directory>
                                                                                        <includes>
                                                                                                <include>*.dump</include>
+                                                                                               <include>*.sh</include>
                                                                                        </includes>
                                                                                        <filtering>false</filtering>
                                                                                </resource>
                                                                        </resources>
                                                                </configuration>
-                                                       </execution> -->
+                                                       </execution>
                                                        
                                                        <execution>
                                                                <id>copy-keystores</id>