diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2021-02-24 20:11:46 -0500 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2021-02-24 20:11:48 -0500 |
commit | 5615e421d765923fb5e11a94b08593d679ba4049 (patch) | |
tree | 2864dd0481c48c6e0cd886cbd83e16be0f866f12 | |
parent | e83a8f36c3f566fa8b379a85c73d27f6e29c61af (diff) |
Upversion to 1.8.1-SNAPSHOT
Issue-ID: AAI-3004
Change-Id: If56d70b5ce73f68b4953b0296853eccf1e607f7a
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ <groupId>org.onap.aai.model-loader</groupId> <artifactId>model-loader</artifactId> <name>aai-model-loader</name> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/version.properties b/version.properties index 8c26ae8..ae140d3 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=8 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |