diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.6.4-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <name>aai-rest-client</name> <properties> diff --git a/version.properties b/version.properties index fe64195..e377fcf 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=6 -patch=4 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} |