Set version to 3.0.0 74/87674/1
authorKanagaraj Manickam <mkr1481@gmail.com>
Tue, 14 May 2019 12:38:41 +0000 (18:08 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Tue, 14 May 2019 12:38:41 +0000 (18:08 +0530)
Issue-ID: CLI-129

Change-Id: I5e7ec06080210c547e65b1d11acbdf8fa6e1ec7e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
41 files changed:
deployment/docker/pom.xml
deployment/pom.xml
deployment/zip/pom.xml
docs/release-notes.rst
framework/pom.xml
grpc/grpc-server/pom.xml
grpc/pom.xml
main/pom.xml
pom.xml
products/onap-casablanca/auth/pom.xml
products/onap-casablanca/catalog/pom.xml
products/onap-casablanca/features/aai/pom.xml
products/onap-casablanca/features/msb/pom.xml
products/onap-casablanca/features/pom.xml
products/onap-casablanca/features/sdc/pom.xml
products/onap-casablanca/features/vnfsdk/pom.xml
products/onap-casablanca/pom.xml
products/onap-dublin/auth/pom.xml
products/onap-dublin/catalog/pom.xml
products/onap-dublin/features/aai/pom.xml
products/onap-dublin/features/msb/pom.xml
products/onap-dublin/features/multicloud/pom.xml
products/onap-dublin/features/policy/pom.xml
products/onap-dublin/features/pom.xml
products/onap-dublin/features/sdc/pom.xml
products/onap-dublin/features/sdnc/pom.xml
products/onap-dublin/features/so/pom.xml
products/onap-dublin/features/vfc/pom.xml
products/onap-dublin/features/vnfsdk/pom.xml
products/onap-dublin/pom.xml
products/pom.xml
products/sample/pom.xml
profiles/command/pom.xml
profiles/http/pom.xml
profiles/pom.xml
profiles/snmp/pom.xml
validate/pom.xml
validate/sample-mock-generator/pom.xml
validate/sample-yaml-generator/pom.xml
validate/validation/pom.xml
version.properties

index e9bc3b7..e5a4404 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-docker</artifactId>
index 46c6f5a..c3f7045 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-deployment</artifactId>
index f9b244c..454e259 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-zip</artifactId>
index a8081bb..2a75d59 100644 (file)
@@ -4,6 +4,21 @@
 CLI Release Notes
 =================
 
+
+Version: 3.0.0
+--------------
+
+:Release Date: 2019-05-31
+
+**New Features**
+
+- Beijing support EOL
+- Enhanced schema management
+- Added execution support for capturing the details of every execution includes parameters, results.
+- End-end service creation using ONAP commands are provided.
+-
+
+
 Version: 2.0.5
 --------------
 
index 36a87d6..ad6154d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-framework</artifactId>
index e4d1a28..9e8ada5 100644 (file)
@@ -32,7 +32,7 @@
       <dependency>
           <groupId>org.onap.cli</groupId>
           <artifactId>cli-main</artifactId>
-          <version>2.0.6</version>
+          <version>3.0.0</version>
       </dependency>
   </dependencies>
    <build>
index 4924ac7..ef51748 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
   <version>1.0.3</version>
   <artifactId>oclip-grpc</artifactId>
index 466df77..3fb4288 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-main</artifactId>
diff --git a/pom.xml b/pom.xml
index da611c0..2b76690 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.onap.cli</groupId>
     <artifactId>cli</artifactId>
-    <version>2.0.6</version>
+    <version>3.0.0</version>
 
     <packaging>pom</packaging>
     <name>cli</name>
index 860d0fd..c764aa9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-auth</artifactId>
index 573a075..a436d8b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-catalog</artifactId>
index 5efb84c..19371b6 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-aai</artifactId>
index bc7f3eb..1cebb35 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-msb</artifactId>
index e8e35b6..c9a77c9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features</artifactId>
index 2e05adc..71485a2 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-sdc</artifactId>
index eb85afb..26563fb 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-vnfsdk</artifactId>
index ef75c8e..48ff1c8 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca</artifactId>
index 1217cdf..e3dd7f8 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-auth</artifactId>
index 925db3b..55e3533 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-catalog</artifactId>
index 1cd1e35..0383c0b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-aai</artifactId>
index c25d467..57f9eae 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-msb</artifactId>
index 3fe2dd0..aadb081 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-multicloud</artifactId>
index d2e8fd9..aeca79e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-policy</artifactId>
index 6e11b6d..23a2d64 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features</artifactId>
index 9fe2cf9..8a91f7b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-sdc</artifactId>
index 599e729..14d30be 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-sdnc</artifactId>
index a3d6d56..d2774d6 100644 (file)
@@ -1,41 +1,41 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-   Copyright © Intel Corporation 2018\r
-\r
-   Licensed under the Apache License, Version 2.0 (the "License");\r
-   you may not use this file except in compliance with the License.\r
-   You may obtain a copy of the License at\r
-\r
-       http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-   Unless required by applicable law or agreed to in writing, software\r
-   distributed under the License is distributed on an "AS IS" BASIS,\r
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-   See the License for the specific language governing permissions and\r
-   limitations under the License.\r
- -->\r
-\r
-<project xmlns="http://maven.apache.org/POM/4.0.0"\r
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0\r
-         http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-    <modelVersion>4.0.0</modelVersion>\r
-\r
-    <parent>\r
-        <groupId>org.onap.cli</groupId>\r
-        <artifactId>cli-products-onap-dublin-features</artifactId>\r
-        <version>2.0.6</version>\r
-    </parent>\r
-\r
-    <artifactId>cli-products-onap-dublin-features-so</artifactId>\r
-    <name>cli/products/onap-dublin/features/so</name>\r
-    <packaging>jar</packaging>\r
-    <build>\r
-        <plugins>\r
-            <plugin>\r
-              <groupId>org.apache.maven.plugins</groupId>\r
-              <artifactId>maven-dependency-plugin</artifactId>\r
-            </plugin>\r
-        </plugins>\r
-    </build>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright © Intel Corporation 2018
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+         http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.onap.cli</groupId>
+        <artifactId>cli-products-onap-dublin-features</artifactId>
+        <version>3.0.0</version>
+    </parent>
+
+    <artifactId>cli-products-onap-dublin-features-so</artifactId>
+    <name>cli/products/onap-dublin/features/so</name>
+    <packaging>jar</packaging>
+    <build>
+        <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-dependency-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
+</project>
index 9506663..f7cc3c3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-vfc</artifactId>
index 428b3ac..0117c3f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-vnfsdk</artifactId>
index 4d33e77..25c4216 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin</artifactId>
index c07955c..4469dcb 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products</artifactId>
             <activeByDefault>true</activeByDefault>
           </activation>
           <modules>
-            <module>onap-casablanca</module>
             <module>onap-dublin</module>
           </modules>
        </profile>
        <profile>
-          <id>onap-beijing</id>
+          <id>onap-casablanca</id>
           <activation>
             <activeByDefault>false</activeByDefault>
           </activation>
           <modules>
-            <module>onap-beijing</module>
+            <module>onap-casablanca</module>
           </modules>
-       </profile>       
+       </profile>
        <profile>
           <id>eol</id>
           <activation>
@@ -80,6 +79,7 @@
           <modules>
             <module>openecomp</module>
             <module>onap-amsterdam</module>
+            <module>onap-beijing</module>
           </modules>
        </profile>
     </profiles>
index e0dd362..86d9f22 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-products-sample</artifactId>
index b40cf3e..2379eb6 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>2.0.6</version>
+    <version>3.0.0</version>
   </parent>
 
   <artifactId>cli-profiles-command</artifactId>
index edd0064..1103f2f 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>2.0.6</version>
+    <version>3.0.0</version>
   </parent>
 
   <artifactId>cli-profiles-http</artifactId>
index b457aeb..20abad3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-profiles</artifactId>
index 4869858..4b9884d 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>2.0.6</version>
+    <version>3.0.0</version>
   </parent>
 
   <artifactId>cli-profiles-snmp</artifactId>
index 603394e..46a899c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-validate</artifactId>
index bd96330..6b3eb54 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-sample-mock-generator</artifactId>
index d54459a..400d72f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-sample-yaml-generator</artifactId>
index 47e73a9..7767913 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>2.0.6</version>
+        <version>3.0.0</version>
     </parent>
 
     <artifactId>cli-validation</artifactId>
index 77e2b34..1c8df1f 100644 (file)
@@ -14,9 +14,9 @@
 
 # Version used by Jenkins
 
-major=2
+major=3
 minor=0
-patch=6
+patch=0
 
 base_version=${major}.${minor}.${patch}