You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/01/13 16:28:46 UTC

svn commit: r1231131 - in /incubator/any23/trunk/plugins: basic-crawler/pom.xml html-scraper/pom.xml office-scraper/pom.xml

Author: simonetripodi
Date: Fri Jan 13 15:28:46 2012
New Revision: 1231131

URL: http://svn.apache.org/viewvc?rev=1231131&view=rev
Log:
added the `-incubating` postfix also in plugin versions

Modified:
    incubator/any23/trunk/plugins/basic-crawler/pom.xml
    incubator/any23/trunk/plugins/html-scraper/pom.xml
    incubator/any23/trunk/plugins/office-scraper/pom.xml

Modified: incubator/any23/trunk/plugins/basic-crawler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/pom.xml?rev=1231131&r1=1231130&r2=1231131&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/basic-crawler/pom.xml (original)
+++ incubator/any23/trunk/plugins/basic-crawler/pom.xml Fri Jan 13 15:28:46 2012
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.any23.plugin</groupId>
   <artifactId>basic-crawler</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-incubating-SNAPSHOT</version>
 
   <name>Apache Any23 :: Plugins :: Basic Crawler</name>
   <description>Any23 plugin for crawling sites.</description>

Modified: incubator/any23/trunk/plugins/html-scraper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/html-scraper/pom.xml?rev=1231131&r1=1231130&r2=1231131&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/html-scraper/pom.xml (original)
+++ incubator/any23/trunk/plugins/html-scraper/pom.xml Fri Jan 13 15:28:46 2012
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.any23.plugin</groupId>
   <artifactId>html-scraper</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1-incubating-SNAPSHOT</version>
 
   <name>Apache Any23 :: Plugins :: HTML Scraper</name>
   <description>Any23 plugin for scraping HTML code.</description>

Modified: incubator/any23/trunk/plugins/office-scraper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/office-scraper/pom.xml?rev=1231131&r1=1231130&r2=1231131&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/office-scraper/pom.xml (original)
+++ incubator/any23/trunk/plugins/office-scraper/pom.xml Fri Jan 13 15:28:46 2012
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.any23.plugin</groupId>
   <artifactId>office-scraper</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-incubating-SNAPSHOT</version>
 
   <name>Apache Any23 :: Plugins :: Office Scraper</name>
   <description>Any23 plugin for scraping metadata from MS Office related file formats.</description>