Changing the artifcat id 57/5057/1
authorARULNA <arul.nambi@amdocs.com>
Fri, 16 Jun 2017 14:25:57 +0000 (10:25 -0400)
committerARULNA <arul.nambi@amdocs.com>
Fri, 16 Jun 2017 14:27:27 +0000 (10:27 -0400)
Change-Id: I3f731049c1120c2e769eeb400248bfb21cc9741c
Signed-off-by: ARULNA <arul.nambi@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9a1c11c..ef3f1a3 100644 (file)
--- 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>
 
                </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>