Repository: aries-jpa Updated Branches: refs/heads/master [created] a5df7f6c1
[ARIES-1532] [jpa] Provide an extender capability git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1738980 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/f1ff9046 Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/f1ff9046 Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/f1ff9046 Branch: refs/heads/master Commit: f1ff9046b1002546f53e91cd14f0b597fc89bf98 Parents: 858f5e4 Author: gnodet <gnodet@13f79535-47bb-0310-9956-ffa450edef68> Authored: Wed Apr 13 18:36:59 2016 +0000 Committer: gnodet <gnodet@13f79535-47bb-0310-9956-ffa450edef68> Committed: Wed Apr 13 18:36:59 2016 +0000 ---------------------------------------------------------------------- jpa-container/osgi.bnd | 1 + jpa-parent/pom.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/f1ff9046/jpa-container/osgi.bnd ---------------------------------------------------------------------- diff --git a/jpa-container/osgi.bnd b/jpa-container/osgi.bnd index 909cd6e..9992fcf 100644 --- a/jpa-container/osgi.bnd +++ b/jpa-container/osgi.bnd @@ -5,3 +5,4 @@ Import-Package: \ Bundle-Activator: org.apache.aries.jpa.container.impl.Activator Export-Service: \ javax.persistence.EntityManagerFactory +Provide-Capability: osgi.extender;osgi.extender=aries.jpa;version:Version="${project.version.clean}" http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/f1ff9046/jpa-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml index a9711dd..5738e9b 100644 --- a/jpa-parent/pom.xml +++ b/jpa-parent/pom.xml @@ -167,6 +167,18 @@ </instructions> </configuration> <executions> + <execution> + <id>cleanVersions</id> + <phase>process-resources</phase> + <goals> + <goal>cleanVersions</goal> + </goals> + <configuration> + <versions> + <project.version.clean>${project.version}</project.version.clean> + </versions> + </configuration> + </execution> <execution> <id>baseline</id> <goals>
