diff --git a/pom.xml b/pom.xml
index 45f6524c6e84c3c8110684637d21554427da020d..e1441494a4a1ef29e2c8c920a2c91616161d3ead 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <parent>
 		<artifactId>pom-icy</artifactId>
         <groupId>org.bioimageanalysis.icy</groupId>
-        <version>2.0.0</version>
+        <version>2.2.0</version>
 	</parent>
 
     <!-- Project Information -->
@@ -19,7 +19,7 @@
 
     <name>Apache Commons Lang</name>
     <description>The Apache Commons Lang Library.</description>
-    <url>http://icy.bioimageanalysis.org/plugin/apache-commons-lang/</url>
+    <url>https://icy.bioimageanalysis.org/plugin/apache-commons-lang/</url>
     <inceptionYear>2020</inceptionYear>
 
     <organization>
@@ -55,27 +55,11 @@
 
     <!-- Project properties -->
     <properties>
-		<artifact-to-include>commons-lang3</artifact-to-include>
+		<artifact-to-extract>commons-lang3</artifact-to-extract>
     </properties>
 
-    <profiles>
-        <profile>
-            <id>icy-plugin</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-        </profile>
-    </profiles>
-
     <!-- List of project's dependencies -->
     <dependencies>
-        <!-- The core of Icy -->
-        <dependency>
-            <groupId>org.bioimageanalysis.icy</groupId>
-            <artifactId>icy-kernel</artifactId>
-			<version>${icy-kernel.version}</version>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>