You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/05/09 13:12:49 UTC

svn commit: r1336094 - in /jena/trunk: apache-jena/pom.xml jena-arq/pom.xml jena-core/pom.xml jena-examples/pom.xml jena-fuseki/pom.xml jena-iri/pom.xml jena-larq/pom.xml jena-parent/pom.xml jena-sdb/pom.xml jena-tdb/pom.xml

Author: andy
Date: Wed May  9 11:12:49 2012
New Revision: 1336094

URL: http://svn.apache.org/viewvc?rev=1336094&view=rev
Log:
Update POMs

Modified:
    jena/trunk/apache-jena/pom.xml
    jena/trunk/jena-arq/pom.xml
    jena/trunk/jena-core/pom.xml
    jena/trunk/jena-examples/pom.xml
    jena/trunk/jena-fuseki/pom.xml
    jena/trunk/jena-iri/pom.xml
    jena/trunk/jena-larq/pom.xml
    jena/trunk/jena-parent/pom.xml
    jena/trunk/jena-sdb/pom.xml
    jena/trunk/jena-tdb/pom.xml

Modified: jena/trunk/apache-jena/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/apache-jena/pom.xml?rev=1336094&r1=1336093&r2=1336094&view=diff
==============================================================================
--- jena/trunk/apache-jena/pom.xml (original)
+++ jena/trunk/apache-jena/pom.xml Wed May  9 11:12:49 2012
@@ -21,11 +21,11 @@
   <groupId>org.apache.jena</groupId>
   <artifactId>apache-jena</artifactId>
   <packaging>pom</packaging>
-  <name>Apache Jena Zip</name>
+  <name>apache-jena</name>
   <!--<version>${ver.jena}</version>-->
-  <version>2.7.1-incubating-SNAPSHOT</version>
+  <version>2.7.1-SNAPSHOT</version>
   <description />
-  <url>http://incubator.apache.org/jena</url>
+  <url>http://jena.apache.org/</url>
 
   <parent>
     <groupId>org.apache.jena</groupId>
@@ -35,7 +35,7 @@
 
   <organization>
     <name>Apache Jena</name>
-    <url>http://incubator.apache.org/jena</url>
+    <url>http://jena.apache.org/</url>
   </organization>
 
   <licenses>
@@ -46,9 +46,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaZip/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaZip/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/jena/Jena2/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jena/trunk/apache-jena</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/apache-jena</developerConnection>
+    <url>http://svn.apache.org/viewvc//jena/trunk/</url>
   </scm>
 
   <properties>

Modified: jena/trunk/jena-arq/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/pom.xml?rev=1336094&r1=1336093&r2=1336094&view=diff
==============================================================================
--- jena/trunk/jena-arq/pom.xml (original)
+++ jena/trunk/jena-arq/pom.xml Wed May  9 11:12:49 2012
@@ -21,7 +21,7 @@
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-arq</artifactId>
   <packaging>jar</packaging>
-  <name>ARQ</name>
+  <name>jena-arq</name>
   <!--<version>${ver.arq}</version>-->
   <version>2.9.1-incubating-SNAPSHOT</version>
 
@@ -34,9 +34,9 @@
   <description>ARQ is a SPARQL 1.1 query engine for Jena</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/trunk</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-arq</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/trunk/jena-arq</developerConnection>
+    <url>https://svn.apache.org/repos/asf/jena/trunk/jena-arq</url>
   </scm>
 
   <properties>

Modified: jena/trunk/jena-core/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/pom.xml?rev=1336094&r1=1336093&r2=1336094&view=diff
==============================================================================
--- jena/trunk/jena-core/pom.xml (original)
+++ jena/trunk/jena-core/pom.xml Wed May  9 11:12:49 2012
@@ -21,7 +21,7 @@
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-core</artifactId>
   <packaging>jar</packaging>
-  <name>Jena Core</name>
+  <name>jena-core</name>
   <!--<version>${ver.jena}</version>-->
   <version>2.7.1-incubating-SNAPSHOT</version>
 
@@ -34,9 +34,9 @@
   <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/incubator/jena/Jena2/jena/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/trunk</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jena/trunk/jena-core</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/trunk/jena-core</developerConnection>
