diff options
author | 2017-11-17 00:04:42 -0800 | |
---|---|---|
committer | 2017-11-17 19:06:15 +0000 | |
commit | d833cb2442f286d241d5d38f7035ca10063932a5 (patch) | |
tree | cfba369bda4420d8c0a416a6894e90ffe777604b | |
parent | 73f5f8ba2480fc8d45153f2845174e75b70bc01c (diff) |
Bump patch version
Bump patch version in preparation for Amsterdam
branching.
Change-Id: Ia957ce649e9ed6eeaf9aa671b6c6af3cced16516
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -27,13 +27,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.clamp</groupId> <artifactId>clds</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <name>clamp</name> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <description> diff --git a/version.properties b/version.properties index c6b63340..e1118ab6 100644 --- a/version.properties +++ b/version.properties @@ -27,10 +27,10 @@ major=1 minor=1 -patch=0 +patch=1 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 |