diff --git a/dockingcore/pom.xml b/dockingcore/pom.xml
index 15962babc7a939884ea38cb7f3c1c7375509caac..ce0c3fa18942222c666dfd576190aedf57d934f5 100644
--- a/dockingcore/pom.xml
+++ b/dockingcore/pom.xml
@@ -1,21 +1,17 @@
 <?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">
+<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>DockingCore</artifactId>
-  <version>1.0.5-SNAPSHOT</version>
-
+  <version>1.0.5</version>
   <name>Docking Core</name>
   <description>A project that defines some common abstractions in docking</description>
-
   <developers>
     <developer>
       <id>girardot</id>
@@ -40,13 +36,11 @@
       <timezone>1</timezone>
     </developer>
   </developers>
-
   <scm>
     <connection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingCore</connection>
     <developerConnection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingCore</developerConnection>
     <url>https://svn.code.sf.net/p/comete/code/trunk/DockingCore</url>
   </scm>
-
   <build>
     <plugins>
       <plugin>
@@ -63,14 +57,13 @@
       </plugin>
     </plugins>
   </build>
-
   <dependencies>
     <dependency>
       <groupId>fr.soleil.lib</groupId>
       <artifactId>BasicUtilities</artifactId>
     </dependency>
   </dependencies>
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
 </project>