Fix incorrect cdt proxy version
[appc/deployment.git] / installation / appc / pom.xml
index 8b8dd9f..4ede334 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
@@ -47,7 +47,7 @@ limitations under the License.
                <appc.docker.staging.version>1.0.0</appc.docker.staging.version>
                <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>
+               <appc.cdt.version>1.5.2</appc.cdt.version>
                <docker.plugin.version>0.28.0</docker.plugin.version>
        </properties>
 
@@ -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>