aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2020-03-04 12:40:15 -0500
committerJack Lucas <jflucas@research.att.com>2020-03-04 13:19:14 -0500
commit2df41c826778908d19584672a123bf9db6a6866e (patch)
tree7fa0f9bbbb81582d97876a5eee88dadcf0550ebc
parent7f9f926a4187b915becb8317a7f1d34f16c6166a (diff)
Upload latest pgaas & sshkeyshare plugins
Workaround for changed type files Issue-ID: CCSDK-2158 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I65fc4ffa0dec0018ca5616dbf96fc883f874d2a2
-rw-r--r--pom.xml2
-rwxr-xr-xscripts/load-plugins.sh2
-rw-r--r--version.properties2
3 files changed, 4 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c4ddbc6..3474eb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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}