summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorARULNA <arul.nambi@amdocs.com>2017-06-16 10:25:57 -0400
committerARULNA <arul.nambi@amdocs.com>2017-06-16 10:27:27 -0400
commit6bef5ff17dc3068ba4c20c868f53c09e38e77310 (patch)
tree56c47ce07d4eff343078695e9219b24d8b9a3055 /pom.xml
parent58964091be1bc53344c36ae261fa770ff6d59ed1 (diff)
Changing the artifcat id
Change-Id: I3f731049c1120c2e769eeb400248bfb21cc9741c Signed-off-by: ARULNA <arul.nambi@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9a1c11c..ef3f1a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>