diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml
index e17a08bf20cfa37bb83a03f70bc5fe85c7e7fb89..9f63b0f60d6c3ed3950995698088a9028292e9ce 100644
--- a/JAVA/GUI/Plotter/pom.xml
+++ b/JAVA/GUI/Plotter/pom.xml
@@ -1,48 +1,47 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <name>Lofar Utilities :: Plotter GUI</name>
-
-  <parent>
-    <groupId>nl.astron.lofar.lib</groupId>
-    <artifactId>lofar-lib-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>plotter</artifactId>
-  
-  
-  <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
-  <scm>
-    <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>
-
-
-  <!-- Information required to build a project. -->
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-
-      <resource>
-        <directory>PlotterConfig/src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
-
-  </build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <name>Lofar Utilities :: Plotter GUI</name>
+
+  <parent>
+    <groupId>nl.astron.lofar.lib</groupId>
+    <artifactId>lofar-lib-parent</artifactId>
+    <version>1.8.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+
+  <artifactId>plotter</artifactId>
+  
+  
+  <!-- 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.8.0/GUI/Plotter</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0/GUI/Plotter</developerConnection>
+  </scm>
+
+
+  <!-- Information required to build a project. -->
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+
+      <resource>
+        <directory>PlotterConfig/src</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
+
+  </build>
+
+</project>
diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml
index f9872d24e2d48dc01dfcd26d4170f728545d4825..02fb577f9218c1d173f788d2e79b4fdaac1860fd 100644
--- a/JAVA/LofarUtils/pom.xml
+++ b/JAVA/LofarUtils/pom.xml
@@ -1,53 +1,52 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <name>Lofar Utilities :: LofarUtils</name>
-
-  <parent>
-    <groupId>nl.astron.lofar.lib</groupId>
-    <artifactId>lofar-lib-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>lofarutils</artifactId>
-
-
-  <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
-  <scm>
-    <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>
-
-
-  <!-- Information required to build a project. -->
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
-  </build>
-
-
-  <!-- This element describes all of the dependencies associated with a project. 
-    These dependencies are used to construct a classpath for your project during 
-    the build process. They are automatically downloaded from the repositories 
-    defined in this project. See for more information: 
-    http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html -->
-  <dependencies>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-    </dependency>
-  </dependencies>
-
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <name>Lofar Utilities :: LofarUtils</name>
+
+  <parent>
+    <groupId>nl.astron.lofar.lib</groupId>
+    <artifactId>lofar-lib-parent</artifactId>
+    <version>1.8.0</version>
+  </parent>
+
+  <artifactId>lofarutils</artifactId>
+
+
+  <!-- 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.8.0/LofarUtils</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0/LofarUtils</developerConnection>
+  </scm>
+
+
+  <!-- Information required to build a project. -->
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
+  </build>
+
+
+  <!-- This element describes all of the dependencies associated with a project. 
+    These dependencies are used to construct a classpath for your project during 
+    the build process. They are automatically downloaded from the repositories 
+    defined in this project. See for more information: 
+    http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html -->
+  <dependencies>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>
+
diff --git a/JAVA/pom.xml b/JAVA/pom.xml
index 94e18617764dafea9d2367323b2f1a2d6d3f58ee..ca868c5d5327ccfc02a0d865a8e50c382c5f6b60 100644
--- a/JAVA/pom.xml
+++ b/JAVA/pom.xml
@@ -1,62 +1,61 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <name>Lofar Utilities :: Parent</name>
-
-  <parent>
-    <groupId>nl.astron</groupId>
-    <artifactId>parent</artifactId>
-    <version>2.0.0</version>
-  </parent>
-
-  <groupId>nl.astron.lofar.lib</groupId>
-  <artifactId>lofar-lib-parent</artifactId>
-  <version>1.8.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/trunk/JAVA</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</developerConnection>
-  </scm>
-
-
-  <!-- The modules (sometimes called subprojects) to build as a part of this 
-    project. Each module listed is a relative path to the directory containing 
-    the module. -->
-  <modules>
-    <module>LofarUtils</module>
-    <module>GUI/Plotter</module>
-  </modules>
-
-
-  <!-- Default dependency information for projects that inherit from this 
-    one. The dependencies in this section are not immediately resolved. Instead, 
-    when a POM derived from this one declares a dependency described by a matching 
-    groupId and artifactId, the version and other values from this section are 
-    used for that dependency if they were not already specified. -->
-  <dependencyManagement>
-    <dependencies>
-
-      <!-- Child dependencies, childs use the same group-ID and version by default. -->
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>lofarutils</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>plotter</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-
-    </dependencies>
-  </dependencyManagement>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <name>Lofar Utilities :: Parent</name>
+
+  <parent>
+    <groupId>nl.astron</groupId>
+    <artifactId>parent</artifactId>
+    <version>2.0.0</version>
+  </parent>
+
+  <groupId>nl.astron.lofar.lib</groupId>
+  <artifactId>lofar-lib-parent</artifactId>
+  <version>1.8.0</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.8.0</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0</developerConnection>
+  </scm>
+
+
+  <!-- The modules (sometimes called subprojects) to build as a part of this 
+    project. Each module listed is a relative path to the directory containing 
+    the module. -->
+  <modules>
+    <module>LofarUtils</module>
+    <module>GUI/Plotter</module>
+  </modules>
+
+
+  <!-- Default dependency information for projects that inherit from this 
+    one. The dependencies in this section are not immediately resolved. Instead, 
+    when a POM derived from this one declares a dependency described by a matching 
+    groupId and artifactId, the version and other values from this section are 
+    used for that dependency if they were not already specified. -->
+  <dependencyManagement>
+    <dependencies>
+
+      <!-- Child dependencies, childs use the same group-ID and version by default. -->
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>lofarutils</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>plotter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+
+</project>