diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml
index ff7b86b0b590ab418a68662696cfece60dd108df..a43779f5aafa078cd7a822a1a42120425ca82dee 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 275ad5b3a622b4bb3791f377879df43579371af1..4cad4c71dbe3c50a1aaa7f5cc558da7b9dda4447 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 de77a65fb90168bf7ec39dd1ffd7024ac6b2f957..07cdabed8142d15a47d1f5ae7f66346bc6c82edc 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>