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