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

ci: fix names of repositories

parent f4024c7c
No related merge requests found
Pipeline #994 failed with stages
in 0 seconds
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>cz.vsb.fei.java2</groupId> <groupId>cz.vsb.fei.java2</groupId>
<artifactId>javafx-quickstart</artifactId> <artifactId>javafx-quickstart</artifactId>
<version>1.0.1</version> <version>1.0.2</version>
<packaging>maven-archetype</packaging> <packaging>maven-archetype</packaging>
<build> <build>
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>
<id>vsb-archetypes-repository-releases</id> <id>vsb-archetypes-releases</id>
<url>https://artifactory.cs.vsb.cz/repository/archetype-snapshots/</url> <url>https://artifactory.cs.vsb.cz/repository/archetype-snapshots/</url>
</snapshotRepository> </snapshotRepository>
<repository> <repository>
<id>vsb-archetypes-repository-snapshots</id> <id>vsb-archetypes-snapshots</id>
<url>https://artifactory.cs.vsb.cz/repository/archetype-releases/</url> <url>https://artifactory.cs.vsb.cz/repository/archetype-releases/</url>
</repository> </repository>
</distributionManagement> </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