diff options
Diffstat (limited to 'event-client-api/pom.xml')
-rw-r--r-- | event-client-api/pom.xml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/event-client-api/pom.xml b/event-client-api/pom.xml index 25ddcc8..1884ac6 100644 --- a/event-client-api/pom.xml +++ b/event-client-api/pom.xml @@ -1,9 +1,13 @@ <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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.onap.aai.event</groupId> - <artifactId>event-client-service</artifactId> - <version>1.2.0-SNAPSHOT</version> - </parent> - <artifactId>event-client-api</artifactId> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.aai.event-client</groupId> + <artifactId>event-client</artifactId> + <version>1.2.0-SNAPSHOT</version> + </parent> + + <artifactId>event-client-api</artifactId> + </project>
\ No newline at end of file |