summaryrefslogtreecommitdiffstats
path: root/mod2
diff options
context:
space:
mode:
Diffstat (limited to 'mod2')
-rw-r--r--mod2/helm-generator/helmchartgenerator-cli/pom.xml4
-rw-r--r--mod2/helm-generator/version.properties6
2 files changed, 8 insertions, 2 deletions
diff --git a/mod2/helm-generator/helmchartgenerator-cli/pom.xml b/mod2/helm-generator/helmchartgenerator-cli/pom.xml
index f08159e..a9dd0ee 100644
--- a/mod2/helm-generator/helmchartgenerator-cli/pom.xml
+++ b/mod2/helm-generator/helmchartgenerator-cli/pom.xml
@@ -5,9 +5,9 @@
<parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>helmchartgenerator</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</parent>
- <artifactId>helmchartgenerator-cli</artifactId>
+ <artifactId>helmchartgenerator-cli</artifactId>
<version>1.0.2-SNAPSHOT</version>
<name>helmchartgenerator-cli</name>
<properties>
diff --git a/mod2/helm-generator/version.properties b/mod2/helm-generator/version.properties
new file mode 100644
index 0000000..c13587b
--- /dev/null
+++ b/mod2/helm-generator/version.properties
@@ -0,0 +1,6 @@
+major=1
+minor=0
+patch=2
+base_version=${major}.${minor}.${patch}
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT