Author: sebb
Date: Wed Jan 21 00:03:33 2015
New Revision: 1653409
URL: http://svn.apache.org/r1653409
Log:
Update Antrun Plugin : 1.7 => 1.8
Modified:
commons/proper/commons-parent/trunk/pom.xml
commons/proper/commons-parent/trunk/src/changes/changes.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1653409&r1=1653408&r2=1653409&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Jan 21 00:03:33 2015
@@ -48,6 +48,7 @@ Version 37:
the plugin skip most of its work around attributing packages correctly)
- Added property commons.changes.onlyCurrentVersion for changes plugin Jira
report
- Update GPG Plugin : 1.5 => 1.6
+- Update Antrun plugin 1.7 => 1.8
-->
@@ -229,7 +230,7 @@ Version 37:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.7</version>
+ <version>1.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1653409&r1=1653408&r2=1653409&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed Jan 21
00:03:33 2015
@@ -71,6 +71,7 @@ The <action> type attribute can be add,u
<action type="add">Allow to configure dependency excludes of
bundle-plugin with commons.osgi.excludeDependencies</action>
<action type="update">Added property
commons.changes.onlyCurrentVersion for changes plugin Jira report</action>
<action type="update">Update GPG Plugin : 1.5 => 1.6</action>
+ <action type="update">Update Antrun Plugin : 1.7 => 1.8</action>
</release>
<release version="36" date="2014-12-21" description="Update plugins,
fix release-notes profile.">