diff options
-rw-r--r-- | conductor/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conductor/pom.xml b/conductor/pom.xml index 244a160..3c3fd97 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.1-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> @@ -28,7 +28,7 @@ <artifactId>optf-has</artifactId> <name>optf-has</name> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.1-SNAPSHOT</version> <description>Homing Allocation Service</description> <modules> diff --git a/version.properties b/version.properties index 98055ce..f8ad2f0 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=2 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |