move http to https
[appc/deployment.git] / installation / appc / pom.xml
index 11c64d5..6c5378d 100644 (file)
@@ -3,7 +3,7 @@
 ============LICENSE_START==========================================
 ONAP : APPC
 ===================================================================
-Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
 ===================================================================
 
 Unless otherwise specified, all software contained herein is licensed
@@ -41,7 +41,7 @@ limitations under the License.
        <properties>
                <image.name>onap/appc-image</image.name>
                <appc.release.version>1.4.4</appc.release.version>
-               <appc.snapshot.version>1.5.0-SNAPSHOT</appc.snapshot.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>
@@ -112,10 +112,13 @@ limitations under the License.
                                                                <resource>
                                                                        <directory>src/main/resources</directory>
                                                                        <includes>
+                                                                               <include>keystore</include>
                                                                                <include>*.dump</include>
                                                                                <include>*.sh</include>
                                                                                <include>*.cfg</include>
                                                                                <include>*.xml</include>
+                                                                               <include>*.json</include>
+                                                                               <include>*.properties</include>
                                                                        </includes>
                                                                        <filtering>false</filtering>
                                                                </resource>
@@ -358,10 +361,13 @@ limitations under the License.
                                                                                <resource>
                                                                                        <directory>src/main/resources</directory>
                                                                                        <includes>
+                                                                                               <include>keystore</include>
                                                                                                <include>*.dump</include>
                                                                                                <include>*.sh</include>
                                                                                                <include>*.cfg</include>
                                                                                                <include>*.xml</include>
+                                                                                               <include>*.json</include>
+                                                                                               <include>*.properties</include>
                                                                                        </includes>
                                                                                        <filtering>false</filtering>
                                                                                </resource>