diff --git a/pom.xml b/pom.xml index 4881e13e88af792eedd001a60d396f11d81c71a9..2871a8f2fa884ec3b6240dc01a19ecbdfeac9902 100644 --- a/pom.xml +++ b/pom.xml @@ -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>