diff options
author | Shwetank Dave <shwetank.dave@amdocs.com> | 2017-05-12 09:59:47 -0400 |
---|---|---|
committer | Shwetank Dave <shwetank.dave@amdocs.com> | 2017-05-12 11:45:07 -0400 |
commit | 80fa392258c5ea6f88e99441630b7c303237b1d1 (patch) | |
tree | 87c5cc62542a91b35f5c9f366289bf5fe38a0370 | |
parent | 8a665d85c9ea91f024e9a378779aad107550b832 (diff) |
Updating version to 1.1.0-SNAPSHOT
Change-Id: Ie082c12e77bf71ec05ccdac6cb34c2409d327935
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
-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 |