diff options
author | j00302280 <j00101220@huawei.com> | 2016-10-13 10:02:02 +0800 |
---|---|---|
committer | j00302280 <j00101220@huawei.com> | 2016-10-13 10:02:02 +0800 |
commit | e6eecebc32403f1c707f95469eeb12dc36c083c0 (patch) | |
tree | c8651714e07845b0607825380876810f21ec7658 /openo-portal | |
parent | a58b6cd13dd7b84b37b72afb3d5f804cb88b0f3d (diff) |
Rollback the GSO-13
Change-Id: I3426576b63f8523ea1d775fccc8ad0382d0f4a5d
Signed-off-by: j00302280 <j00101220@huawei.com>
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/pom.xml | 4 | ||||
-rw-r--r-- | openo-portal/portal-lifecyclemgr/pom.xml | 4 |
2 files changed, 4 insertions, 4 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> |