Skip to content
Snippets Groups Projects
Commit 506454e5 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2651 OZG-2777 add repositories to pom.xml

parent 47db4dec
No related branches found
No related tags found
No related merge requests found
...@@ -201,4 +201,17 @@ ...@@ -201,4 +201,17 @@
</properties> </properties>
</profile> </profile>
</profiles> </profiles>
<distributionManagement>
<repository>
<id>ozg-nexus</id>
<name>ozg-releases</name>
<url>https://nexus.ozg-sh.de/repository/ozg-releases/</url>
</repository>
<snapshotRepository>
<id>ozg-snapshots-nexus</id>
<name>ozg-snapshots</name>
<url>https://nexus.ozg-sh.de/repository/ozg-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment