diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rwxr-xr-x | scripts/load-plugins.sh | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>k8s-bootstrap-container</artifactId> <name>dcaegen2-deployments-k8s-bootstrap-container</name> - <version>1.12.1-SNAPSHOT</version> + <version>1.12.2-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> 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
|