Repository: nutch
Updated Branches:
  refs/heads/NUTCH-2292 6e0da2f4c -> 1ba35649a


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/1ba35649
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/1ba35649
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/1ba35649

Branch: refs/heads/NUTCH-2292
Commit: 1ba35649aeb2f298eafccfab812483a2b31dc9b6
Parents: 6e0da2f
Author: Lewis John McGibbney <[email protected]>
Authored: Sat Jul 16 14:09:39 2016 -0700
Committer: Lewis John McGibbney <[email protected]>
Committed: Sat Jul 16 14:09:39 2016 -0700

----------------------------------------------------------------------
 nutch-plugins/index-replace/pom.xml             |  4 +--
 .../protocol-interactiveselenium/pom.xml        |  2 +-
 pom.xml                                         | 27 +++++++++++++++++---
 3 files changed, 27 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/1ba35649/nutch-plugins/index-replace/pom.xml
----------------------------------------------------------------------
diff --git a/nutch-plugins/index-replace/pom.xml 
b/nutch-plugins/index-replace/pom.xml
index d39851d..08fdba7 100644
--- a/nutch-plugins/index-replace/pom.xml
+++ b/nutch-plugins/index-replace/pom.xml
@@ -38,12 +38,12 @@
         <dependency>
             <groupId>org.apache.nutch</groupId>
             <artifactId>index-basic</artifactId>
-            <version>${parent.version}</version>
+            <version>${project.parent.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nutch</groupId>
             <artifactId>index-metadata</artifactId>
-            <version>${parent.version}</version>
+            <version>${project.parent.version}</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/nutch/blob/1ba35649/nutch-plugins/protocol-interactiveselenium/pom.xml
----------------------------------------------------------------------
diff --git a/nutch-plugins/protocol-interactiveselenium/pom.xml 
b/nutch-plugins/protocol-interactiveselenium/pom.xml
index ced9cdc..4e2bc63 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.parent.version}</version>
+            <version>${project.project.parent.version}</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/nutch/blob/1ba35649/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 57e77d1..ec35bca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <artifactId>nutch-parent</artifactId>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>10</version>
+    </parent>
     <groupId>org.apache.nutch</groupId>
+    <artifactId>nutch-parent</artifactId>
     <version>1.13-SNAPSHOT</version>
-    <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
+    <name>Apache Nutch</name>
 
     <properties>
         <dir.root>${project.basedir}</dir.root>

Reply via email to