Index: /trunk/nodist/pom.xml
===================================================================
--- /trunk/nodist/pom.xml	(revision 19205)
+++ /trunk/nodist/pom.xml	(revision 19206)
@@ -5,5 +5,5 @@
     <groupId>org.openstreetmap.josm</groupId>
     <artifactId>josm-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>SNAPSHOT</version>
     <packaging>pom</packaging>
     <properties>
@@ -40,4 +40,11 @@
         </pluginRepository>
     </pluginRepositories>
+    <distributionManagement>
+        <snapshotRepository>
+            <id>josm-snapshots</id>
+            <name>JOSM snapshots</name>
+            <url>https://josm.openstreetmap.de/nexus/content/repositories/snapshots</url>
+        </snapshotRepository>
+    </distributionManagement>
     <build>
         <pluginManagement>
Index: /trunk/pom.xml
===================================================================
--- /trunk/pom.xml	(revision 19205)
+++ /trunk/pom.xml	(revision 19206)
@@ -7,5 +7,5 @@
     <groupId>org.openstreetmap.josm</groupId>
     <artifactId>josm-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>SNAPSHOT</version>
     <relativePath>./nodist/pom.xml</relativePath>
   </parent>
Index: /trunk/test/pom.xml
===================================================================
--- /trunk/test/pom.xml	(revision 19205)
+++ /trunk/test/pom.xml	(revision 19206)
@@ -3,10 +3,10 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>josm-unittest</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>SNAPSHOT</version>
 
     <parent>
         <groupId>org.openstreetmap.josm</groupId>
         <artifactId>josm-parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>SNAPSHOT</version>
         <relativePath>../nodist/pom.xml</relativePath>
     </parent>
@@ -18,5 +18,5 @@
             <groupId>org.openstreetmap.josm</groupId>
             <artifactId>josm</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
