Repository: jena Updated Branches: refs/heads/master ff7ed7292 -> 9b1acb80b
Remove unecessary SCM info from modules This removes the unecessary SCM declarations in the sub-modules. Firstly these were referring to the now defunct SVN repositories and secondly since git does not support partial checkouts by default it doesn't make any sense to have these declarations in sub-modules when they will automatically inherit the propery Git based declarations from the parent POM Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/9b1acb80 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/9b1acb80 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/9b1acb80 Branch: refs/heads/master Commit: 9b1acb80bd0117787a27d159b042eb51917de97c Parents: ff7ed72 Author: rvesse <[email protected]> Authored: Tue Sep 30 11:58:56 2014 +0100 Committer: rvesse <[email protected]> Committed: Tue Sep 30 11:58:56 2014 +0100 ---------------------------------------------------------------------- apache-jena-libs/pom.xml | 6 ------ apache-jena/pom.xml | 6 ------ jena-arq/pom.xml | 6 ------ jena-core/pom.xml | 6 ------ jena-fuseki/pom.xml | 6 ------ jena-fuseki2/pom.xml | 6 ------ jena-iri/pom.xml | 6 ------ jena-maven-tools/pom.xml | 5 ----- jena-parent/pom.xml | 6 ------ jena-sdb/pom.xml | 6 ------ jena-security/pom.xml | 5 ----- jena-tdb/pom.xml | 6 ------ 12 files changed, 70 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/apache-jena-libs/pom.xml ---------------------------------------------------------------------- diff --git a/apache-jena-libs/pom.xml b/apache-jena-libs/pom.xml index 8ce44ce..7526df5 100644 --- a/apache-jena-libs/pom.xml +++ b/apache-jena-libs/pom.xml @@ -38,12 +38,6 @@ <description>A convenience POM artifact that may be referenced to pull in all the standard Jena Libraries (Core, ARQ, IRI, and TDB) with a single dependency.</description> - <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/apache-jena-libs</connection> - <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/apache-jena-libs</developerConnection> - <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/apache-jena-libs</url> - </scm> - <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/apache-jena/pom.xml ---------------------------------------------------------------------- diff --git a/apache-jena/pom.xml b/apache-jena/pom.xml index b3557fa..44b0c6f 100644 --- a/apache-jena/pom.xml +++ b/apache-jena/pom.xml @@ -53,12 +53,6 @@ </license> </licenses> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/apache-jena</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/apache-jena</developerConnection> - <url>http://svn.apache.org/viewvc/jena/tags/jena-2.12.1-SNAPSHOT-SNAPSHOT/tags/jena-2.12.1-SNAPSHOT/trunk</url> - </scm> - <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/jena-arq/pom.xml ---------------------------------------------------------------------- diff --git a/jena-arq/pom.xml b/jena-arq/pom.xml index 3205634..9bf624e 100644 --- a/jena-arq/pom.xml +++ b/jena-arq/pom.xml @@ -44,12 +44,6 @@ <description>ARQ is a SPARQL 1.1 query engine for Apache Jena</description> - <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-arq</connection> - <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-arq</developerConnection> - <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-arq</url> - </scm> - <properties> <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format> <build.time.xsd>${maven.build.timestamp}</build.time.xsd> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/jena-core/pom.xml ---------------------------------------------------------------------- diff --git a/jena-core/pom.xml b/jena-core/pom.xml index 284f940..3302266 100644 --- a/jena-core/pom.xml +++ b/jena-core/pom.xml @@ -32,12 +32,6 @@ <description>Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.</description> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-core</connection> - <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-core</developerConnection> - <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-core</url> - </scm> - <properties> <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format> <build.time.xsd>${maven.build.timestamp}</build.time.xsd> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/jena-fuseki/pom.xml ---------------------------------------------------------------------- diff --git a/jena-fuseki/pom.xml b/jena-fuseki/pom.xml index 998cc08..c3728bf 100644 --- a/jena-fuseki/pom.xml +++ b/jena-fuseki/pom.xml @@ -56,12 +56,6 @@ </license> </licenses> - <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-fuseki</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-fuseki</developerConnection> - <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-fuseki</url> - </scm> - <properties> <this.root>${project.artifactId}-${project.version}</this.root> <server.jar.name>${this.root}-server</server.jar.name> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/jena-fuseki2/pom.xml ---------------------------------------------------------------------- diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml index 06dd3eb..6606b05 100644 --- a/jena-fuseki2/pom.xml +++ b/jena-fuseki2/pom.xml @@ -62,12 +62,6 @@ </license> </licenses> - <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.11.2-SNAPSHOT/jena-fuseki</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.11.2-SNAPSHOT/jena-fuseki</developerConnection> - <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.11.2-SNAPSHOT/jena-fuseki</url> - </scm> - <properties> <this.root>${project.artifactId}-${project.version}</this.root> <server.jar.name>${this.root}-server</server.jar.name> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/jena-iri/pom.xml ---------------------------------------------------------------------- diff --git a/jena-iri/pom.xml b/jena-iri/pom.xml index 21fb69c..00bbb65 100644 --- a/jena-iri/pom.xml +++ b/jena-iri/pom.xml @@ -35,12 +35,6 @@ The IRI module provides an implementation of the IRI and URI specifications (RFC 3987 and 3986) which are used across Jena in order to comply with relevant W3C specifications for RDF and SPARQL which require conformance to these specifications. </description> - <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-iri</connection> - <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-iri</developerConnection> - <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-iri</url> - </scm> - <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/jena-maven-tools/pom.xml ---------------------------------------------------------------------- diff --git a/jena-maven-tools/pom.xml b/jena-maven-tools/pom.xml index 8201558..d70cdba 100644 --- a/jena-maven-tools/pom.xml +++ b/jena-maven-tools/pom.xml @@ -72,11 +72,6 @@ <comments>A business-friendly OSS license</comments> </license> </licenses> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-maven-tools</connection> - <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-maven-tools</developerConnection> - <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-maven-tools</url> - </scm> <organization> <name>Apache</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index e32fdcb..daa3fd2 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -45,12 +45,6 @@ <url>http://www.apache.org/</url> </organization> - <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-parent</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-parent</developerConnection> - <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-parent</url> - </scm> - <properties> <ver.slf4j>1.7.6</ver.slf4j> <ver.log4j>1.2.17</ver.log4j> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/jena-sdb/pom.xml ---------------------------------------------------------------------- diff --git a/jena-sdb/pom.xml b/jena-sdb/pom.xml index 402dc01..26de56a 100644 --- a/jena-sdb/pom.xml +++ b/jena-sdb/pom.xml @@ -32,12 +32,6 @@ <description>SDB is a persistence layer for use with Apache Jena that uses an SQL database to store triples/quads.</description> - <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-sdb</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-sdb</developerConnection> - <url>http://svn.apache.org/viewvc/jena/tags/jena-2.12.1-SNAPSHOT/jena-sdb</url> - </scm> - <properties> <this.root>${project.artifactId}-${project.version}</this.root> <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/jena-security/pom.xml ---------------------------------------------------------------------- diff --git a/jena-security/pom.xml b/jena-security/pom.xml index a12be26..465030a 100644 --- a/jena-security/pom.xml +++ b/jena-security/pom.xml @@ -41,11 +41,6 @@ <name>The Apache Software Foundation</name> <url>http://www.apache.org/</url> </organization> - <scm> - <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-security</url> - <connection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-security</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-security</developerConnection> - </scm> <issueManagement> <url>http://issues.apache.org/jira/browse/JENA</url> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/jena/blob/9b1acb80/jena-tdb/pom.xml ---------------------------------------------------------------------- diff --git a/jena-tdb/pom.xml b/jena-tdb/pom.xml index c00614d..63c07e5 100644 --- a/jena-tdb/pom.xml +++ b/jena-tdb/pom.xml @@ -44,12 +44,6 @@ <description>TDB is a storage subsystem for Jena and ARQ, it is a native triple store providing persisent disk based storage of triples/quads.</description> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-tdb</connection> - <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-tdb</developerConnection> - <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.12.1-SNAPSHOT/jena-tdb</url> - </scm> - <properties> <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format> <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
