This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.fragment.transaction-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-transaction.git
commit 7bb713472728696a0665107d8f1d9834437535d1 Author: Felix Meschberger <[email protected]> AuthorDate: Sat Nov 12 21:03:53 2011 +0000 Add version with qualifier indicating source of the system bundle export git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-transaction@1201325 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9e447de..dbe2b1e 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,10 @@ packages to the system bundle exports. </description> + <properties> + <fragment.transaction.version>0.0.0.fragment_transaction</fragment.transaction.version> + </properties> + <build> <plugins> <plugin> @@ -69,8 +73,8 @@ </manifestFile> <manifestEntries> <Export-Package> - javax.transaction, - javax.transaction.xa + javax.transaction;version="${fragment.transaction.version}", + javax.transaction.xa;version="${fragment.transaction.version}" </Export-Package> </manifestEntries> </archive> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
