Author: jpz6311whu
Date: Fri Aug 15 12:32:30 2014
New Revision: 1618164
URL: http://svn.apache.org/r1618164
Log:
JENA-625: prepare release: change scm tag urls
Modified:
jena/Experimental/jena-csv/pom.xml
Modified: jena/Experimental/jena-csv/pom.xml
URL:
http://svn.apache.org/viewvc/jena/Experimental/jena-csv/pom.xml?rev=1618164&r1=1618163&r2=1618164&view=diff
==============================================================================
--- jena/Experimental/jena-csv/pom.xml (original)
+++ jena/Experimental/jena-csv/pom.xml Fri Aug 15 12:32:30 2014
@@ -47,9 +47,9 @@
<description>jena-csv is for getting CSVs into a form that is amenable to
Jena SPARQL processing, and doing so in a way that is not specific to CSV
files. It includes getting the right architecture in place for regular table
shaped data, using the core abstraction of PropertyTable.</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/jena/Experimental/jena-csv</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/Experimental/jena-csv</developerConnection>
- <url>https://svn.apache.org/repos/asf/jena/Experimental/jena-csv</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-csv-1.0.0</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-csv-1.0.0</developerConnection>
+ <url>https://svn.apache.org/repos/asf/jena/tags/jena-csv-1.0.0</url>
</scm>
<properties>