Description: Set the values usually set by the ignored spec-version-maven-plugin
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -130,11 +130,11 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${spec.bundle.version}</Bundle-Version>
-                        <Bundle-SymbolicName>${spec.bundle.symbolic-name}</Bundle-SymbolicName>
-                        <Extension-Name>${spec.extension.name}</Extension-Name>
-                        <Implementation-Version>${spec.implementation.version}</Implementation-Version>
-                        <Specification-Version>${spec.specification.version}</Specification-Version>
+                        <Bundle-Version>${project.version}</Bundle-Version>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Extension-Name>javax.json</Extension-Name>
+                        <Implementation-Version>${project.version}</Implementation-Version>
+                        <Specification-Version>${project.version}</Specification-Version>
                         <Export-Package>${packages.export}</Export-Package>
                     </instructions>
                 </configuration>
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -182,11 +182,11 @@
 <!-- TODO: is it spec plugin bug ? the spec.bundle.version returns 1.0 ?
                         <Bundle-Version>${spec.bundle.version}</Bundle-Version>
 -->
-                        <Bundle-Version>${spec.implementation.version}</Bundle-Version>
-                        <Bundle-SymbolicName>${spec.bundle.symbolic-name}</Bundle-SymbolicName>
-                        <Extension-Name>${spec.extension.name}</Extension-Name>
-                        <Implementation-Version>${spec.implementation.version}</Implementation-Version>
-                        <Specification-Version>${spec.specification.version}</Specification-Version>
+                        <Bundle-Version>${project.version}</Bundle-Version>
+                        <Bundle-SymbolicName>org.glassfish.javax.json</Bundle-SymbolicName>
+                        <Extension-Name>javax.json</Extension-Name>
+                        <Implementation-Version>${project.version}</Implementation-Version>
+                        <Specification-Version>1.0</Specification-Version>
                         <Export-Package>${packages.export}</Export-Package>
                         <Private-Package>${packages.private}</Private-Package>
                     </instructions>
