Updated Branches: refs/heads/master a1333741d -> bbca626cf
fix dependency versions that were not reverted in plugins Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/bbca626c Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/bbca626c Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/bbca626c Branch: refs/heads/master Commit: bbca626cfb4a16549509f36241799c8a5409c2e4 Parents: a133374 Author: Peter Ansell <[email protected]> Authored: Fri May 10 13:25:40 2013 +1000 Committer: Peter Ansell <[email protected]> Committed: Fri May 10 13:25:40 2013 +1000 ---------------------------------------------------------------------- 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/bbca626c/plugins/basic-crawler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml index 29a1f37..e75cfad 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.8.1-SNAPSHOT</version> + <version>${project.parent.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>${project.parent.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/bbca626c/plugins/html-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml index 87b049c..86d2e1c 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.8.1-SNAPSHOT</version> + <version>${project.parent.version}</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/bbca626c/plugins/office-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml index 036da33..e179f84 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.8.1-SNAPSHOT</version> + <version>${project.parent.version}</version> <scope>provided</scope> </dependency>
