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 2014/09/01 05:08:34 UTC

svn commit: r1621667 - in /tika/trunk: ./ tika-app/ tika-bundle/ tika-core/ tika-example/ tika-java7/ tika-parent/ tika-parsers/ tika-serialization/ tika-server/ tika-translate/ tika-xmp/

Author: mattmann
Date: Mon Sep  1 03:08:34 2014
New Revision: 1621667

URL: http://svn.apache.org/r1621667
Log:
[maven-release-plugin] prepare release 1.6-rc2

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-example/pom.xml
    tika/trunk/tika-java7/pom.xml
    tika/trunk/tika-parent/pom.xml
    tika/trunk/tika-parsers/pom.xml
    tika/trunk/tika-serialization/pom.xml
    tika/trunk/tika-server/pom.xml
    tika/trunk/tika-translate/pom.xml
    tika/trunk/tika-xmp/pom.xml

Modified: tika/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/pom.xml (original)
+++ tika/trunk/pom.xml Mon Sep  1 03:08:34 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6</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/1.6-rc2
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/tika/trunk
+      scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/tika/trunk</url>
+    <url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2</url>
   </scm>
 
   <modules>

Modified: tika/trunk/tika-app/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-app/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-app/pom.xml (original)
+++ tika/trunk/tika-app/pom.xml Mon Sep  1 03:08:34 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -228,9 +228,9 @@
   	<url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-app</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-app</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-app</developerConnection>
+  	<url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2/tika-app</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-app</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-app</developerConnection>
   </scm>
   <issueManagement>
   	<system>JIRA</system>

Modified: tika/trunk/tika-bundle/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-bundle/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Mon Sep  1 03:08:34 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -317,9 +317,9 @@
   	<url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-bundle</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-bundle</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-bundle</developerConnection>
+  	<url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2/tika-bundle</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-bundle</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-bundle</developerConnection>
   </scm>
   <issueManagement>
   	<system>JIRA</system>

Modified: tika/trunk/tika-core/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-core/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-core/pom.xml (original)
+++ tika/trunk/tika-core/pom.xml Mon Sep  1 03:08:34 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -158,9 +158,9 @@
   	<url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/core</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/core</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/core</developerConnection>
+  	<url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2/core</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.6-rc2/core</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2/core</developerConnection>
   </scm>
   <issueManagement>
   	<system>JIRA</system>

Modified: tika/trunk/tika-example/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-example/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-example/pom.xml (original)
+++ tika/trunk/tika-example/pom.xml Mon Sep  1 03:08:34 2014
@@ -17,13 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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">
+<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">
     <parent>
         <artifactId>tika-parent</artifactId>
         <groupId>org.apache.tika</groupId>
-        <version>1.6-SNAPSHOT</version>
+        <version>1.6</version>
         <relativePath>../tika-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -40,9 +38,9 @@
     </organization>
 
     <scm>
-        <url>http://svn.apache.org/viewvc/tika/trunk/tika-example</url>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-example</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-example</developerConnection>
+        <url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2/tika-example</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-example</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-example</developerConnection>
     </scm>
 
     <issueManagement>

Modified: tika/trunk/tika-java7/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-java7/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-java7/pom.xml (original)
+++ tika/trunk/tika-java7/pom.xml Mon Sep  1 03:08:34 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -92,9 +92,9 @@
   	<url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-java7</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-java7</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-java7</developerConnection>
+  	<url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2/tika-java7</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-java7</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-java7</developerConnection>
   </scm>
   <issueManagement>
   	<system>JIRA</system>

Modified: tika/trunk/tika-parent/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parent/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Mon Sep  1 03:08:34 2014
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.tika</groupId>
   <artifactId>tika-parent</artifactId>
-  <version>1.6-SNAPSHOT</version>
+  <version>1.6</version>
   <packaging>pom</packaging>
 
   <name>Apache Tika parent</name>
@@ -347,8 +347,8 @@
   </profiles>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/tika-parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/tika-parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/trunk/tika-parent</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/1.6-rc2/tika-parent</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/1.6-rc2/tika-parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/tags/1.6-rc2/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=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Mon Sep  1 03:08:34 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -310,9 +310,9 @@
   	<url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-parsers</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-parsers</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-parsers</developerConnection>
+  	<url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2/tika-parsers</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-parsers</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-parsers</developerConnection>
   </scm>
   <issueManagement>
   	<system>JIRA</system>

Modified: tika/trunk/tika-serialization/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-serialization/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-serialization/pom.xml (original)
+++ tika/trunk/tika-serialization/pom.xml Mon Sep  1 03:08:34 2014
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -84,9 +84,9 @@
     <url>http://www.apache.org</url>
   </organization>
   <scm>
-    <url>http://svn.apache.org/viewvc/tika/trunk/tika-app</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-serialization</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-serialization</developerConnection>
+    <url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2/tika-app</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-serialization</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-serialization</developerConnection>
   </scm>
   <issueManagement>
     <system>JIRA</system>

Modified: tika/trunk/tika-server/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-server/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-server/pom.xml (original)
+++ tika/trunk/tika-server/pom.xml Mon Sep  1 03:08:34 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -216,9 +216,9 @@
   	<url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-server</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-server</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-server</developerConnection>
+  	<url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2/tika-server</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-server</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-server</developerConnection>
   </scm>
   <issueManagement>
   	<system>JIRA</system>

Modified: tika/trunk/tika-translate/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-translate/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-translate/pom.xml (original)
+++ tika/trunk/tika-translate/pom.xml Mon Sep  1 03:08:34 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.tika</groupId>
       <artifactId>tika-core</artifactId>
-      <version>1.6-SNAPSHOT</version>
+      <version>1.6</version>
     </dependency>
     <dependency>
       <groupId>com.memetix</groupId>
@@ -144,9 +144,9 @@
   	<url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-translate</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-translate</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-translate</developerConnection>
+  	<url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2/tika-translate</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-translate</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-translate</developerConnection>
   </scm>
   <issueManagement>
   	<system>JIRA</system>

Modified: tika/trunk/tika-xmp/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-xmp/pom.xml?rev=1621667&r1=1621666&r2=1621667&view=diff
==============================================================================
--- tika/trunk/tika-xmp/pom.xml (original)
+++ tika/trunk/tika-xmp/pom.xml Mon Sep  1 03:08:34 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <version>1.6</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -99,9 +99,9 @@
   	<url>http://www.apache.org</url>
   </organization>
   <scm>
-  	<url>http://svn.apache.org/viewvc/tika/trunk/tika-xmp</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-xmp</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-xmp</developerConnection>
+  	<url>http://svn.apache.org/viewvc/tika/tags/1.6-rc2/tika-xmp</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-xmp</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.6-rc2/tika-xmp</developerConnection>
   </scm>
   <issueManagement>
   	<system>JIRA</system>