Author: chas Date: Thu Aug 11 04:26:39 2016 New Revision: 1755904 URL: http://svn.apache.org/viewvc?rev=1755904&view=rev Log: do not upload source distributions to Nexus
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=1755904&r1=1755903&r2=1755904&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Thu Aug 11 04:26:39 2016 @@ -422,6 +422,7 @@ Version 39: <descriptor>src/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> + <attach>false</attach> </configuration> </plugin> <plugin> 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=1755904&r1=1755903&r2=1755904&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Thu Aug 11 04:26:39 2016 @@ -59,7 +59,11 @@ The <action> type attribute can be add,u --> <body> - <release version="41" date="2016-08-15" description="TBA"> + <release version="42" date="TBD" description="TBA"> + <action type="update">Prevent uploading of the source zip/tar.gz</action> + </release> + + <release version="41" date="2016-08-15" description="Updates plugins and adds source compatibility profiles"> <action type="update">COMMONSSITE-89 - support both clirr and japicmp Clirr report must now be explicitly enabled using src/site/resources/profile.clirr file or -Pclirr option</action> <action type="update">maven-source-plugin 3.0.0 -> 3.0.1</action>