Author: tpalsulich
Date: Tue Apr  7 23:34:08 2015
New Revision: 1671974

URL: http://svn.apache.org/r1671974
Log:
[maven-release-plugin] prepare release 1.8-rc1

Modified:
    tika/trunk/pom.xml
    tika/trunk/tika-app/pom.xml
    tika/trunk/tika-batch/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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/pom.xml (original)
+++ tika/trunk/pom.xml Tue Apr  7 23:34:08 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</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.8-rc1
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/tika/trunk
+      scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/tika/trunk</url>
+    <url>http://svn.apache.org/viewvc/tika/tags/1.8-rc1</url>
   </scm>
 
   <modules>

Modified: tika/trunk/tika-app/pom.xml
URL: 
http://svn.apache.org/viewvc/tika/trunk/tika-app/pom.xml?rev=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-app/pom.xml (original)
+++ tika/trunk/tika-app/pom.xml Tue Apr  7 23:34:08 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -257,9 +257,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.8-rc1/tika-app</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-app</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-app</developerConnection>
   </scm>
   <issueManagement>
     <system>JIRA</system>

Modified: tika/trunk/tika-batch/pom.xml
URL: 
http://svn.apache.org/viewvc/tika/trunk/tika-batch/pom.xml?rev=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-batch/pom.xml (original)
+++ tika/trunk/tika-batch/pom.xml Tue Apr  7 23:34:08 2015
@@ -1,19 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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>
-    <properties>
-        <cli.version>1.2</cli.version> <!--sync version with tika-server or 
move to parent? -->
-        <compress.version>1.9</compress.version> <!-- sync with tika-parsers 
or move to parent? -->
-
-    </properties>
-
-    <parent>
+<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>
+    <properties>
+        <cli.version>1.2</cli.version> <!--sync version with tika-server or 
move to parent? -->
+        <compress.version>1.9</compress.version> <!-- sync with tika-parsers 
or move to parent? -->
+
+    </properties>
+
+    <parent>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-parent</artifactId>
-        <version>1.8-SNAPSHOT</version>
+        <version>1.8</version>
         <relativePath>../tika-parent/pom.xml</relativePath>
     </parent>
 
@@ -27,22 +25,22 @@
             <groupId>${project.groupId}</groupId>
             <artifactId>tika-core</artifactId>
             <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>tika-serialization</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-compress</artifactId>
-            <version>${compress.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-        </dependency>
-        <dependency>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>tika-serialization</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-compress</artifactId>
+            <version>${compress.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+        </dependency>
+        <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>
             <version>${cli.version}</version>
@@ -157,9 +155,9 @@
         <url>http://www.apache.org</url>
     </organization>
     <scm>
-        <url>http://svn.apache.org/viewvc/tika/trunk/tika-batch</url>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/trunk/tika-batch</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/trunk/tika-batch</developerConnection>
+        <url>http://svn.apache.org/viewvc/tika/tags/1.8-rc1/tika-batch</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-batch</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-batch</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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Tue Apr  7 23:34:08 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -419,9 +419,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.8-rc1/tika-bundle</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-bundle</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-core/pom.xml (original)
+++ tika/trunk/tika-core/pom.xml Tue Apr  7 23:34:08 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -160,9 +160,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.8-rc1/core</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/core</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-example/pom.xml (original)
+++ tika/trunk/tika-example/pom.xml Tue Apr  7 23:34:08 2015
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>tika-parent</artifactId>
     <groupId>org.apache.tika</groupId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -38,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.8-rc1/tika-example</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-example</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-java7/pom.xml (original)
+++ tika/trunk/tika-java7/pom.xml Tue Apr  7 23:34:08 2015
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -93,9 +93,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.8-rc1/tika-java7</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-java7</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Tue Apr  7 23:34:08 2015
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.tika</groupId>
   <artifactId>tika-parent</artifactId>
-  <version>1.8-SNAPSHOT</version>
+  <version>1.8</version>
   <packaging>pom</packaging>
 
   <name>Apache Tika parent</name>
@@ -377,7 +377,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore/>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -427,8 +427,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.8-rc1/tika-parent</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/1.8-rc1/tika-parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/tags/1.8-rc1/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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Tue Apr  7 23:34:08 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -358,9 +358,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.8-rc1/tika-parsers</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-parsers</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-serialization/pom.xml (original)
+++ tika/trunk/tika-serialization/pom.xml Tue Apr  7 23:34:08 2015
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</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.8-rc1/tika-app</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-serialization</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-server/pom.xml (original)
+++ tika/trunk/tika-server/pom.xml Tue Apr  7 23:34:08 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -297,9 +297,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.8-rc1/tika-server</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-server</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-translate/pom.xml (original)
+++ tika/trunk/tika-translate/pom.xml Tue Apr  7 23:34:08 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -145,9 +145,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.8-rc1/tika-translate</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-translate</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/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=1671974&r1=1671973&r2=1671974&view=diff
==============================================================================
--- tika/trunk/tika-xmp/pom.xml (original)
+++ tika/trunk/tika-xmp/pom.xml Tue Apr  7 23:34:08 2015
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.8-SNAPSHOT</version>
+    <version>1.8</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.8-rc1/tika-xmp</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-xmp</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tika/tags/1.8-rc1/tika-xmp</developerConnection>
   </scm>
   <issueManagement>
     <system>JIRA</system>


Reply via email to