You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/04/10 09:32:51 UTC

svn commit: r1311613 - /openejb/trunk/openejb/pom.xml

Author: rmannibucau
Date: Tue Apr 10 07:32:51 2012
New Revision: 1311613

URL: http://svn.apache.org/viewvc?rev=1311613&view=rev
Log:
using maven bundle plugin 2.3.7

Modified:
    openejb/trunk/openejb/pom.xml

Modified: openejb/trunk/openejb/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/pom.xml?rev=1311613&r1=1311612&r2=1311613&view=diff
==============================================================================
--- openejb/trunk/openejb/pom.xml (original)
+++ openejb/trunk/openejb/pom.xml Tue Apr 10 07:32:51 2012
@@ -91,8 +91,7 @@
   <properties>
 
     <!-- Maven module versions -->
-    <maven-bundle-plugin.version>2.4.0-SNAPSHOT</maven-bundle-plugin.version>
-    <!-- don't use 2.3.5 since there is an issue with private packages imports -->
+    <maven-bundle-plugin.version>2.3.7</maven-bundle-plugin.version>
 
     <!-- This is used by a manifest classpath entry -->
     <xbeanVersion>3.10-SNAPSHOT</xbeanVersion>