diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2018-02-12 10:39:23 +0000 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2018-02-12 10:59:29 +0000 |
commit | 025f7522c9496c1b1f986dcf0edb98adeba49c34 (patch) | |
tree | f4e1006eb8f9ee652ea6d6016841dcadba974494 /event-client-api | |
parent | 97e604888481fe30fd2b099afdaf160b8bc7bf2c (diff) |
Update groupId and artifactId of pomsv1.2.0
groupId needs to match the ONAP project naming scheme for the Jenkins jobs
to succeed.
Change-Id: I78c88aabfc289437caf99b0c4530525c79c210a6
Issue-ID: AAI-700
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Diffstat (limited to 'event-client-api')
-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 |