move 1.6.0-snapshot for appc artifact
[appc/deployment.git] / installation / appc / pom.xml
index af790f0..8b8dd9f 100644 (file)
@@ -18,8 +18,6 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-
-ECOMP is a trademark and service mark of AT&T Intellectual Property.
 ============LICENSE_END============================================
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -28,26 +26,29 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
        <parent>
                <groupId>org.onap.appc.deployment</groupId>
                <artifactId>installation</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.6.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.onap.appc.deployment</groupId>
        <artifactId>installation-appc</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.6.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>onap/appc-image</image.name>
-               <appc.release.version>1.3.0</appc.release.version>
-               <appc.snapshot.version>1.3.0-SNAPSHOT</appc.snapshot.version>
+               <appc.release.version>1.4.4</appc.release.version>
+               <appc.snapshot.version>1.6.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>
-               <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
+               <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
+               <!--Determines the version of the cdt-proxy-service to download and install-->
+               <appc.cdt.version>1.5.0-SNAPSHOT</appc.cdt.version>
+               <docker.plugin.version>0.28.0</docker.plugin.version>
        </properties>
 
 
@@ -114,6 +115,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                                                                <include>*.dump</include>
                                                                                <include>*.sh</include>
                                                                                <include>*.cfg</include>
+                                                                               <include>*.xml</include>
                                                                        </includes>
                                                                        <filtering>false</filtering>
                                                                </resource>
@@ -135,6 +137,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                                                        <includes>
                                                                                <include>*.jks</include>
                                                                                <include>*.p12</include>
+                                                                               <include>*keyfile</include>
                                                                        </includes>
                                                                        <filtering>false</filtering>
                                                                </resource>
@@ -155,6 +158,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                                                        <directory>../src/main/properties</directory>
                                                                        <includes>
                                                                                <include>*.properties</include>
+                                                                               <include>*.csv</include>
                                                                        </includes>
                                                                        <filtering>false</filtering>
                                                                </resource>
@@ -178,6 +182,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                                        <executable>bash</executable>
                                                        <environmentVariables>
                                                                <APPC_VERSION>${appc.version}</APPC_VERSION>
+                                                               <APPC_CDT_VERSION>${appc.cdt.version}</APPC_CDT_VERSION>
                                                                <APPC_OAM_VERSION>${project.version}</APPC_OAM_VERSION>
                                                                <SDNC_OAM_VERSION>${project.version}</SDNC_OAM_VERSION>
                                                        </environmentVariables>
@@ -240,7 +245,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                                                                }
                                                                                if ( project.properties['ver'].endsWith("-SNAPSHOT") ) {
                                                                                project.properties['dockertag1']=project.properties['ver'] + "-latest";
-                                                                               project.properties['dockertag2']="latest";
+                                                                               project.properties['dockertag2']=project.properties['ver'] + "-" + project.properties['timestamp'];
                                                                                project.properties['appc.version']=project.properties['appc.snapshot.version'];
                                                                                } else {
                                                                                project.properties['dockertag1']=versionArray[0] + '.' + versionArray[1] + "-STAGING-latest";
@@ -257,7 +262,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                        <plugin>
                                                <groupId>io.fabric8</groupId>
                                                <artifactId>docker-maven-plugin</artifactId>
-                                               <version>0.16.5</version>
+                                               <version>${docker.plugin.version}</version>
                                                <inherited>false</inherited>
                                                <configuration>
                                                        <images>
@@ -266,7 +271,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                                                        <build>
                                                                                <cleanup>try</cleanup>
                                                                                <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir>
-                                                                               <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile>
+                                                                               <dockerFile>Dockerfile</dockerFile>
                                                                                <tags>
                                                                                        <tag>${dockertag1}</tag>
                                                                                        <tag>${dockertag2}</tag>
@@ -355,7 +360,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                                                                        <includes>
                                                                                                <include>*.dump</include>
                                                                                                <include>*.sh</include>
-                                                                                               <include>*.cfg</include>                
+                                                                                               <include>*.cfg</include>
+                                                                                               <include>*.xml</include>
                                                                                        </includes>
                                                                                        <filtering>false</filtering>
                                                                                </resource>
@@ -377,6 +383,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                                                                        <includes>
                                                                                                <include>*.jks</include>
                                                                                                <include>*.p12</include>
+                                                                                               <include>*.keyfile</include>
                                                                                        </includes>
                                                                                        <filtering>false</filtering>
                                                                                </resource>
@@ -397,6 +404,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                                                                        <directory>../src/main/properties</directory>
                                                                                        <includes>
                                                                                                <include>*.properties</include>
+                                                                                               <include>*.csv</include>
                                                                                        </includes>
                                                                                        <filtering>false</filtering>
                                                                                </resource>