diff --git a/pom.xml b/pom.xml
index 7efdd26b51721570ea96e60b17e8c5e480c0fd54..e13b0514673120c59ecadf3fc1ea73954b57c2c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
         <dependency>
             <groupId>fr.cemagref</groupId>
             <artifactId>ohoui</artifactId>
-            <version>0.1</version>
+            <version>0.1.3</version>
         </dependency>
         <dependency>
             <groupId>jfree</groupId>
@@ -50,7 +50,7 @@
 
     <name>${project.artifactId} ${project.version}</name>
     <description />
-    <url>http://trac.clermont.cemagref.fr/projets/LISC/wiki/JavaObservation</url>
+    <url>https://gitlab.irstea.fr/nicolas.dumoulin/Observation</url>
 
     <licenses>
         <license>
@@ -67,8 +67,8 @@
     <packaging>jar</packaging>
 
     <scm>
-        <connection>scm:svn:http://trac.clermont.cemagref.fr/svn/LISC/Observation/branches/0.1</connection>
-        <url>http://trac.clermont.cemagref.fr/projets/LISC/browser/Observation/branches/0.1</url>
+        <connection>scm:git:git@gitlab-ssh.irstea.fr:nicolas.dumoulin/Observation.git</connection>
+        <url>https://gitlab.irstea.fr/nicolas.dumoulin/Observation/tree/master</url>
     </scm>
     <build>
         <plugins>
@@ -96,9 +96,25 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>assembly</goal>
+                        </goals>
+                        <configuration>
+                            <appendAssemblyId>false</appendAssemblyId>
+                            <descriptorRefs>
+                                <descriptorRef>jar-with-dependencies</descriptorRef>
+                            </descriptorRefs>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
-
     <distributionManagement>
         <repository>
             <id>trac.clermont.cemagref.fr.nexus</id>