Deployment onap rename
[appc/deployment.git] / installation / appc / pom.xml
index 7ed693c..3cebf5e 100644 (file)
@@ -3,23 +3,24 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
        <parent>
-               <groupId>org.openecomp.appc.deployment</groupId>
+               <groupId>org.onap.appc.deployment</groupId>
                <artifactId>installation</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
-       <groupId>org.openecomp.appc.deployment</groupId>
+       <groupId>org.onap.appc.deployment</groupId>
        <artifactId>installation-appc</artifactId>
-       <version>1.1.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>
 
        <properties>
-               <image.name>openecomp/appc-image</image.name>
-               <appc.version>${project.version}</appc.version>
+               <image.name>onap/appc-image</image.name>
+               <appc.release.version>1.3.0</appc.release.version>
+               <appc.snapshot.version>1.3.0-SNAPSHOT</appc.snapshot.version>
                 <!--This version will be over-ridden by jenkins 
                     injecting the version.properties variable file during docker build-->
                <appc.docker.staging.version>1.0.0</appc.docker.staging.version>
@@ -62,7 +63,7 @@
                                                </goals><!-- here the phase you need -->
                                                <phase>validate</phase>
                                                <configuration>
-                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/bin</outputDirectory>
+                                                       <outputDirectory>${basedir}/target/docker-stage/opt/onap/appc/bin</outputDirectory>
                                                        <resources>
                                                                <resource>
                                                                        <directory>src/main/scripts</directory>
@@ -82,7 +83,7 @@
                                                </goals>
                                                <phase>validate</phase>
                                                <configuration>
-                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/data</outputDirectory>
+                                                       <outputDirectory>${basedir}/target/docker-stage/opt/onap/appc/data</outputDirectory>
                                                        <resources>
                                                                <resource>
                                                                        <directory>src/main/resources</directory>
                                                </goals>
                                                <phase>validate</phase>
                                                <configuration>
-                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/data/stores</outputDirectory>
+                                                       <outputDirectory>${basedir}/target/docker-stage/opt/onap/appc/data/stores</outputDirectory>
                                                        <resources>
                                                                <resource>
                                                                        <directory>../src/main/stores</directory>
                                                </goals>
                                                <phase>validate</phase>
                                                <configuration>
-                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/data/properties</outputDirectory>
+                                                       <outputDirectory>${basedir}/target/docker-stage/opt/onap/appc/data/properties</outputDirectory>
                                                        <resources>
                                                                <resource>
                                                                        <directory>../src/main/properties</directory>
                                                        </environmentVariables>
                                                        <arguments>
                                                                <argument>${basedir}/src/main/scripts/installZips.sh</argument>
-                                                               <argument>${basedir}/target/docker-stage/opt/openecomp/appc</argument>
+                                                               <argument>${basedir}/target/docker-stage/opt/onap/appc</argument>
                                                        </arguments>
                                                </configuration>
                                        </execution>
                                                <configuration>
                                                        <executable>find</executable>
                                                        <arguments>
-                                                               <argument>${basedir}/target/docker-stage/opt/openecomp/appc</argument>
+                                                               <argument>${basedir}/target/docker-stage/opt/onap/appc</argument>
                                                                <argument>-name</argument>
                                                                <argument>*.sh</argument>
                                                                <argument>-exec</argument>
                                                                                if ( project.properties['ver'].endsWith("-SNAPSHOT") ) {
                                                                                project.properties['dockertag1']=project.properties['ver'] + "-latest";
                                                                                project.properties['dockertag2']="latest";
+                                                                               project.properties['appc.version']=project.properties['appc.snapshot.version'];
                                                                                } else {
                                                                                project.properties['dockertag1']=versionArray[0] + '.' + versionArray[1] + "-STAGING-latest";
                                                                                project.properties['dockertag2']=project.properties['ver'] + "-STAGING-" + project.properties['timestamp'];
+                                                                               project.properties['appc.version']=project.properties['appc.release.version'];
                                                                                }
                                                                                println 'docker tag 1: ' + project.properties['dockertag1'];
                                                                                println 'docker tag 2: ' + project.properties['dockertag2'];
                                                                </goals><!-- here the phase you need -->
                                                                <phase>validate</phase>
                                                                <configuration>
-                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/bin</outputDirectory>
+                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/onap/appc/bin</outputDirectory>
                                                                        <resources>
                                                                                <resource>
                                                                                        <directory>src/main/scripts</directory>
                                                                </goals>
                                                                <phase>validate</phase>
                                                                <configuration>
-                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/data</outputDirectory>
+                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/onap/appc/data</outputDirectory>
                                                                        <resources>
                                                                                <resource>
                                                                                        <directory>src/main/resources</directory>
                                                                </goals>
                                                                <phase>validate</phase>
                                                                <configuration>
-                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/data/stores</outputDirectory>
+                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/onap/appc/data/stores</outputDirectory>
                                                                        <resources>
                                                                                <resource>
                                                                                        <directory>../src/main/stores</directory>
                                                                </goals>
                                                                <phase>validate</phase>
                                                                <configuration>
-                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/openecomp/appc/data/properties</outputDirectory>
+                                                                       <outputDirectory>${basedir}/target/docker-stage/opt/onap/appc/data/properties</outputDirectory>
                                                                        <resources>
                                                                                <resource>
                                                                                        <directory>../src/main/properties</directory>
                                                                        </environmentVariables>
                                                                        <arguments>
                                                                                <argument>${basedir}/src/main/scripts/installZips.sh</argument>
-                                                                               <argument>${basedir}/target/docker-stage/opt/openecomp/appc</argument>
+                                                                               <argument>${basedir}/target/docker-stage/opt/onap/appc</argument>
                                                                        </arguments>
                                                                </configuration>
                                                        </execution>
                                                                <configuration>
                                                                        <executable>find</executable>
                                                                        <arguments>
-                                                                               <argument>${basedir}/target/docker-stage/opt/openecomp/appc</argument>
+                                                                               <argument>${basedir}/target/docker-stage/opt/onap/appc</argument>
                                                                                <argument>-name</argument>
                                                                                <argument>*.sh</argument>
                                                                                <argument>-exec</argument>
        </profiles>
        
        <organization>
-               <name>openECOMP</name>
+               <name>ONAP</name>
        </organization>
        
 </project>