LENS-852: Fix parent pom version in lens-ship-jars module
diff --git a/lens-ship-jars/pom.xml b/lens-ship-jars/pom.xml
index b1d937b..1a5e5ba 100644
--- a/lens-ship-jars/pom.xml
+++ b/lens-ship-jars/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>apache-lens</artifactId>
     <groupId>org.apache.lens</groupId>
-    <version>2.5.0-beta-SNAPSHOT</version>
+    <version>2.4.0-beta-SNAPSHOT</version>
   </parent>
 
   <artifactId>lens-ship-jars</artifactId>