diff --git a/pom.xml b/pom.xml
index 0bcfc00590ae168cd8665e5f2db7455884a61c30..a3275e1b053fb23affcb0eb1b31de17444d2dfbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,11 +6,11 @@
     <parent>
         <groupId>fr.soleil</groupId>
         <artifactId>super-pom-C-CPP-tango</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>RELEASE</version>
     </parent>
 
     <groupId>fr.soleil.lib</groupId>
-    <artifactId>Electrometers</artifactId>
+    <artifactId>Electrometers-${aol}-${library}-${mode}</artifactId>
     <version>2.2.0</version>
 
     <packaging>nar</packaging>
@@ -28,16 +28,6 @@
         </url>
     </scm>
 
-	<!--
-	 You can override these properties from the command line
-	 ex : mvn install -Dlibrary=static
-	  -->
-    <properties>
-        <library>static</library> <!-- define the type of library by default  -->
-		<!-- <DEBUG>true</DEBUG>  uncomment if you build in debug by default  -->
-    </properties>
-
-
     <build>
         <plugins>
             <plugin>