aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-10 16:47:09 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-10 16:47:09 +0530
commitf6cef5e600fd380ffdbc388013247b1980781b4b (patch)
tree0523bacca500d0535dc9d2a0ba79f941d7e248e5
parenta093cd6ac4633505b67dfff1b3eeb7f1159773c8 (diff)
Set version to 1.1.0
Issue-Id: CLI-70 Change-Id: I2fd1fe4bff0bc5d8fd9d4734099c300610ea7d99 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r--deployment/docker/pom.xml2
-rw-r--r--deployment/pom.xml2
-rw-r--r--deployment/zip/pom.xml2
-rw-r--r--framework/pom.xml2
-rw-r--r--main/pom.xml2
-rw-r--r--plugins/aai/pom.xml2
-rw-r--r--plugins/msb/pom.xml2
-rw-r--r--plugins/pom.xml2
-rw-r--r--plugins/sample/pom.xml2
-rw-r--r--plugins/sdc/pom.xml2
-rw-r--r--plugins/so/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--validate/pom.xml2
-rw-r--r--validate/sample-mock-generator/pom.xml2
-rw-r--r--validate/sample-yaml-generator/pom.xml2
-rw-r--r--validate/validation/pom.xml2
16 files changed, 16 insertions, 16 deletions
diff --git a/deployment/docker/pom.xml b/deployment/docker/pom.xml
index e18d6244..47bec076 100644
--- a/deployment/docker/pom.xml
+++ b/deployment/docker/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-deployment</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-docker</artifactId>
diff --git a/deployment/pom.xml b/deployment/pom.xml
index b1796b7c..d2bf55e9 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-deployment</artifactId>
diff --git a/deployment/zip/pom.xml b/deployment/zip/pom.xml
index f6f9d1b8..c9d10f31 100644
--- a/deployment/zip/pom.xml
+++ b/deployment/zip/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-deployment</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-zip</artifactId>
diff --git a/framework/pom.xml b/framework/pom.xml
index a1b81e93..942f1da6 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-framework</artifactId>
diff --git a/main/pom.xml b/main/pom.xml
index 43a7000d..a9014911 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-main</artifactId>
diff --git a/plugins/aai/pom.xml b/plugins/aai/pom.xml
index 98514b8d..d3cf0cf0 100644
--- a/plugins/aai/pom.xml
+++ b/plugins/aai/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-plugins-aai</artifactId>
diff --git a/plugins/msb/pom.xml b/plugins/msb/pom.xml
index 18a76f87..93e6e13c 100644
--- a/plugins/msb/pom.xml
+++ b/plugins/msb/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-plugins-msb</artifactId>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 104a568e..9957ecaf 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-plugins</artifactId>
diff --git a/plugins/sample/pom.xml b/plugins/sample/pom.xml
index 2283e9f0..74a7de69 100644
--- a/plugins/sample/pom.xml
+++ b/plugins/sample/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-plugins-sample</artifactId>
diff --git a/plugins/sdc/pom.xml b/plugins/sdc/pom.xml
index 01285558..8caefacf 100644
--- a/plugins/sdc/pom.xml
+++ b/plugins/sdc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-plugins-sdc</artifactId>
diff --git a/plugins/so/pom.xml b/plugins/so/pom.xml
index 2318f398..dc1b6af2 100644
--- a/plugins/so/pom.xml
+++ b/plugins/so/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-plugins-so</artifactId>
diff --git a/pom.xml b/pom.xml
index 18241f91..35a43475 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.onap.cli</groupId>
<artifactId>cli</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<packaging>pom</packaging>
<name>cli</name>
diff --git a/validate/pom.xml b/validate/pom.xml
index 2d75b23d..5f990563 100644
--- a/validate/pom.xml
+++ b/validate/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-validate</artifactId>
diff --git a/validate/sample-mock-generator/pom.xml b/validate/sample-mock-generator/pom.xml
index a4985c93..8b464c81 100644
--- a/validate/sample-mock-generator/pom.xml
+++ b/validate/sample-mock-generator/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-validate</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-sample-mock-generator</artifactId>
diff --git a/validate/sample-yaml-generator/pom.xml b/validate/sample-yaml-generator/pom.xml
index 638d79d5..22bc7cc1 100644
--- a/validate/sample-yaml-generator/pom.xml
+++ b/validate/sample-yaml-generator/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-validate</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-sample-yaml-generator</artifactId>
diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml
index 3e0cf59d..0f2295ae 100644
--- a/validate/validation/pom.xml
+++ b/validate/validation/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-validate</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>cli-validation</artifactId>