Repository: any23 Updated Branches: refs/heads/master b913c3517 -> 0c714f336
update hardcoded SNAPSHOT's for plugins Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/0c714f33 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/0c714f33 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/0c714f33 Branch: refs/heads/master Commit: 0c714f336c02e43e8de0ca953d73c61581f59c07 Parents: b913c35 Author: Lewis John McGibbney <[email protected]> Authored: Sat May 10 20:20:27 2014 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Sat May 10 20:20:27 2014 -0700 ---------------------------------------------------------------------- plugins/basic-crawler/pom.xml | 4 ++-- plugins/html-scraper/pom.xml | 2 +- plugins/office-scraper/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/0c714f33/plugins/basic-crawler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml index c09e2f2..d61571c 100644 --- a/plugins/basic-crawler/pom.xml +++ b/plugins/basic-crawler/pom.xml @@ -44,14 +44,14 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>0.9.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>0.9.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/0c714f33/plugins/html-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml index 6eaaeda..519c993 100644 --- a/plugins/html-scraper/pom.xml +++ b/plugins/html-scraper/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>0.9.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/0c714f33/plugins/office-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml index 0bccf2d..df67599 100644 --- a/plugins/office-scraper/pom.xml +++ b/plugins/office-scraper/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>0.9.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <scope>provided</scope> </dependency>
