diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ </parent> <groupId>org.onap.dcaegen2.collectors.ves</groupId> <artifactId>VESCollector</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <name>dcaegen2-collectors-ves</name> <description>VESCollector</description> diff --git a/version.properties b/version.properties index 300ac3f5..1b6b05f8 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=1 +minor=2 patch=4 base_version=${major}.${minor}.${patch} release_version=${base_version} |