diff options
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/pom.xml')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml index 6087735a..19d33806 100644 --- a/openo-portal/portal-lifecyclemgr/pom.xml +++ b/openo-portal/portal-lifecyclemgr/pom.xml @@ -16,8 +16,7 @@ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.openo.gso.gui</groupId> <artifactId>openo-portal</artifactId> @@ -41,4 +40,4 @@ </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-lifecyclemgr</name></project> |