From: Jack Lucas Date: Tue, 10 Mar 2020 15:37:20 +0000 (-0400) Subject: Add latest dmaap plugins X-Git-Tag: 1.12.2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F103455%2F2;p=dcaegen2%2Fplatform%2Fblueprints.git Add latest dmaap plugins Issue-ID: CCSDK-2158 Signed-off-by: Jack Lucas Change-Id: I34eb3399fab1247c4fe75428bc5276266f33cd96 --- diff --git a/pom.xml b/pom.xml index 69277f3..7005be8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 1.12.1-SNAPSHOT + 1.12.2-SNAPSHOT http://maven.apache.org pom diff --git a/scripts/load-plugins.sh b/scripts/load-plugins.sh index af46fdb..3c25fce 100755 --- a/scripts/load-plugins.sh +++ b/scripts/load-plugins.sh @@ -44,6 +44,8 @@ CCSDKPLUGINFILES=\ plugins/pgaas-1.1.0-py27-none-any.wgn plugins/pgaas-1.2.0-py27-none-linux_x86_64.wgn plugins/dmaap-1.3.5-py27-none-any.wgn +plugins/dmaap-1.4.0-py27-none-linux_x86_64.wgn +plugins/dmaap-1.4.1-py27-none-linux_x86_64.wgn plugins/sshkeyshare-1.0.0-py27-none-any.wgn plugins/sshkeyshare-1.1.0-py27-none-linux_x86_64.wgn plugins/helm-4.0.0-py27-none-linux_x86_64.wgn diff --git a/version.properties b/version.properties index 27d89ae..ff707d2 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=12 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT