diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-20 21:14:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-20 21:14:26 +0000 |
commit | 6a407a45c77662a42160462c8fa69261f3fc76b3 (patch) | |
tree | 8978922b2a24285eacd21e4afcc4cea5f3bc42f3 /helm/pom.xml | |
parent | 87d14cfc2cdcdfecbc75396d5347eae295bfb570 (diff) | |
parent | 9b7e81e78c70514aa123482610e274869b6ba137 (diff) |
Merge "Support python3 in all plugins"
Diffstat (limited to 'helm/pom.xml')
-rw-r--r-- | helm/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helm/pom.xml b/helm/pom.xml index 81df0e8..399b49a 100644 --- a/helm/pom.xml +++ b/helm/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> @@ -31,7 +31,7 @@ limitations under the License. <artifactId>helm</artifactId> <name>helm</name> - <version>1.0.1-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <!-- name from the setup.py file --> |