diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ <groupId>org.openecomp.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>REST Client</name> <properties> diff --git a/version.properties b/version.properties index 2ccc7c2..7f86aa1 100644 --- a/version.properties +++ b/version.properties @@ -2,12 +2,12 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=0 -minor=9 +major=1 +minor=1 patch=0 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT |