Author: britter Date: Thu Aug 14 19:51:49 2014 New Revision: 1618031 URL: http://svn.apache.org/r1618031 Log: Bump development version
Modified: commons/proper/csv/trunk/pom.xml Modified: commons/proper/csv/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1618031&r1=1618030&r2=1618031&view=diff ============================================================================== --- commons/proper/csv/trunk/pom.xml (original) +++ commons/proper/csv/trunk/pom.xml Thu Aug 14 19:51:49 2014 @@ -24,7 +24,7 @@ limitations under the License. </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <name>Apache Commons CSV</name> <url>http://commons.apache.org/proper/commons-csv/</url> <description> @@ -93,9 +93,9 @@ CSV files of various types. </contributors> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/csv/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/tags/CSV_1.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/tags/CSV_1.0</developerConnection> + <url>http://svn.apache.org/viewvc/commons/proper/csv/tags/CSV_1.0</url> </scm> <issueManagement>