diff --git a/flyway-community-db-support-archetype/pom.xml b/flyway-community-db-support-archetype/pom.xml
index 5880c4a..248b1a0 100644
--- a/flyway-community-db-support-archetype/pom.xml
+++ b/flyway-community-db-support-archetype/pom.xml
@@ -17,6 +17,19 @@
17
+
+
+ ${snapshotRepository.id}
+ ${snapshotRepository.name}
+ ${snapshotRepository.url}
+
+
+ ${releaseRepository.id}
+ ${releaseRepository.name}
+ ${releaseRepository.url}
+
+
+
diff --git a/flyway-community-db-support-archetype/src/test/resources/projects/flyway-database-example/archetype.properties b/flyway-community-db-support-archetype/src/test/resources/projects/flyway-database-example/archetype.properties
index 45ecfa9..180cf80 100644
--- a/flyway-community-db-support-archetype/src/test/resources/projects/flyway-database-example/archetype.properties
+++ b/flyway-community-db-support-archetype/src/test/resources/projects/flyway-database-example/archetype.properties
@@ -1,2 +1,2 @@
artifactId=flyway-database-example
-parentVersion=10.12.0
\ No newline at end of file
+parentVersion=10.14.0
\ No newline at end of file