JENA-625: prepare release: add tag base git-svn-id: http://svn.apache.org/repos/asf/jena/Experimental/jena-csv@1618211 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/eb4e27d1 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/eb4e27d1 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/eb4e27d1 Branch: refs/heads/master Commit: eb4e27d1c5dcc8be5da62774342782876364cf35 Parents: 740c21b Author: Ying Jiang <[email protected]> Authored: Fri Aug 15 15:30:59 2014 +0000 Committer: Ying Jiang <[email protected]> Committed: Fri Aug 15 15:30:59 2014 +0000 ---------------------------------------------------------------------- pom.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/eb4e27d1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b817baa..47f7b09 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