+    <url>https://svn.apache.org/repos/asf/jena/trunk/jena-core</url>
   </scm>
 
   <properties>

Modified: jena/trunk/jena-examples/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-examples/pom.xml?rev=1336094&r1=1336093&r2=1336094&view=diff
==============================================================================
--- jena/trunk/jena-examples/pom.xml (original)
+++ jena/trunk/jena-examples/pom.xml Wed May  9 11:12:49 2012
@@ -9,7 +9,7 @@
 
   <name>jena-examples</name>
   <description>A collection of example code illustrating uses of Apache Jena</description>
-  <url>http://incubator.apache.org/jena</url>
+  <url>http://jena.apache.org/</url>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Modified: jena/trunk/jena-fuseki/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/pom.xml?rev=1336094&r1=1336093&r2=1336094&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pom.xml (original)
+++ jena/trunk/jena-fuseki/pom.xml Wed May  9 11:12:49 2012
@@ -21,10 +21,10 @@
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-fuseki</artifactId>
   <packaging>jar</packaging>
-  <name>Fuseki</name>
+  <name>jena-fuseki</name>
   <version>0.2.2-incubating-SNAPSHOT</version>
   <description>Jena SPARQL Server</description>
-  <url>http://incubator.apache.org/jena</url>
+  <url>http://jena.apache.org/</url>
 
   <parent>
     <groupId>org.apache.jena</groupId>
@@ -34,7 +34,7 @@
 
   <organization>
     <name>Apache Jena</name>
-    <url>http://incubator.apache.org/jena</url>
+    <url>http://jena.apache.org/</url>
   </organization>
 
   <licenses>
@@ -45,9 +45,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-fuseki</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-fuseki</developerConnection>
+    <url>https://svn.apache.org/repos/asf/jena/trunk/jena-fuseki</url>
   </scm>
 
   <properties>

Modified: jena/trunk/jena-iri/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-iri/pom.xml?rev=1336094&r1=1336093&r2=1336094&view=diff
==============================================================================
--- jena/trunk/jena-iri/pom.xml (original)
+++ jena/trunk/jena-iri/pom.xml Wed May  9 11:12:49 2012
@@ -23,7 +23,7 @@
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-iri</artifactId>
   <packaging>jar</packaging>
-  <name>IRI</name>
+  <name>jena-iri</name>
   <!--<version>${ver.iri}</version>-->
   <version>0.9.1-incubating-SNAPSHOT</version>
   <description />
@@ -35,9 +35,9 @@
   </parent> 
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/trunk</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-iri</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/trunk/jena-iri</developerConnection>
+    <url>https://svn.apache.org/repos/asf/jena/trunk/jena-iri</url>
   </scm>
 
   <properties>

Modified: jena/trunk/jena-larq/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-larq/pom.xml?rev=1336094&r1=1336093&r2=1336094&view=diff
==============================================================================
--- jena/trunk/jena-larq/pom.xml (original)
+++ jena/trunk/jena-larq/pom.xml Wed May  9 11:12:49 2012
@@ -32,12 +32,12 @@
   <version>1.0.1-incubating-SNAPSHOT</version>
 
   <description>LARQ extends ARQ with free text queries for SPARQL. Indexing and searching is done using Apache Lucene.</description>
-  <url>http://incubator.apache.org/jena/documentation/larq/</url>
+  <url>http://jena.apache.org//documentation/larq/</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-larq</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-larq</developerConnection>
+    <url>https://svn.apache.org/repos/asf/jena/trunk/jena-larq</url>
   </scm>
 
   <properties>

Modified: jena/trunk/jena-parent/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-parent/pom.xml?rev=1336094&r1=1336093&r2=1336094&view=diff
==============================================================================
--- jena/trunk/jena-parent/pom.xml (original)
+++ jena/trunk/jena-parent/pom.xml Wed May  9 11:12:49 2012
@@ -18,12 +18,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <name>jena-top</name>
+  <name>jena-parent</name>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-top</artifactId>
   <version>1-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <url>http://incubator.apache.org/jena</url>
