Author: sebb Date: Sat Apr 30 12:17:13 2016 New Revision: 1741756 URL: http://svn.apache.org/viewvc?rev=1741756&view=rev Log: Re-arrange props; RC1 => RC2
Modified: commons/proper/net/trunk/pom.xml Modified: commons/proper/net/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1741756&r1=1741755&r2=1741756&view=diff ============================================================================== --- commons/proper/net/trunk/pom.xml (original) +++ commons/proper/net/trunk/pom.xml Sat Apr 30 12:17:13 2016 @@ -168,19 +168,26 @@ Supported protocols include: Echo, Finge </distributionManagement> <properties> + <!-- Environment --> <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> <commons.javadoc.java.link>http://download.oracle.com/javase/1.6.0/docs/api/</commons.javadoc.java.link> <commons.componentid>net</commons.componentid> + <commons.jira.id>NET</commons.jira.id> + <commons.jira.pid>12310487</commons.jira.pid> + + <!-- Current release --> <commons.release.version>${project.version}</commons.release.version> - <commons.rc.version>RC1</commons.rc.version> + <commons.rc.version>RC2</commons.rc.version> <commons.release.desc>(Requires Java ${maven.compiler.target} or later)</commons.release.desc> + + <!-- Previous release --> <commons.release.2.version>1.4.1</commons.release.2.version> <!-- Override Commons parent, as version 1.4.1 does not use the -bin suffix --> <commons.release.2.binary.suffix /> <commons.release.2.desc>(Requires Java 1.3 or later)</commons.release.2.desc> - <commons.jira.id>NET</commons.jira.id> - <commons.jira.pid>12310487</commons.jira.pid> + + <!-- Local version defines --> <checkstyle.plugin.version>2.17</checkstyle.plugin.version> <checkstyle.tool.version>6.9</checkstyle.tool.version> <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion>