For the bug GSO-13
authorj00302280 <j00101220@huawei.com>
Wed, 12 Oct 2016 06:36:32 +0000 (14:36 +0800)
committerj00302280 <j00101220@huawei.com>
Wed, 12 Oct 2016 06:36:32 +0000 (14:36 +0800)
Change-Id: I64329253e6f9f677d421fe47b7575d0c6911f194
Signed-off-by: j00302280 <j00101220@huawei.com>
openo-portal/pom.xml
openo-portal/portal-lifecyclemgr/pom.xml
pom.xml
servicegateway/deployment/pom.xml
servicegateway/pom.xml
servicegateway/service/pom.xml

index c8630bb..71f5086 100644 (file)
     <parent>
         <groupId>org.openo.gso.gui</groupId>
         <artifactId>gso-gui</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>openo-portal</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>portal</name>
 
index 4997105..6087735 100644 (file)
     <parent>
         <groupId>org.openo.gso.gui</groupId>
         <artifactId>openo-portal</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>portal-lifecyclemgr</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>war</packaging>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 2564c67..55c5185 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <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>
index 2f025e9..5fb82b8 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.openo.gso.gui</groupId>
         <artifactId>service-gateway-root</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>service-gateway-deployment</artifactId>
index 3bbc429..670d4de 100644 (file)
     <parent>
       <groupId>org.openo.gso.gui</groupId>
       <artifactId>gso-gui</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.1.0-SNAPSHOT</version>
     </parent>
     <groupId>org.openo.gso.gui</groupId>
     <artifactId>service-gateway-root</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>ServiceGatewayRoot</name>
     <packaging>pom</packaging>
 
         <dependency>
             <groupId>org.openo.common-services.common-utilities</groupId>
             <artifactId>commonlib-cbb</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.openo.common-services.common-utilities</groupId>
             <artifactId>commonlib-restclient</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.openo.gso</groupId>
             <artifactId>org.openo.gso.commsvc.common</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
index b0cd551..cb73726 100644 (file)
@@ -20,7 +20,7 @@
     <parent> 
         <groupId>org.openo.gso.gui</groupId>
         <artifactId>service-gateway-root</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>service-gateway-service</artifactId>