You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2013/01/21 00:13:54 UTC

svn commit: r1435999 - in /any23/trunk: ./ api/ core/ csvutils/ encoding/ mime/ nquads/ plugins/basic-crawler/ plugins/html-scraper/ plugins/integration-test/ plugins/office-scraper/ service/ test-resources/

Author: ansell
Date: Sun Jan 20 23:13:54 2013
New Revision: 1435999

URL: http://svn.apache.org/viewvc?rev=1435999&view=rev
Log:
bump to 0.8.0-SNAPSHOT to reflect the large changes in the tika+spi-extractors patches

Modified:
    any23/trunk/api/pom.xml
    any23/trunk/core/pom.xml
    any23/trunk/csvutils/pom.xml
    any23/trunk/encoding/pom.xml
    any23/trunk/mime/pom.xml
    any23/trunk/nquads/pom.xml
    any23/trunk/plugins/basic-crawler/pom.xml
    any23/trunk/plugins/html-scraper/pom.xml
    any23/trunk/plugins/integration-test/pom.xml
    any23/trunk/plugins/office-scraper/pom.xml
    any23/trunk/pom.xml
    any23/trunk/service/pom.xml
    any23/trunk/test-resources/pom.xml

Modified: any23/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/api/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/api/pom.xml (original)
+++ any23/trunk/api/pom.xml Sun Jan 20 23:13:54 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: any23/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/core/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/core/pom.xml (original)
+++ any23/trunk/core/pom.xml Sun Jan 20 23:13:54 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: any23/trunk/csvutils/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/csvutils/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/csvutils/pom.xml (original)
+++ any23/trunk/csvutils/pom.xml Sun Jan 20 23:13:54 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: any23/trunk/encoding/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/encoding/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/encoding/pom.xml (original)
+++ any23/trunk/encoding/pom.xml Sun Jan 20 23:13:54 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: any23/trunk/mime/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/mime/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/mime/pom.xml (original)
+++ any23/trunk/mime/pom.xml Sun Jan 20 23:13:54 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: any23/trunk/nquads/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/nquads/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/nquads/pom.xml (original)
+++ any23/trunk/nquads/pom.xml Sun Jan 20 23:13:54 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: any23/trunk/plugins/basic-crawler/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/plugins/basic-crawler/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/plugins/basic-crawler/pom.xml (original)
+++ any23/trunk/plugins/basic-crawler/pom.xml Sun Jan 20 23:13:54 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: any23/trunk/plugins/html-scraper/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/plugins/html-scraper/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/plugins/html-scraper/pom.xml (original)
+++ any23/trunk/plugins/html-scraper/pom.xml Sun Jan 20 23:13:54 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>0.7.1-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 

Modified: any23/trunk/plugins/integration-test/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/plugins/integration-test/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/plugins/integration-test/pom.xml (original)
+++ any23/trunk/plugins/integration-test/pom.xml Sun Jan 20 23:13:54 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: any23/trunk/plugins/office-scraper/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/plugins/office-scraper/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/plugins/office-scraper/pom.xml (original)
+++ any23/trunk/plugins/office-scraper/pom.xml Sun Jan 20 23:13:54 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>0.7.1-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 

Modified: any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/pom.xml (original)
+++ any23/trunk/pom.xml Sun Jan 20 23:13:54 2013
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.any23</groupId>
   <artifactId>apache-any23</artifactId>
-  <version>0.7.1-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Any23</name>

Modified: any23/trunk/service/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/service/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/service/pom.xml (original)
+++ any23/trunk/service/pom.xml Sun Jan 20 23:13:54 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: any23/trunk/test-resources/pom.xml
URL: http://svn.apache.org/viewvc/any23/trunk/test-resources/pom.xml?rev=1435999&r1=1435998&r2=1435999&view=diff
==============================================================================
--- any23/trunk/test-resources/pom.xml (original)
+++ any23/trunk/test-resources/pom.xml Sun Jan 20 23:13:54 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>