aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJian Huang <huang.jian12@zte.com.cn>2016-10-13 03:16:35 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-10-13 03:16:35 +0000
commit722c9b62aad6889cd870066acc90571f50d76312 (patch)
tree59fef7119caf4ac8a4a58464f6f50393dfdd2716
parentc2d6aa2b98f683fd84f6f157eceae4a7977d029a (diff)
parent1569e3e266493c00495f19b0c47c66ad13d0d77e (diff)
Merge "bump OPEN-O snapshot versions on master"
-rw-r--r--catalog-core/catalog-mgr/pom.xml2
-rw-r--r--catalog-core/distribution/catalog-all/pom.xml2
-rw-r--r--catalog-core/distribution/catalog-standalone/pom.xml2
-rw-r--r--catalog-core/distribution/pom.xml2
-rw-r--r--catalog-core/httpserver/pom.xml2
-rw-r--r--catalog-core/pom.xml2
-rw-r--r--catalog-parent/catalogparent-lite/pom.xml3
-rw-r--r--catalog-parent/catalogparent/pom.xml2
-rw-r--r--catalog-parent/pom.xml2
-rw-r--r--pom.xml2
10 files changed, 10 insertions, 11 deletions
diff --git a/catalog-core/catalog-mgr/pom.xml b/catalog-core/catalog-mgr/pom.xml
index 38516017..304624e5 100644
--- a/catalog-core/catalog-mgr/pom.xml
+++ b/catalog-core/catalog-mgr/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalog-core-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/catalog-core/distribution/catalog-all/pom.xml b/catalog-core/distribution/catalog-all/pom.xml
index 642882eb..5b5e0f7b 100644
--- a/catalog-core/distribution/catalog-all/pom.xml
+++ b/catalog-core/distribution/catalog-all/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>distribution</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/catalog-core/distribution/catalog-standalone/pom.xml b/catalog-core/distribution/catalog-standalone/pom.xml
index dd0bee6c..e912f8ae 100644
--- a/catalog-core/distribution/catalog-standalone/pom.xml
+++ b/catalog-core/distribution/catalog-standalone/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>distribution</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/catalog-core/distribution/pom.xml b/catalog-core/distribution/pom.xml
index 44c1f798..7cbc12e1 100644
--- a/catalog-core/distribution/pom.xml
+++ b/catalog-core/distribution/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalog-core-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/catalog-core/httpserver/pom.xml b/catalog-core/httpserver/pom.xml
index 75045d75..7ac70e8e 100644
--- a/catalog-core/httpserver/pom.xml
+++ b/catalog-core/httpserver/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalog-core-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/catalog-core/pom.xml b/catalog-core/pom.xml
index 30ef9364..94246bfe 100644
--- a/catalog-core/pom.xml
+++ b/catalog-core/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalog-root</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/catalog-parent/catalogparent-lite/pom.xml b/catalog-parent/catalogparent-lite/pom.xml
index 202c0208..b7c34805 100644
--- a/catalog-parent/catalogparent-lite/pom.xml
+++ b/catalog-parent/catalogparent-lite/pom.xml
@@ -20,14 +20,13 @@
<parent>
<groupId>org.openo.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../../../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalogparent-lite</artifactId>
- <version>1.0.0-SNAPSHOT</version>
<name>openo/commontosca/catalog/catalogparent-lite</name>
<packaging>pom</packaging>
diff --git a/catalog-parent/catalogparent/pom.xml b/catalog-parent/catalogparent/pom.xml
index f298361b..81094dba 100644
--- a/catalog-parent/catalogparent/pom.xml
+++ b/catalog-parent/catalogparent/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalogparent-lite</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../catalogparent-lite</relativePath>
</parent>
diff --git a/catalog-parent/pom.xml b/catalog-parent/pom.xml
index 26df0fc5..b65a1635 100644
--- a/catalog-parent/pom.xml
+++ b/catalog-parent/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalogparent-lite</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>catalogparent-lite</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 2bce496f..a079246a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalogparent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>catalog-parent/catalogparent</relativePath>
</parent>