You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/03/28 09:52:36 UTC

svn commit: r1789073 - in /aries/trunk/jpa: jpa-container/osgi.bnd jpa-container/pom.xml jpa-parent/pom.xml

Author: cschneider
Date: Tue Mar 28 09:52:36 2017
New Revision: 1789073

URL: http://svn.apache.org/viewvc?rev=1789073&view=rev
Log:
Reverting back to osgi jpa spec 1.0.0 for release

Modified:
    aries/trunk/jpa/jpa-container/osgi.bnd
    aries/trunk/jpa/jpa-container/pom.xml
    aries/trunk/jpa/jpa-parent/pom.xml

Modified: aries/trunk/jpa/jpa-container/osgi.bnd
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container/osgi.bnd?rev=1789073&r1=1789072&r2=1789073&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-container/osgi.bnd (original)
+++ aries/trunk/jpa/jpa-container/osgi.bnd Tue Mar 28 09:52:36 2017
@@ -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)", \

Modified: aries/trunk/jpa/jpa-container/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container/pom.xml?rev=1789073&r1=1789072&r2=1789073&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-container/pom.xml (original)
+++ aries/trunk/jpa/jpa-container/pom.xml Tue Mar 28 09:52:36 2017
@@ -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>

Modified: aries/trunk/jpa/jpa-parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-parent/pom.xml?rev=1789073&r1=1789072&r2=1789073&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-parent/pom.xml (original)
+++ aries/trunk/jpa/jpa-parent/pom.xml Tue Mar 28 09:52:36 2017
@@ -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>