diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-05-18 14:53:16 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-05-18 14:53:16 +0200 |
commit | d0a7a54266c184dc23206fd6c06898b54b52e8b2 (patch) | |
tree | 6bf42ee31f5b86ce8197eead7afe880c6acd3ef2 | |
parent | f520d38414df03382d6af4f902e1d86ca67a0655 (diff) |
Update version to 2.0.1
Move to 2.0.1 to support additional fixes on 2.0.0 Clamp version
Issue-ID: CLAMP-168
Change-Id: I8d0dec593f84f09f172f12ef5fdf23f7d11793a2
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
-rw-r--r-- | docs/release-notes.rst | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2e6fd4793..fa5d8b6a0 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -5,7 +5,7 @@ Release Notes ============= -Version: 2.0.0 +Version: 2.0.1 -------------- :Release Date: 2018-06-25 @@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.clamp</groupId> <artifactId>clds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <name>clamp</name> <parent> diff --git a/version.properties b/version.properties index a81893c7a..93dca4bb4 100644 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP CLAMP # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights +# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights # reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -27,7 +27,7 @@ major=2 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |