You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2010/02/27 17:04:32 UTC

svn commit: r916979 - /incubator/aries/trunk/jpa/jpa-container-context/pom.xml

Author: timothyjward
Date: Sat Feb 27 16:04:32 2010
New Revision: 916979

URL: http://svn.apache.org/viewvc?rev=916979&view=rev
Log:
ARIES-202 : Separate the JPA blueprint integration from managed persistence contexts

Modified:
    incubator/aries/trunk/jpa/jpa-container-context/pom.xml

Modified: incubator/aries/trunk/jpa/jpa-container-context/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jpa/jpa-container-context/pom.xml?rev=916979&r1=916978&r2=916979&view=diff
==============================================================================
--- incubator/aries/trunk/jpa/jpa-container-context/pom.xml (original)
+++ incubator/aries/trunk/jpa/jpa-container-context/pom.xml Sat Feb 27 16:04:32 2010
@@ -118,7 +118,7 @@
                            *
                         </Import-Package>
                         <Export-Package>
-                            org.apache.aries.jpa.container.context;versions="1.0.0"
+                            org.apache.aries.jpa.container.context;version="1.0.0"
                         </Export-Package>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                         <_removeheaders>Ignore-Package,Include-Resource,Private-Package,Bundle-DocURL</_removeheaders>