You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/08/10 13:43:49 UTC

svn commit: r1617100 - in /commons/proper/csv/tags/CSV_1.0_RC3: ./ pom.xml

Author: britter
Date: Sun Aug 10 11:43:49 2014
New Revision: 1617100

URL: http://svn.apache.org/r1617100
Log:
Recreating commons-csv 1.0 RC3 after correction of error in RELEASE-NOTES.txt

Added:
    commons/proper/csv/tags/CSV_1.0_RC3/
      - copied from r1617098, commons/proper/csv/trunk/
Modified:
    commons/proper/csv/tags/CSV_1.0_RC3/pom.xml

Modified: commons/proper/csv/tags/CSV_1.0_RC3/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/tags/CSV_1.0_RC3/pom.xml?rev=1617100&r1=1617098&r2=1617100&view=diff
==============================================================================
--- commons/proper/csv/tags/CSV_1.0_RC3/pom.xml (original)
+++ commons/proper/csv/tags/CSV_1.0_RC3/pom.xml Sun Aug 10 11:43: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.0</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>