diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 17:07:46 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 17:07:46 -0800 |
commit | 6ac2e7c0bef5ee478b36181b8bb384119ad3d937 (patch) | |
tree | f0a215b14631bf6c3c38ba2bff9af54c9d58f20e | |
parent | b17197cd75aaddbb1b37c49846842fbee0f7c2aa (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I8ba54b54447476d38a061cc2e2ee63e37d26ba50
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,7 @@ <groupId>org.onap.aai.sparky-fe</groupId> <artifactId>sparky-fe</artifactId> <packaging>war</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>aai-sparky-fe</name> <url>http://maven.apache.org</url> diff --git a/version.properties b/version.properties index dccfd24..c48027c 100644 --- a/version.properties +++ b/version.properties @@ -4,11 +4,11 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=0 +minor_version=1 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT |