From fe3f695b448525c6a465c007ad876fc502c10a4c Mon Sep 17 00:00:00 2001
From: Lofar test build account <klijn@astron.nl>
Date: Mon, 26 Aug 2013 08:51:15 +0000
Subject: [PATCH] Task #3740 [maven-release-plugin]:prepare for next
 development iteration

---
 JAVA/GUI/Plotter/pom.xml | 6 +++---
 JAVA/LofarUtils/pom.xml  | 6 +++---
 JAVA/pom.xml             | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml
index b4d83de3dee..49f3d0df3bd 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>1.16.0</version>
+    <version>1.17.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-1.16.0/GUI/Plotter</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.16.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 015672fd722..1092e3c0c97 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>1.16.0</version>
+    <version>1.17.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-1.16.0/LofarUtils</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.16.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 fdc1e2ffcab..1a6b09a7139 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>1.16.0</version>
+  <version>1.17.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-1.16.0</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.16.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>
 
 
-- 
GitLab