[ee4j_8] fixes #23: bundle symbolic name should match artifactId (#25)

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/pom.xml b/pom.xml
index bce6598..0dd3590 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,8 +33,7 @@
     <properties>
         <non.final>false</non.final>
         <spec.version>1.3</spec.version>
-        <extension.name>javax.annotation</extension.name>
-        <bundle.symbolicName>javax.annotation-api</bundle.symbolicName>
+        <extension.name>jakarta.annotation</extension.name>
         <vendor.name>Oracle Corporation</vendor.name>
         <implementation.vendor.id>org.glassfish</implementation.vendor.id>
         <findbugs.version>3.0.5</findbugs.version>
@@ -218,7 +217,11 @@
                     <execution>
                         <goals>
                             <goal>set-spec-properties</goal>
-                            <goal>check-module</goal>
+                            <!-- TODO:
+                            glassfish-spec-version-maven-plugin needs to be updated
+                            in order to check 'jakarta.' prefixed values in manifest entries
+                            -->
+                            <!--<goal>check-module</goal>-->
                         </goals>
                     </execution>
                 </executions>
@@ -306,6 +309,14 @@
                                     <packages>javax.annotation</packages>
                                 </group>
                             </groups>
+                            <bottom>
+<![CDATA[Copyright &#169; 1999-2018,
+    <a href="http://www.oracle.com">Oracle</a>
+    and/or its affiliates. All Rights Reserved.
+    Use is subject to
+    <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.
+]]>
+                            </bottom>
                         </configuration>
                     </execution>
                 </executions>