ANY23-356 updated integration-test pom
Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/61de804d
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/61de804d
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/61de804d
Branch: refs/heads/master
Commit: 61de804d7e4287563b0547679ec132eed9508e7c
Parents: a5c3f1c
Author: Hans <firedrake93@gmail.com>
Authored: Mon Jul 2 10:17:18 2018 -0500
Committer: Hans <firedrake93@gmail.com>
Committed: Mon Jul 2 18:24:38 2018 -0500
----------------------------------------------------------------------
plugins/integration-test/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/any23/blob/61de804d/plugins/integration-test/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml
index 2c71a0f..9bab6a4 100644
--- a/plugins/integration-test/pom.xml
+++ b/plugins/integration-test/pom.xml
@@ -45,17 +45,17 @@
<dependency>
<groupId>org.apache.any23.plugins</groupId>
<artifactId>apache-any23-html-scraper</artifactId>
- <version>1.0.7-SNAPSHOT</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.any23.plugins</groupId>
<artifactId>apache-any23-office-scraper</artifactId>
- <version>1.0.6-SNAPSHOT</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.any23.plugins</groupId>
<artifactId>apache-any23-basic-crawler</artifactId>
- <version>1.0.6-SNAPSHOT</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.any23.plugins</groupId>
|