diff --git a/pom.xml b/pom.xml
index 2fbb54acfa010daa6314fc5bc55530a84e9f2eca..f1ba0dd8477a4c0043e5a9a35be4338794b01e79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
 
     <!-- Project Information -->
     <artifactId>apache-commons-collections</artifactId>
-    <version>4.4.0</version>
+    <version>5.0.0</version>
 
     <packaging>jar</packaging>
 
@@ -59,7 +59,7 @@
 
     <!-- Project properties -->
     <properties>
-        <artifact-to-extract>commons-collections</artifact-to-extract>
+        <artifact-to-extract>commons-collections4</artifact-to-extract>
     </properties>
 
     <!-- List of project's dependencies -->