diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-03-05 11:43:01 -0500 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-03-06 18:37:37 -0500 |
commit | b835cbc6eb17fe7d279c1963c520130dda8d519a (patch) | |
tree | 1984350a02fc79cbea5bd92be1619caf1704e369 /k8s/pom.xml | |
parent | 059ebc5469200911b901fe41cab29447fa9a9705 (diff) |
Undeploy k8s artifacts on timeout
Issue-ID: DCAEGEN2-987
Change-Id: I35a2dcdb7b7f1b7280dba6593a9ee2b8921b6df9
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/pom.xml')
-rw-r--r-- | k8s/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/pom.xml b/k8s/pom.xml index 45c5a39..3bde42e 100644 --- a/k8s/pom.xml +++ b/k8s/pom.xml @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.platform.plugins</groupId> <artifactId>k8s</artifactId> <name>k8s-plugin</name> - <version>1.4.7-SNAPSHOT</version> + <version>1.4.8-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |