You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2010/06/21 08:46:39 UTC

svn commit: r956432 - in /tika/trunk: pom.xml tika-app/pom.xml tika-bundle/pom.xml tika-core/pom.xml tika-parent/pom.xml tika-parsers/pom.xml

Author: mattmann
Date: Mon Jun 21 00:41:45 2010
New Revision: 956432

URL: http://svn.apache.org/viewvc?rev=956432&view=rev
Log:
- fix for TIKA-444 Tika sites refers to incorrect svn repo URL

Modified:
    tika/trunk/pom.xml
    tika/trunk/tika-app/pom.xml
    tika/trunk/tika-bundle/pom.xml
    tika/trunk/tika-core/pom.xml
    tika/trunk/tika-parent/pom.xml
    tika/trunk/tika-parsers/pom.xml

Modified: tika/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/pom.xml?rev=956432&r1=956431&r2=956432&view=diff
==============================================================================
--- tika/trunk/pom.xml (original)
+++ tika/trunk/pom.xml Mon Jun 21 00:41:45 2010
@@ -32,16 +32,16 @@
   <artifactId>tika</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tika</name>
-  <url>http://lucene.apache.org/tika/</url>
+  <url>http://tika.apache.org</url>
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/lucene/tika/trunk
+      scm:svn:http://svn.apache.org/repos/asf/tika/trunk
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/lucene/tika/trunk
+      scm:svn:https://svn.apache.org/repos/asf/tika/trunk
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/lucene/tika/trunk</url>
+    <url>http://svn.apache.org/viewvc/tika/trunk</url>
   </scm>
 
   <modules>

Modified: tika/trunk/tika-app/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-app/pom.xml?rev=956432&r1=956431&r2=956432&view=diff
==============================================================================
--- tika/trunk/tika-app/pom.xml (original)
+++ tika/trunk/tika-app/pom.xml Mon Jun 21 00:41:45 2010
@@ -32,7 +32,7 @@
   <artifactId>tika-app</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Tika application</name>
-  <url>http://lucene.apache.org/tika/</url>
+  <url>http://tika.apache.org/</url>
 
   <dependencies>
     <dependency>

Modified: tika/trunk/tika-bundle/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-bundle/pom.xml?rev=956432&r1=956431&r2=956432&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Mon Jun 21 00:41:45 2010
@@ -32,7 +32,7 @@
   <artifactId>tika-bundle</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Tika OSGi bundle</name>
-  <url>http://lucene.apache.org/tika/</url>
+  <url>http://tika.apache.org/</url>
 
   <dependencies>
     <dependency>

Modified: tika/trunk/tika-core/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-core/pom.xml?rev=956432&r1=956431&r2=956432&view=diff
==============================================================================
--- tika/trunk/tika-core/pom.xml (original)
+++ tika/trunk/tika-core/pom.xml Mon Jun 21 00:41:45 2010
@@ -32,7 +32,7 @@
   <artifactId>tika-core</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Tika core</name>
-  <url>http://lucene.apache.org/tika/</url>
+  <url>http://tika.apache.org/</url>
 
   <dependencies>
     <dependency>

Modified: tika/trunk/tika-parent/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parent/pom.xml?rev=956432&r1=956431&r2=956432&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Mon Jun 21 00:41:45 2010
@@ -55,7 +55,7 @@
   </description>
   <inceptionYear>2007</inceptionYear>
 
-  <url>http://lucene.apache.org/tika/</url>
+  <url>http://tika.apache.org/</url>
 
   <issueManagement>
     <system>JIRA</system>
@@ -65,11 +65,13 @@
   <mailingLists>
     <mailingList>
       <name>Development mailing list</name>
-      <subscribe>tika-dev-subscribe@lucene.apache.org</subscribe>
-      <unsubscribe>tika-dev-unsubscribe@lucene.apache.org</unsubscribe>
-      <post>tika-dev@lucene.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/lucene-tika-dev/</archive>
+      <subscribe>dev-subscribe@tika.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@tika.apache.org</unsubscribe>
+      <post>dev@tika.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/tika-dev/</archive>
       <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/lucene-tika-dev</otherArchive>
+        <otherArchive>http://www.mail-archive.com/dev@tika.apache.org</otherArchive>
         <otherArchive>http://www.mail-archive.com/tika-dev@lucene.apache.org/</otherArchive>
         <otherArchive>http://www.mail-archive.com/tika-dev@incubator.apache.org/</otherArchive>
         <otherArchive>http://www.nabble.com/Apache-Tika---Development-f20913.html</otherArchive>
@@ -79,22 +81,24 @@
     </mailingList>
     <mailingList>
       <name>Commit mailing list</name>
-      <subscribe>tika-commits-subscribe@lucene.apache.org</subscribe>
-      <unsubscribe>tika-commits-unsubscribe@lucene.apache.org</unsubscribe>
-      <post>tika-commits@lucene.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/lucene-tika-commits/</archive>
+      <subscribe>commits-subscribe@tika.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@tika.apache.org</unsubscribe>
+      <post>commits@tika.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/tika-commits/</archive>
       <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/lucene-tika-commits/</otherArchive>
         <otherArchive>http://www.mail-archive.com/tika-commits@lucene.apache.org/</otherArchive>
         <otherArchive>http://www.mail-archive.com/tika-commits@incubator.apache.org/</otherArchive>
       </otherArchives>
     </mailingList>
     <mailingList>
       <name>User mailing list</name>
-      <subscribe>tika-user-subscribe@lucene.apache.org</subscribe>
-      <unsubscribe>tika-user-unsubscribe@lucene.apache.org</unsubscribe>
-      <post>tika-user@lucene.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/lucene-tika-user/</archive>
+      <subscribe>user-subscribe@tika.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@tika.apache.org</unsubscribe>
+      <post>user@tika.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/tika-user/</archive>
       <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/lucene-tika-user/</otherArchive>
         <otherArchive>http://www.mail-archive.com/tika-user@lucene.apache.org/</otherArchive>
       </otherArchives>
     </mailingList>

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=956432&r1=956431&r2=956432&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Mon Jun 21 00:41:45 2010
@@ -32,7 +32,7 @@
   <artifactId>tika-parsers</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Tika parsers</name>
-  <url>http://lucene.apache.org/tika/</url>
+  <url>http://tika.apache.org/</url>
 
   <properties>
     <poi.version>3.6</poi.version>