diff options
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 4bf3fb9..4f737cb 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -17,12 +17,12 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.onap.aai.esr-gui</groupId> - <artifactId>esr-gui</artifactId> + <artifactId>aai-esr-gui-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>integration</artifactId> + <artifactId>aai-esr-gui-integration</artifactId> <packaging>war</packaging> <name>esr-gui/integration</name> |