Update version to 2.0.1 69/48169/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 18 May 2018 12:53:16 +0000 (14:53 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 18 May 2018 12:53:16 +0000 (14:53 +0200)
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>
docs/release-notes.rst
pom.xml
version.properties

index 2e6fd47..fa5d8b6 100644 (file)
@@ -5,7 +5,7 @@
 Release Notes
 =============
 
-Version: 2.0.0
+Version: 2.0.1
 --------------
 
 :Release Date: 2018-06-25
diff --git a/pom.xml b/pom.xml
index c79fb90..894f620 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index a81893c..93dca4b 100644 (file)
@@ -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}