diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-23 15:11:06 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-05-23 15:11:14 -0400 |
commit | c5c6981493897cf857b08b292aba2d0369694ed6 (patch) | |
tree | 63272764dca034792efff3767c4e0b437d7eba0a | |
parent | ea13720c3a6d36e0c67171dac90d77e7b1b8e445 (diff) |
Upversion for Casablanca
Issue-ID: AAI-1169
Change-Id: I84e57fdb7473743779d1b294b00a0b2b3755fc13
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <name>aai-rest-client</name> <properties> diff --git a/version.properties b/version.properties index 1f3ede1..a254b21 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 -patch=2 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} |