Skip to content
Snippets Groups Projects
Commit 45d6659a authored by Stefan Herrnleben's avatar Stefan Herrnleben
Browse files

add distribution management to pom.xml

parent d0d90026
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,19 @@
<artifactId>core-metamodel</artifactId>
<version>3.0.0-SNAPSHOT</version>
<distributionManagement>
<repository>
<id>se-uw-nexus</id>
<name>Releases</name>
<url>https://se4.informatik.uni-wuerzburg.de/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>se-uw-nexus</id>
<name>Snapshots</name>
<url>https://se4.informatik.uni-wuerzburg.de/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>se-uw-nexus</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment