diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml
index 58555867fea24fcbaa56bb2b3817014f166d7a62..b5db1f58cb56113465f5153caa9f0bfe1addde49 100644
--- a/JAVA/GUI/Plotter/pom.xml
+++ b/JAVA/GUI/Plotter/pom.xml
@@ -9,7 +9,7 @@
   <parent>
     <groupId>nl.astron.lofar.lib</groupId>
     <artifactId>lofar-lib-parent</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -18,8 +18,8 @@
   
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-2.1.0/GUI/Plotter</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-2.1.0/GUI/Plotter</developerConnection>
+    <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</developerConnection>
   </scm>
 
 
diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml
index cc727cc33e8fa590664d1be3433bc20c020e2812..4c1a650600835fd6fb5edd7faf8c85e3f57ade8d 100644
--- a/JAVA/LofarUtils/pom.xml
+++ b/JAVA/LofarUtils/pom.xml
@@ -9,7 +9,7 @@
   <parent>
     <groupId>nl.astron.lofar.lib</groupId>
     <artifactId>lofar-lib-parent</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>lofarutils</artifactId>
@@ -17,8 +17,8 @@
 
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-2.1.0/LofarUtils</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-2.1.0/LofarUtils</developerConnection>
+    <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</developerConnection>
   </scm>
 
 
diff --git a/JAVA/pom.xml b/JAVA/pom.xml
index d1db405dac77ec439e9437b9e598c98550ab6632..a94f983361dfccdf18647786527981074aaf5197 100644
--- a/JAVA/pom.xml
+++ b/JAVA/pom.xml
@@ -14,14 +14,14 @@
 
   <groupId>nl.astron.lofar.lib</groupId>
   <artifactId>lofar-lib-parent</artifactId>
-  <version>2.1.0</version>
+  <version>2.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
 
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-2.1.0</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-2.1.0</developerConnection>
+    <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</developerConnection>
   </scm>