+  <url>http://jena.apache.org/</url>
 
   <parent>
     <groupId>org.apache</groupId>
@@ -44,9 +44,9 @@
   </organization>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaTop/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaTop/trunk</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaTop</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-parent</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-parent</developerConnection>
+    <url>https://svn.apache.org/repos/asf/jena/trunk/jena-parent</url>
   </scm>
 
   <properties>
@@ -297,39 +297,34 @@
 
     <mailingList>
       <name>Users</name>
-      <post>jena-users@incubator.apache.org</post>
-      <subscribe>jena-users-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>jena-users-unsubscribe@incubator.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-jena-users/</archive>
+      <post>users@jena.apache.org</post>
+      <subscribe>users-subscribe@jena.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@jena.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/jena-users/</archive>
       <otherArchives>
-	<otherArchive>http://www.mail-archive.com/jena-users@incubator.apache.org/</otherArchive>
-	<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.incubator.jena-users</otherArchive>
-	<otherArchive>http://incubator.apache.org/mail/jena-users/</otherArchive>
+	<otherArchive>http://www.mail-archive.com/users@jena.apache.org/</otherArchive>
+	<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.jena.users</otherArchive>
       </otherArchives>
     </mailingList>
 
     <mailingList>
       <name>Development</name>
-      <post>jena-dev@incubator.apache.org</post>
-      <subscribe>jena-dev-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>jena-dev-unsubscribe@incubator.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-jena-dev/</archive>
+      <post>dev@jena.apache.org</post>
+      <subscribe>dev-subscribe@jena.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@jena.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/jena-dev/</archive>
       <otherArchives>
-	<otherArchive>http://www.mail-archive.com/jena-dev@incubator.apache.org/</otherArchive>
-	<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.incubator.jena-dev</otherArchive>
-	<otherArchive>http://incubator.apache.org/mail/jena-dev/</otherArchive>
+	<otherArchive>http://www.mail-archive.com/dev@jena.apache.org/</otherArchive>
+	<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.jena.dev</otherArchive>
       </otherArchives>
     </mailingList>
 
     <mailingList>
       <name>Commits</name>
-      <post>jena-commits@incubator.apache.org</post>
-      <subscribe>jena-commits-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>jena-commits-unsubscribe@incubator.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-jena-commits/</archive>
-      <otherArchives>
-        <otherArchive>http://incubator.apache.org/mail/jena-commits/</otherArchive>
-      </otherArchives>
+      <post>commits@jena.apache.org</post>
+      <subscribe>commits-subscribe@jena.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@jena.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/jena-commits/</archive>
     </mailingList>
 
   </mailingLists>

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1336094&r1=1336093&r2=1336094&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Wed May  9 11:12:49 2012
@@ -23,7 +23,7 @@
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-sdb</artifactId>
   <packaging>jar</packaging>
-  <name>SDB</name>
+  <name>jena-sdb</name>
   <version>1.3.4-incubating-SNAPSHOT</version>
 
   <parent>
@@ -35,8 +35,8 @@
   <description>SDB is a persistence layer that uses an SQL databases.</description>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/SDB/</connection>
-    <url>http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-sdb</connection>
+    <url>http://svn.apache.org/viewvc/jena/trunk/jena-sdb</url>
   </scm>
 
   <properties>

Modified: jena/trunk/jena-tdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/pom.xml?rev=1336094&r1=1336093&r2=1336094&view=diff
==============================================================================
--- jena/trunk/jena-tdb/pom.xml (original)
+++ jena/trunk/jena-tdb/pom.xml Wed May  9 11:12:49 2012
@@ -21,7 +21,7 @@
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-tdb</artifactId>
   <packaging>jar</packaging>
-  <name>TDB</name>
+  <name>jena-tdb</name>
   <version>0.9.1-incubating-SNAPSHOT</version>
 
   <parent>
@@ -33,9 +33,9 @@
   <description>TDB is a storage subsystem for Jena and ARQ</description>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/trunk</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jena/trunk/jena-tdb</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/trunk/jena-tdb</developerConnection>
+    <url>https://svn.apache.org/repos/asf/jena/trunk/jena-tdb/</url>
   </scm>
   
   <properties>