diff --git a/pom.xml b/pom.xml
index c982241453232b76d2be4c49f73507feb8c10d2e..99e35c79cd7ceaf0d269eea6c2a15ef6993c4924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>cz.vsb.fei.java2</groupId>
 	<artifactId>javafx-quickstart</artifactId>
-	<version>1.0.1</version>
+	<version>1.0.2</version>
 	<packaging>maven-archetype</packaging>
 
 	<build>
@@ -27,11 +27,11 @@
 	
 	<distributionManagement>
 		<snapshotRepository>
-			<id>vsb-archetypes-repository-releases</id>
+			<id>vsb-archetypes-releases</id>
 			<url>https://artifactory.cs.vsb.cz/repository/archetype-snapshots/</url>
 		</snapshotRepository>
 		<repository>
-			<id>vsb-archetypes-repository-snapshots</id>
+			<id>vsb-archetypes-snapshots</id>
 			<url>https://artifactory.cs.vsb.cz/repository/archetype-releases/</url>
 		</repository>
 	</distributionManagement>