Change the dmaap service jar version to match appc 46/100346/1
authorPatrick Brady <patrick.brady@att.com>
Wed, 15 Jan 2020 20:33:15 +0000 (12:33 -0800)
committerPatrick Brady <patrick.brady@att.com>
Wed, 15 Jan 2020 20:33:19 +0000 (12:33 -0800)
The version of the dmaap service jar was previously
hardcoded. This change makes it use the same version
as the other appc artifacts.

Change-Id: I920a821520c7494dc9d03a53fa4fccab991cc713
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816

installation/appc/src/main/scripts/installZips.sh

index 4b826ec..5428f16 100644 (file)
@@ -131,7 +131,7 @@ mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -D
 mv ${targetDir}/cdt-proxy-service/cdt-proxy-service-*.jar ${targetDir}/cdt-proxy-service/cdt-proxy-service.jar
 
 echo "Downloading Dmaap Service Jar from nexus"
-mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.onap.appc.services.dmaap:dmaap-event-service:1.7.0-SNAPSHOT -DoutputDirectory=${targetDir}/dmaap-event-service
+mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.onap.appc.services.dmaap:dmaap-event-service:${APPC_VERSION} -DoutputDirectory=${targetDir}/dmaap-event-service
 mv ${targetDir}/dmaap-event-service/dmaap-event-service-*.jar ${targetDir}/dmaap-event-service/dmaap-event-service.jar
 
 find ${targetDir} -name '*.sh' -exec chmod +x '{}' \;