Author: djencks
Date: Thu Oct 13 18:59:41 2011
New Revision: 1183025
URL: http://svn.apache.org/viewvc?rev=1183025&view=rev
Log:
use a shade plugin that generates more valid jars (manifest is first entry) and update bundle
plugin version
Modified:
geronimo/xbean/trunk/pom.xml
Modified: geronimo/xbean/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/pom.xml?rev=1183025&r1=1183024&r2=1183025&view=diff
==============================================================================
--- geronimo/xbean/trunk/pom.xml (original)
+++ geronimo/xbean/trunk/pom.xml Thu Oct 13 18:59:41 2011
@@ -315,7 +315,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>1.3.1</version>
+ <version>1.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.xbean</groupId>
@@ -325,7 +325,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.3.4</version>
<extensions>true</extensions>
<configuration>
<instructions>
|