You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by jp...@apache.org on 2014/08/15 17:30:59 UTC

svn commit: r1618211 - /jena/Experimental/jena-csv/pom.xml

Author: jpz6311whu
Date: Fri Aug 15 15:30:59 2014
New Revision: 1618211

URL: http://svn.apache.org/r1618211
Log:
JENA-625: prepare release: add tag base

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=1618211&r1=1618210&r2=1618211&view=diff
==============================================================================
--- jena/Experimental/jena-csv/pom.xml (original)
+++ jena/Experimental/jena-csv/pom.xml Fri Aug 15 15:30:59 2014
@@ -22,7 +22,7 @@
   <artifactId>jena-csv</artifactId>
   <packaging>jar</packaging>
   <name>Apache Jena - Data Tables for SPARQL</name>
-  <version>1.0.0</version>
+  <version>1.0.0-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
@@ -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/tags/jena-csv-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/Experimental/jena-csv/tags/jena-csv-1.0.0</developerConnection>
-    <url>https://svn.apache.org/repos/asf/jena/Experimental/jena-csv/tags/jena-csv-1.0.0</url>
+    <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>
   </scm>
   
   <properties>
@@ -175,6 +175,13 @@
 	</configuration>
       </plugin>
 
+      <plugin>
+	<groupId>org.apache.maven.plugins</groupId>
+	<artifactId>maven-release-plugin</artifactId>
+    <configuration>
+	  <tagBase>https://svn.apache.org/repos/asf/jena/tags/</tagBase>  
+	</configuration>
+      </plugin>
     </plugins>
 
   </build>