Skip to content
Snippets Groups Projects
Commit 62c2460a authored by jez04's avatar jez04
Browse files

ci: fix URL for repositories

parent 1baef8d9
No related merge requests found
Pipeline #997 canceled with stages
......@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.vsb.fei.java2</groupId>
<artifactId>lab01-text2asciiart</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<name>lab01-text2asciiart</name>
......@@ -60,11 +60,11 @@
<distributionManagement>
<snapshotRepository>
<id>vsb-education-releases</id>
<url>https://artifactory.cs.vsb.cz/repository/archetype-snapshots/</url>
<url>https://artifactory.cs.vsb.cz/repository/education-snapshots/</url>
</snapshotRepository>
<repository>
<id>vsb-education-snapshots</id>
<url>https://artifactory.cs.vsb.cz/repository/archetype-releases/</url>
<url>https://artifactory.cs.vsb.cz/repository/education-releases/</url>
</repository>
</distributionManagement>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment