summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>