Reverting back to osgi jpa spec 1.0.0 for release

git-svn-id: http://svn.apache.org/repos/asf/aries/trunk/jpa@1789073 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jpa-container/osgi.bnd b/jpa-container/osgi.bnd
index 1616da2..932b178 100644
--- a/jpa-container/osgi.bnd
+++ b/jpa-container/osgi.bnd
@@ -1,5 +1,6 @@
 Export-Package: \
-    org.osgi.service.jpa;provide:=true;-split-package:=merge-first
+    org.osgi.service.jpa
+    #;provide:=true;-split-package:=merge-first
 Import-Package: \
     javax.persistence;version="[1.1,3)", \
     javax.persistence.spi;version="[1.1,3)", \
diff --git a/jpa-container/pom.xml b/jpa-container/pom.xml
index 53bb673..699bf40 100644
--- a/jpa-container/pom.xml
+++ b/jpa-container/pom.xml
@@ -68,6 +68,7 @@
              the OSGi provided APIs to Java 1.6 class compatibility.
              Becuase of the way the maven-bundle-plugin works we must
              extract the JAR before we translate and slurp in the API -->
+             <!--
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -110,5 +111,6 @@
                 </executions>
             </plugin>
         </plugins>
+        -->
     </build>
 </project>
diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml
index 6524160..e72ba88 100644
--- a/jpa-parent/pom.xml
+++ b/jpa-parent/pom.xml
@@ -77,7 +77,7 @@
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.jpa</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
+                <version>1.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>