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.10.0-SNAPSHOT</version> + <version>1.11.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> diff --git a/scripts/load-plugins.sh b/scripts/load-plugins.sh index a6b25ae..af46fdb 100755 --- a/scripts/load-plugins.sh +++ b/scripts/load-plugins.sh @@ -42,8 +42,10 @@ dcaepolicyplugin/2.4.0/dcaepolicyplugin-2.4.0-py27-none-linux_x86_64.wgn \ 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/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 40167e6..4d2c8f5 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1
-minor=10
+minor=11
patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
|