diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-04-23 11:08:13 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-04-23 11:08:13 -0400 |
commit | 3ec265b96e470b8c543ec0bd1cc807ba1b83e494 (patch) | |
tree | 329396e3243acecacf367355c4f815ff292f303f /k8s-bootstrap-container | |
parent | f620e8a9379e8d926d4e66861adfefe334426e3c (diff) |
Update k8s plugin version for DR sub fix
Change-Id: If2b065ea03a849ea37e27cf64042a26fb0ac700e
Issue-ID: DCAEGEN2-1009
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container')
-rwxr-xr-x | k8s-bootstrap-container/build-plugins.sh | 2 | ||||
-rw-r--r-- | k8s-bootstrap-container/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index 388f234..6f0ff1e 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -33,7 +33,7 @@ DEST=wagons DCAEPLUGINFILES=\ "\ k8splugin/1.4.5/k8splugin-1.4.5.tgz -k8splugin/1.4.12/k8splugin-1.4.12.tgz +k8splugin/1.4.12/k8splugin-1.4.13.tgz relationshipplugin/1.0.0/relationshipplugin-1.0.0.tgz dcaepolicyplugin/2.3.0/dcaepolicyplugin-2.3.0.tgz \ " diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index c51287e..ebeefda 100644 --- a/k8s-bootstrap-container/pom.xml +++ b/k8s-bootstrap-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>k8s-bootstrap-container</artifactId> <name>dcaegen2-deployments-k8s-bootstrap-container</name> - <version>1.4.14</version> + <version>1.4.15</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |