summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorj00302280 <j00101220@huawei.com>2016-10-13 10:02:02 +0800
committerj00302280 <j00101220@huawei.com>2016-10-13 10:02:02 +0800
commite6eecebc32403f1c707f95469eeb12dc36c083c0 (patch)
treec8651714e07845b0607825380876810f21ec7658
parenta58b6cd13dd7b84b37b72afb3d5f804cb88b0f3d (diff)
Rollback the GSO-13
Change-Id: I3426576b63f8523ea1d775fccc8ad0382d0f4a5d Signed-off-by: j00302280 <j00101220@huawei.com>
-rw-r--r--openo-portal/pom.xml4
-rw-r--r--openo-portal/portal-lifecyclemgr/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--servicegateway/deployment/pom.xml2
-rw-r--r--servicegateway/pom.xml10
-rw-r--r--servicegateway/service/pom.xml2
6 files changed, 12 insertions, 12 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml
index 71f50863..c8630bbd 100644
--- a/openo-portal/pom.xml
+++ b/openo-portal/pom.xml
@@ -19,13 +19,13 @@
<parent>
<groupId>org.openo.gso.gui</groupId>
<artifactId>gso-gui</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openo-portal</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>portal</name>
diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml
index 6087735a..49971051 100644
--- a/openo-portal/portal-lifecyclemgr/pom.xml
+++ b/openo-portal/portal-lifecyclemgr/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>portal-lifecyclemgr</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<build>
diff --git a/pom.xml b/pom.xml
index 55c51859..2564c672 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/servicegateway/deployment/pom.xml b/servicegateway/deployment/pom.xml
index 5fb82b88..2f025e92 100644
--- a/servicegateway/deployment/pom.xml
+++ b/servicegateway/deployment/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.openo.gso.gui</groupId>
<artifactId>service-gateway-root</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>service-gateway-deployment</artifactId>
diff --git a/servicegateway/pom.xml b/servicegateway/pom.xml
index 670d4de4..3bbc4294 100644
--- a/servicegateway/pom.xml
+++ b/servicegateway/pom.xml
@@ -19,11 +19,11 @@
<parent>
<groupId>org.openo.gso.gui</groupId>
<artifactId>gso-gui</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openo.gso.gui</groupId>
<artifactId>service-gateway-root</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>ServiceGatewayRoot</name>
<packaging>pom</packaging>
@@ -42,12 +42,12 @@
<dependency>
<groupId>org.openo.common-services.common-utilities</groupId>
<artifactId>commonlib-cbb</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openo.common-services.common-utilities</groupId>
<artifactId>commonlib-restclient</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.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.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/servicegateway/service/pom.xml b/servicegateway/service/pom.xml
index cb737263..b0cd551e 100644
--- a/servicegateway/service/pom.xml
+++ b/servicegateway/service/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.openo.gso.gui</groupId>
<artifactId>service-gateway-root</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>service-gateway-service</artifactId>