Author: ggregory
Date: Mon Feb 27 13:38:25 2012
New Revision: 1294152
URL: http://svn.apache.org/viewvc?rev=1294152&view=rev
Log:
Java > 5 picks up latest maven-bundle-plugin.
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1294152&r1=1294151&r2=1294152&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Feb 27 13:38:25 2012
@@ -317,7 +317,7 @@ Version 23:
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.6</version>
+ <version>2.3.7</version>
<inherited>true</inherited>
</plugin>
<plugin>
|