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 2011/08/08 09:46:04 UTC

svn commit: r1154861 - in /incubator/jena/Jena2: ARQ/trunk/pom.xml TDB/trunk/pom.xml

Author: andy
Date: Mon Aug  8 07:46:04 2011
New Revision: 1154861

URL: http://svn.apache.org/viewvc?rev=1154861&view=rev
Log:
Reference Apache

Modified:
    incubator/jena/Jena2/ARQ/trunk/pom.xml
    incubator/jena/Jena2/TDB/trunk/pom.xml

Modified: incubator/jena/Jena2/ARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/pom.xml?rev=1154861&r1=1154860&r2=1154861&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/ARQ/trunk/pom.xml Mon Aug  8 07:46:04 2011
@@ -15,25 +15,20 @@
   <url>http://openjena.org/ARQ</url>
 
   <organization>
-    <name>OpenJena</name>
-    <url>http://www.openjena.org/</url>
+    <name>Apache Jena</name>
+    <url>http://incubator.apache.org/jena</url>
   </organization>
-  <developers>
-    <developer>
-      <name>Andy Seaborne</name>
-    </developer>
-  </developers>
 
   <licenses>
     <license>
-      <name>BSD-style license</name>
-      <url>http://openjena.org/license.html</url>
-    </license>
+      <name>Apache 2.0 License</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+    </license> 
   </licenses>
 
   <scm>
-    <connection>scm:svn:https://jena.svn.sourceforge.net/svnroot/jena/ARQ/</connection>
-    <url>http://jena.svn.sourceforge.net/viewvc/jena/ARQ/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/</connection>
+    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/</url>
   </scm>
 
   <properties>
@@ -68,7 +63,7 @@
     <dependency>
       <groupId>com.hp.hpl.jena</groupId>
       <artifactId>iri</artifactId>
-      <version>0.8</version>
+      <version>${ver.iri}</version>
     </dependency>
 
     <dependency>

Modified: incubator/jena/Jena2/TDB/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/pom.xml?rev=1154861&r1=1154860&r2=1154861&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/pom.xml (original)
+++ incubator/jena/Jena2/TDB/trunk/pom.xml Mon Aug  8 07:46:04 2011
@@ -16,9 +16,10 @@
   <url>http://openjena.org/TDB</url>
 
   <organization>
-    <name>OpenJena</name>
-    <url>http://www.openjena.org/</url>
+    <name>Apache Jena</name>
+    <url>http://incubator.apache.org/jena</url>
   </organization>
+
   <developers>
     <developer>
       <name>Andy Seaborne</name>
@@ -27,14 +28,14 @@
 
   <licenses>
     <license>
-      <name>BSD-style license</name>
-      <url>http://openjena.org/license.html</url>
+      <name>Apache 2.0 License</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
     </license>
   </licenses>
 
   <scm>
-    <connection>scm:svn:https://jena.svn.sourceforge.net/svnroot/jena/TDB/</connection>
-    <url>http://jena.svn.sourceforge.net/viewvc/jena/TDB/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/</connection>
+    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/</url>
   </scm>
 
   <properties>