diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-04-05 21:44:07 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-04-05 21:44:57 +0000 |
commit | af26b8bb3e0145a093f84be270755cc2d475317e (patch) | |
tree | 11afae9a19369b02f2cc8fceeec2dc55b0f4814f /k8s/pom.xml | |
parent | 768c68b6fa25ab2faa9f7dbffdae2cbb2bd6e218 (diff) |
Set up env variables correctly
Change-Id: I4752510a4e36d8dc19d923a817c7fb687d78fa22
Issue-ID: DCAEGEN2-432
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 4f09ef5..ededd75 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.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |