Author: chtompki
Date: Mon Apr 9 20:52:19 2018
New Revision: 1828769
URL: http://svn.apache.org/viewvc?rev=1828769&view=rev
Log:
maven-assembly-plugin: 3.0.0 -> 3.1.0
Modified:
commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
commons/proper/commons-parent/trunk/pom.xml
commons/proper/commons-parent/trunk/src/changes/changes.xml
Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1828769&r1=1828768&r2=1828769&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Mon Apr 9 20:52:19
2018
@@ -31,6 +31,7 @@ o jacoco-maven-plugin 0.8.0 -> 0.8.1
o commons-build-plugin 1.7 -> 1.8
o commons-release-plugin 1.1 -> 1.2
o japicmp-maven-plugin: oldVersionPattern=\d+\.\d+\.\d*
+o maven-assembly-plugin: 3.0.0 -> 3.1.0
Historical list of changes: http://commons.apache.org/commons-parent-pom.html
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1828769&r1=1828768&r2=1828769&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Apr 9 20:52:19 2018
@@ -48,6 +48,7 @@
- commons-build-plugin 1.7 -> 1.8
- commons-release-plugin 1.1 -> 1.2
- japicmp-maven-plugin: oldVersionPattern=\d+\.\d+\.\d*
+ - maven-assembly-plugin: 3.0.0 -> 3.1.0
-->
@@ -454,8 +455,9 @@
<!-- skip japicmp on "mvn site" - use "mvn package site" to
include report -->
<ignoreMissingNewVersion>true</ignoreMissingNewVersion>
<reportOnlyFilename>true</reportOnlyFilename>
+ <skipPomModules>true</skipPomModules>
+ <oldVersionPattern>\d+\.\d*\.\d*</oldVersionPattern>
</parameter>
- <oldVersionPattern>\d+\.\d+\.\d*</oldVersionPattern>
</configuration>
</plugin>
<plugin>
@@ -582,6 +584,7 @@
<plugin>
<!-- Parent POM is released, so needs source archive for ASF mirrors
-->
<artifactId>maven-assembly-plugin</artifactId>
+ <version>${commons.assembly-plugin.version}</version>
<configuration>
<descriptors>
<descriptor>src/assembly/src.xml</descriptor>
@@ -960,8 +963,10 @@
<onlyModified>true</onlyModified>
<breakBuildOnBinaryIncompatibleModifications>${commons.japicmp.breakBuildOnBinaryIncompatibleModifications}</breakBuildOnBinaryIncompatibleModifications>
<!-- skip japicmp on "mvn site" - use "mvn package site" to
include report -->
+ <skipPomModules>true</skipPomModules>
<ignoreMissingNewVersion>true</ignoreMissingNewVersion>
<reportOnlyFilename>true</reportOnlyFilename>
+ <oldVersionPattern>\d+\.\d*\.\d*</oldVersionPattern>
</parameter>
</configuration>
</plugin>
@@ -1275,6 +1280,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>${commons.assembly-plugin.version}</version>
<inherited>true</inherited>
<executions>
<execution>
@@ -1770,6 +1776,7 @@
</dependencies>
-->
+ <commons.assembly-plugin.version>3.1.0</commons.assembly-plugin.version>
<commons.site-plugin.version>3.7</commons.site-plugin.version>
<commons.jacoco.version>0.8.1</commons.jacoco.version>
<commons.cobertura.version>2.7</commons.cobertura.version>
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=1828769&r1=1828768&r2=1828769&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Mon Apr 9
20:52:19 2018
@@ -76,6 +76,7 @@ The <action> type attribute can be add,u
<action type="update">commons-build-plugin 1.7 -> 1.8</action>
<action type="update">commons-release-plugin 1.1 -> 1.2</action>
<action type="update">japicmp-maven-plugin:
oldVersionPattern=\d+\.\d+\.\d*</action>
+ <action type="update">maven-assembly-plugin: 3.0.0 ->
3.1.0</action>
</release>
<release version="45" date="2018-03-12" description="Changing location
of commons-release-plugin">