3.0.4 impl release (#166)

* Prepare release org.glassfish:jakarta.el:3.0.4

* Prepare next development cycle for 3.0.5-SNAPSHOT

Co-authored-by: Eclipse EL Bot <el-bot@eclipse.org>
diff --git a/pom.xml b/pom.xml
index ba86b49..d8911f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.eclipse.ee4j</groupId>
         <artifactId>project</artifactId>
-        <version>1.0.5</version>
+        <version>1.0.7</version>
     </parent>
 
     <groupId>org.glassfish</groupId>
     <artifactId>jakarta.el</artifactId>
-    <version>3.0.3</version>
+    <version>3.0.5-SNAPSHOT</version>
     
     <name>Jakarta Expression Language 3.0</name>
     <description>
@@ -39,7 +39,7 @@
 
     <properties>
         <!-- the bundle build number must be the same as the maven number -->
-        <bundle.version>3.0.3</bundle.version>
+        <bundle.version>${project.version}</bundle.version>
         <!-- The most current api version -->
         <spec.version>3.0</spec.version>
         <extensionName>javax.el</extensionName>