diff options
author | ARULNA <arul.nambi@amdocs.com> | 2017-06-16 10:25:57 -0400 |
---|---|---|
committer | ARULNA <arul.nambi@amdocs.com> | 2017-06-16 10:27:27 -0400 |
commit | 6bef5ff17dc3068ba4c20c868f53c09e38e77310 (patch) | |
tree | 56c47ce07d4eff343078695e9219b24d8b9a3055 | |
parent | 58964091be1bc53344c36ae261fa770ff6d59ed1 (diff) |
Changing the artifcat id
Change-Id: I3f731049c1120c2e769eeb400248bfb21cc9741c
Signed-off-by: ARULNA <arul.nambi@amdocs.com>
-rw-r--r-- | pom.xml | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -7,8 +7,8 @@ <groupId>com.att.ajsc</groupId> <version>2.0.0</version> </parent> - <groupId>org.openecomp.aai</groupId> - <artifactId>inventory-ui-service</artifactId> + <groupId>org.openecomp.aai.sparky-be</groupId> + <artifactId>sparky-be</artifactId> <version>1.0-SNAPSHOT</version> <properties> @@ -577,5 +577,16 @@ </plugins> </build> - + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>ECOMP Release Repository</name> + <url>${nexusproxy}/content/repositories/releases/</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>ECOMP Snapshot Repository</name> + <url>${nexusproxy}/content/repositories/snapshots/</url> + </snapshotRepository> + </distributionManagement> </project> |