Skip to content
Snippets Groups Projects
Commit 4a889a2c authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Change maven repository url to maven.thecodelabs.de

parent db46afac
No related branches found
No related tags found
No related merge requests found
Pipeline #3566 passed
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<repositories> <repositories>
<repository> <repository>
<id>release</id> <id>release</id>
<url>https://maven.thecodedev.de/artifactory/TheCodeLabs-release</url> <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-release</url>
<releases> <releases>
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</repository> </repository>
<repository> <repository>
<id>snapshots</id> <id>snapshots</id>
<url>https://maven.thecodedev.de/artifactory/TheCodeLabs-snapshots</url> <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-snapshots</url>
<releases> <releases>
<enabled>false</enabled> <enabled>false</enabled>
</releases> </releases>
...@@ -337,12 +337,12 @@ ...@@ -337,12 +337,12 @@
<repository> <repository>
<id>release</id> <id>release</id>
<name>TheCodeLabs-releases</name> <name>TheCodeLabs-releases</name>
<url>https://maven.thecodedev.de/artifactory/TheCodeLabs-release</url> <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-release</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>snapshots</id> <id>snapshots</id>
<name>TheCodeLabs-snapshots</name> <name>TheCodeLabs-snapshots</name>
<url>https://maven.thecodedev.de/artifactory/TheCodeLabs-snapshots</url> <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-snapshots</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </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