Author: simonetripodi
Date: Tue Jan 17 16:27:43 2012
New Revision: 1232460
URL: http://svn.apache.org/viewvc?rev=1232460&view=rev
Log:
fixed broken dependencies - I wonder how it could have worked...
Modified:
incubator/any23/trunk/plugins/integration-test/pom.xml
Modified: incubator/any23/trunk/plugins/integration-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/integration-test/pom.xml?rev=1232460&r1=1232459&r2=1232460&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/integration-test/pom.xml (original)
+++ incubator/any23/trunk/plugins/integration-test/pom.xml Tue Jan 17 16:27:43
2012
@@ -41,12 +41,12 @@
<dependency>
<groupId>org.apache.any23.plugin</groupId>
<artifactId>html-scraper</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.any23.plugin</groupId>
<artifactId>office-scraper</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0-incubating-SNAPSHOT</version>
</dependency>
</dependencies>