Author: krosenvold Date: Thu Sep 10 07:29:03 2015 New Revision: 1702180 URL: http://svn.apache.org/r1702180 Log: [maven-release-plugin] prepare release commons-io-2.5
Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1702180&r1=1702179&r2=1702180&view=diff ============================================================================== --- commons/proper/io/trunk/pom.xml (original) +++ commons/proper/io/trunk/pom.xml Thu Sep 10 07:29:03 2015 @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.5</version> <name>Apache Commons IO</name> <inceptionYear>2002</inceptionYear> @@ -49,9 +49,9 @@ file comparators, endian transformation </distributionManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/io/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/tags/commons-io-2.5</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/tags/commons-io-2.5</developerConnection> + <url>http://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.5</url> </scm> <developers> @@ -59,7 +59,7 @@ file comparators, endian transformation <name>Scott Sanders</name> <id>sanders</id> <email>sand...@apache.org</email> - <organization></organization> + <organization /> <roles> <role>Java Developer</role> </roles> @@ -69,7 +69,7 @@ file comparators, endian transformation <!-- Note: first name is correctly capitalised above --> <id>dion</id> <email>d...@apache.org</email> - <organization></organization> + <organization /> <roles> <role>Java Developer</role> </roles> @@ -78,7 +78,7 @@ file comparators, endian transformation <name>Nicola Ken Barozzi</name> <id>nicolaken</id> <email>nicola...@apache.org</email> - <organization></organization> + <organization /> <roles> <role>Java Developer</role> </roles> @@ -87,7 +87,7 @@ file comparators, endian transformation <name>Henri Yandell</name> <id>bayard</id> <email>bay...@apache.org</email> - <organization></organization> + <organization /> <roles> <role>Java Developer</role> </roles> @@ -95,7 +95,7 @@ file comparators, endian transformation <developer> <name>Stephen Colebourne</name> <id>scolebourne</id> - <organization></organization> + <organization /> <roles> <role>Java Developer</role> </roles>