diff options
author | j00302280 <j00101220@huawei.com> | 2016-10-12 14:36:32 +0800 |
---|---|---|
committer | j00302280 <j00101220@huawei.com> | 2016-10-12 14:36:32 +0800 |
commit | a58b6cd13dd7b84b37b72afb3d5f804cb88b0f3d (patch) | |
tree | c043ba8cb40af4fa75fecaca122c1c27bfcd86cf /openo-portal | |
parent | 3369f0253c24bcc888f8e80d76e3203516216349 (diff) |
For the bug GSO-13
Change-Id: I64329253e6f9f677d421fe47b7575d0c6911f194
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 c8630bbd..71f50863 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.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> diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml index 49971051..6087735a 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.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> |