diff --git a/dockingvl/pom.xml b/dockingvl/pom.xml
index d1d3a7fe8cf690e0162cc5861eab3b728e88798d..933c44899bdbad4a300199c7f158904e5be68e2e 100644
--- a/dockingvl/pom.xml
+++ b/dockingvl/pom.xml
@@ -1,82 +1,74 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<modelVersion>4.0.0</modelVersion>
-
-	<parent>
-		<artifactId>super-pom-java</artifactId>
-		<groupId>fr.soleil</groupId>
-		<version>RELEASE</version>
-	</parent>
-
-	<groupId>fr.soleil.lib</groupId>
-	<artifactId>DockingVl</artifactId>
-	<version>1.0.5-SNAPSHOT</version>
-
-	<name>Docking VL</name>
-	<description>VL Docking implementation of DockingCore</description>
-
-	<developers>
-		<developer>
-			<id>girardot</id>
-			<name>Raphaël GIRARDOT</name>
-			<email>raphael.girardot@synchrotron-soleil.fr</email>
-			<organization>SOLEIL</organization>
-			<organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
-			<roles>
-				<role>Manager</role>
-			</roles>
-			<timezone>1</timezone>
-		</developer>
-		<developer>
-			<id>viguier</id>
-			<name>Grégory VIGUIER</name>
-			<email>gregory.viguier@synchrotron-soleil.fr</email>
-			<organization>SOLEIL</organization>
-			<organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
-			<roles>
-				<role>Java Developer</role>
-			</roles>
-			<timezone>1</timezone>
-		</developer>
-	</developers>
-
-	<scm>
-		<connection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingVl</connection>
-		<developerConnection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingVl</developerConnection>
-		<url>https://svn.code.sf.net/p/comete/code/trunk/DockingVl</url>
-	</scm>
-
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-resources-plugin</artifactId>
-				<configuration>
-					<encoding>${project.build.sourceEncoding}</encoding>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<encoding>${project.build.sourceEncoding}</encoding>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-
-	<dependencies>
-		<dependency>
-			<groupId>fr.soleil.lib</groupId>
-			<artifactId>DockingCore</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>com.vlsolutions</groupId>
-			<artifactId>vldocking</artifactId>
-			<version>3.0.2</version>
-		</dependency>
-	</dependencies>
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>super-pom-java</artifactId>
+    <groupId>fr.soleil</groupId>
+    <version>RELEASE</version>
+  </parent>
+  <groupId>fr.soleil.lib</groupId>
+  <artifactId>DockingVl</artifactId>
+  <version>1.0.5</version>
+  <name>Docking VL</name>
+  <description>VL Docking implementation of DockingCore</description>
+  <developers>
+    <developer>
+      <id>girardot</id>
+      <name>Raphaël GIRARDOT</name>
+      <email>raphael.girardot@synchrotron-soleil.fr</email>
+      <organization>SOLEIL</organization>
+      <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
+      <roles>
+        <role>Manager</role>
+      </roles>
+      <timezone>1</timezone>
+    </developer>
+    <developer>
+      <id>viguier</id>
+      <name>Grégory VIGUIER</name>
+      <email>gregory.viguier@synchrotron-soleil.fr</email>
+      <organization>SOLEIL</organization>
+      <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>1</timezone>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingVl</connection>
+    <developerConnection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingVl</developerConnection>
+    <url>https://svn.code.sf.net/p/comete/code/trunk/DockingVl</url>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <configuration>
+          <encoding>${project.build.sourceEncoding}</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <encoding>${project.build.sourceEncoding}</encoding>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>fr.soleil.lib</groupId>
+      <artifactId>DockingCore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.vlsolutions</groupId>
+      <artifactId>vldocking</artifactId>
+      <version>3.0.2</version>
+    </dependency>
+  </dependencies>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
 </project>