Reverting back to osgi jpa spec 1.0.0 for release git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1789073 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/a9e9c160 Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/a9e9c160 Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/a9e9c160 Branch: refs/heads/master Commit: a9e9c16086d47a3c3aade650938b824b50db46f4 Parents: e353c4c Author: cschneider <cschneider@13f79535-47bb-0310-9956-ffa450edef68> Authored: Tue Mar 28 09:52:36 2017 +0000 Committer: cschneider <cschneider@13f79535-47bb-0310-9956-ffa450edef68> Committed: Tue Mar 28 09:52:36 2017 +0000 ---------------------------------------------------------------------- jpa-container/osgi.bnd | 3 ++- jpa-container/pom.xml | 2 ++ jpa-parent/pom.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/a9e9c160/jpa-container/osgi.bnd ---------------------------------------------------------------------- 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)", \ http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/a9e9c160/jpa-container/pom.xml ---------------------------------------------------------------------- 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> http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/a9e9c160/jpa-parent/pom.xml ---------------------------------------------------------------------- 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>
