Repository: nutch
Updated Branches:
  refs/heads/NUTCH-2292 1ba35649a -> 82b03bc15


NUTCH-2292 Mavenize the build for nutch-core and nutch-plugins


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/82b03bc1
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/82b03bc1
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/82b03bc1

Branch: refs/heads/NUTCH-2292
Commit: 82b03bc1575374cb8981ee8f5205cf73077dd3d5
Parents: 1ba3564
Author: Lewis John McGibbney <[email protected]>
Authored: Sat Jul 16 14:14:58 2016 -0700
Committer: Lewis John McGibbney <[email protected]>
Committed: Sat Jul 16 14:14:58 2016 -0700

----------------------------------------------------------------------
 nutch-plugins/lib-selenium/pom.xml                 | 12 +++++++++---
 nutch-plugins/protocol-interactiveselenium/pom.xml |  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/82b03bc1/nutch-plugins/lib-selenium/pom.xml
----------------------------------------------------------------------
diff --git a/nutch-plugins/lib-selenium/pom.xml 
b/nutch-plugins/lib-selenium/pom.xml
index fed912d..cae99cd 100644
--- a/nutch-plugins/lib-selenium/pom.xml
+++ b/nutch-plugins/lib-selenium/pom.xml
@@ -36,13 +36,19 @@
     </properties>
     <dependencies>
         <dependency>
-            <groupId>org.seleniumhq.selenium</groupId> 
<artifactId>selenium-java</artifactId> <version>2.48.2</version>
+            <groupId>org.seleniumhq.selenium</groupId> 
+            <artifactId>selenium-java</artifactId> 
+            <version>2.48.2</version>
         </dependency>
         <dependency>
-            <groupId>com.opera</groupId> <artifactId>operadriver</artifactId> 
<version>1.5</version>
+            <groupId>com.opera</groupId> 
+            <artifactId>operadriver</artifactId>
+            <version>1.5</version>
         </dependency>
         <dependency>
-            <groupId>com.codeborne</groupId> 
<artifactId>phantomjsdriver</artifactId> <version>1.2.1</version>
+            <groupId>com.codeborne</groupId> 
+            <artifactId>phantomjsdriver</artifactId> 
+            <version>1.2.1</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/nutch/blob/82b03bc1/nutch-plugins/protocol-interactiveselenium/pom.xml
----------------------------------------------------------------------
diff --git a/nutch-plugins/protocol-interactiveselenium/pom.xml 
b/nutch-plugins/protocol-interactiveselenium/pom.xml
index 4e2bc63..ced9cdc 100644
--- a/nutch-plugins/protocol-interactiveselenium/pom.xml
+++ b/nutch-plugins/protocol-interactiveselenium/pom.xml
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.apache.nutch</groupId>
             <artifactId>lib-selenium</artifactId>
-            <version>${project.project.parent.version}</version>
+            <version>${project.parent.version}</version>
         </dependency>
     </dependencies>
 

Reply via email to