Merge pull request #96 from arjantijms/master

Update bundle version to 3.0.3 as well
diff --git a/api/pom.xml b/api/pom.xml
index 7b4de3a..4b69e29 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -42,7 +42,7 @@
     <properties>
         <!-- Make sure the two versions are in sync with the maven version -->
         <spec.version>3.0</spec.version>
-        <bundle.version>3.0.2</bundle.version>
+        <bundle.version>3.0.3</bundle.version>
         <extensionName>javax.el</extensionName>
         <bundle.symbolicName>javax.el-api</bundle.symbolicName>
         <vendorName>Oracle Corporation</vendorName>
diff --git a/impl/pom.xml b/impl/pom.xml
index 247d3e8..9c28069 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -39,7 +39,7 @@
     
     <properties>
         <!-- the bundle build number must be the same as the maven number -->
-        <bundle.version>3.0.2</bundle.version>
+        <bundle.version>3.0.3</bundle.version>
         <!-- The most current api version -->
         <spec.version>3.0</spec.version>
         <extensionName>javax.el.impl</extensionName>
diff --git a/pom.xml b/pom.xml
index 1520426..b6c2780 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
 
     <properties>
         <!-- the bundle build number must be the same as the maven number -->
-        <bundle.version>3.0.2</bundle.version>
+        <bundle.version>3.0.3</bundle.version>
         <!-- The most current api version -->
         <spec.version>3.0</spec.version>
         <extensionName>javax.el</extensionName>