diff options
author | 2022-09-21 10:57:11 +0000 | |
---|---|---|
committer | 2022-09-21 10:57:11 +0000 | |
commit | 550c1ab1716e4c3b195ca5b93530f3c19250b87a (patch) | |
tree | 7c1479b7120ebc614f635677a566ca37dcb44422 | |
parent | b567159373a6e1bc2949ed88278eeed17f47b542 (diff) |
Update version - optf-has2.3.1
Issue-ID: OPTFRA-1089
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: Ieb07c7a9caf20456d61e55958ef29ee3c0dde867
-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 588f2df..6ae4954 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> @@ -28,7 +28,7 @@ <artifactId>optf-has</artifactId> <name>optf-has</name> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> <description>Homing Allocation Service</description> <modules> diff --git a/version.properties b/version.properties index 77f00f1..fe3086b 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=2 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |