From becde3db53d2fb84e8e792d4d4b678d5ec7511c5 Mon Sep 17 00:00:00 2001
From: Hans Boom <boom@astron.nl>
Date: Thu, 18 Oct 2012 08:59:49 +0000
Subject: [PATCH] Task #1771: added SCM settings to pom files.

---
 JAVA/GUI/Plotter/pom.xml | 2 +-
 JAVA/LofarUtils/pom.xml  | 2 +-
 JAVA/pom.xml             | 5 ++---
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml
index ff7b86b0b59..a43779f5aaf 100644
--- a/JAVA/GUI/Plotter/pom.xml
+++ b/JAVA/GUI/Plotter/pom.xml
@@ -19,7 +19,7 @@
   
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:http://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</connection>
+    <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 275ad5b3a62..4cad4c71dbe 100644
--- a/JAVA/LofarUtils/pom.xml
+++ b/JAVA/LofarUtils/pom.xml
@@ -18,7 +18,7 @@
 
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:http://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</connection>
+    <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 de77a65fb90..07cdabed814 100644
--- a/JAVA/pom.xml
+++ b/JAVA/pom.xml
@@ -20,7 +20,7 @@
 
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:http://svn.astron.nl/LOFAR/trunk/JAVA</connection>
+    <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</connection>
     <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</developerConnection>
   </scm>
 
@@ -42,8 +42,7 @@
   <dependencyManagement>
     <dependencies>
 
-      <!-- Child dependencies, childs use the same group-ID and version by 
-        default. -->
+      <!-- Child dependencies, childs use the same group-ID and version by default. -->
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>lofarutils</artifactId>
-- 
GitLab