diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ <groupId>org.onap.logging-analytics.pomba</groupId> <artifactId>pomba-context-aggregator</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> <parent> <groupId>org.onap.oparent</groupId> diff --git a/version.properties b/version.properties index 0969948..78b140e 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |