diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -7,7 +7,7 @@ <name>chameleon</name> <description/> <scm> - <tag>33595bcc69c84291645bd60cc15bddea1255e298</tag> + <tag>525c7d8dbef106245c4fce29a5b6b31b7160b21c</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> @@ -112,11 +112,6 @@ <executions> <execution> <id>default</id> - <goals> - <goal>build</goal> - <goal>push</goal> - <goal>tag</goal> - </goals> </execution> </executions> </plugin> @@ -326,6 +321,16 @@ <scope>test</scope> </dependency> </dependencies> + <distributionManagement> + <repository> + <id>onap-releases</id> + <url>https://nexus.onap.org/content/repositories/releases/</url> + </repository> + <snapshotRepository> + <id>onap-snapshot</id> + <url>https://nexus.onap.org/content/repositories/snapshots/</url> + </snapshotRepository> + </distributionManagement> </project> <!-- This file was autogenerated by Leiningen. |