Merge pull request #73 from markt-asf/EE4J_8

Fix broken EE4J_8 branch plus clean-up
diff --git a/api/pom.xml b/api/pom.xml
index 9d8516e..01cbbe3 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -2,7 +2,7 @@
 <!--
 
     Copyright (c) 1997, 2018 Oracle and/or its affiliates and others.
-     All rights reserved.
+    All rights reserved.
 
     This program and the accompanying materials are made available under the
     terms of the Eclipse Public License v. 2.0, which is available at
@@ -31,7 +31,7 @@
     <groupId>jakarta.el</groupId>
     <artifactId>jakarta.el-api</artifactId>
     <packaging>jar</packaging>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.2-SNAPSHOT</version>
     <name>Expression Language 3.0 API</name>
 
     <properties>
@@ -196,7 +196,8 @@
                     <arguments>${release.arguments}</arguments>
                 </configuration>
             </plugin>
-                    
+        </plugins>
+
         <resources>
             <resource>
                 <directory>src/main/java</directory>