Update v1.1.1 patch release notes
[aai/aai-common.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 50aa01c..bd9657f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,9 +9,9 @@
 
     <groupId>org.onap.aai.aai-common</groupId>
     <artifactId>aai-common</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>aai-aai-common</name>
+    <name>aai-aai-common - amsterdam</name>
     <description>Contains all of the common code for resources and traversal repos</description>
 
     <modules>
             </plugin>
         </plugins>
     </build>
+
+    <distributionManagement>
+        <snapshotRepository>
+            <id>ecomp-snapshots</id>
+            <name>ECOMP Snapshot Repository</name>
+            <url>${onap.nexus.url}/content/repositories/snapshots/</url>
+        </snapshotRepository>
+        <site>
+            <id>ecomp-site</id>
+            <url>dav:${onap.nexus.url}${sitePath}</url>
+        </site>
+    </distributionManagement>
     <reporting>
         <plugins>
             <plugin>