Author: chtompki Date: Mon Mar 5 18:19:43 2018 New Revision: 1825930 URL: http://svn.apache.org/viewvc?rev=1825930&view=rev Log: COMMONSSITE-105: Adding commons-release-plugin-1.1 to parent
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=1825930&r1=1825929&r2=1825930&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Mon Mar 5 18:19:43 2018 @@ -47,6 +47,7 @@ - jacoco-maven-plugin 0.7.9 -> 0.8.0. - Fix japicmp config: add to reporting section and define ignoreMissingNewVersion explicitly - org.apache:apache 18 -> 19 + - add commons-release-plugin:1.1 --> @@ -1273,6 +1274,34 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.commons</groupId> + <artifactId>commons-release-plugin</artifactId> + <version>${commons.release-plugin.version}</version> + <executions> + <execution> + <id>detatch-distributions</id> + <phase>verify</phase> + <goals> + <goal>detach-distributions</goal> + </goals> + </execution> + <execution> + <id>compress-site</id> + <phase>site</phase> + <goals> + <goal>compress-site</goal> + </goals> + </execution> + <execution> + <id>stage-distributions</id> + <phase>deploy</phase> + <goals> + <goal>stage-distributions</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build> </profile> @@ -1437,6 +1466,7 @@ <id>test-deploy</id> <properties> <altDeploymentRepository>id::default::file:target/deploy</altDeploymentRepository> + <commons.release.dryRun>true</commons.release.dryRun> </properties> </profile> @@ -1640,6 +1670,7 @@ <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) --> <commons.build-plugin.version>1.7</commons.build-plugin.version> + <commons.release-plugin.version>1.1</commons.release-plugin.version> <commons.surefire.version>2.20.1</commons.surefire.version> <commons.failsafe.version>2.20.1</commons.failsafe.version> <commons.surefire-report.version>2.20.1</commons.surefire-report.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=1825930&r1=1825929&r2=1825930&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Mon Mar 5 18:19:43 2018 @@ -59,6 +59,10 @@ The <action> type attribute can be add,u --> <body> + <release version="44" date="YYYY-MM-DD" description="TBD"> + <action type="add">COMMONSSITE-105: Add commons-release-plugin version 1.1</action> + </release> + <release version="43" date="2018-01-02" description="Updates plugins and generally requires Java 7."> <action type="update">maven-compiler-plugin 3.6.1 -> 3.6.2.</action> <action type="update">maven-compiler-plugin 3.6.2 -> 3.7.0.</action>