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 2011/09/26 08:18:15 UTC

svn commit: r1175686 - 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 Sep 26 06:18:15 2011
New Revision: 1175686

URL: http://svn.apache.org/viewvc?rev=1175686&view=rev
Log:
[maven-release-plugin] prepare release 0.10

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=1175686&r1=1175685&r2=1175686&view=diff
==============================================================================
--- tika/trunk/pom.xml (original)
+++ tika/trunk/pom.xml Mon Sep 26 06:18:15 2011
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.10</version>
     <relativePath>tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -36,12 +36,12 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/tika/trunk
+      scm:svn:http://svn.apache.org/repos/asf/tika/tags/0.10
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/tika/trunk
+      scm:svn:https://svn.apache.org/repos/asf/tika/tags/0.10
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/tika/trunk</url>
+    <url>http://svn.apache.org/viewvc/tika/tags/0.10</url>
   </scm>
 
   <modules>

Modified: tika/trunk/tika-app/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-app/pom.xml?rev=1175686&r1=1175685&r2=1175686&view=diff
==============================================================================
--- tika/trunk/tika-app/pom.xml (original)
+++ tika/trunk/tika-app/pom.xml Mon Sep 26 06:18:15 2011
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.10</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 

Modified: tika/trunk/tika-bundle/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-bundle/pom.xml?rev=1175686&r1=1175685&r2=1175686&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Mon Sep 26 06:18:15 2011
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.10</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 

Modified: tika/trunk/tika-core/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-core/pom.xml?rev=1175686&r1=1175685&r2=1175686&view=diff
==============================================================================
--- tika/trunk/tika-core/pom.xml (original)
+++ tika/trunk/tika-core/pom.xml Mon Sep 26 06:18:15 2011
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.10</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 

Modified: tika/trunk/tika-parent/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parent/pom.xml?rev=1175686&r1=1175685&r2=1175686&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Mon Sep 26 06:18:15 2011
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.tika</groupId>
   <artifactId>tika-parent</artifactId>
-  <version>0.10-SNAPSHOT</version>
+  <version>0.10</version>
   <packaging>pom</packaging>
 
   <name>Apache Tika parent</name>
@@ -315,4 +315,10 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/0.10/tika-parent</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/0.10/tika-parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/tags/0.10/tika-parent</url>
+  </scm>
 </project>

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1175686&r1=1175685&r2=1175686&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Mon Sep 26 06:18:15 2011
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.10</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>