From 06be9a9644c8bae560007adb37d8b0ffdc307479 Mon Sep 17 00:00:00 2001 From: Tom White Date: Mon, 16 Jun 2014 10:00:58 +0100 Subject: [PATCH] Update maven-compiler-plugin and maven-enforcer-plugin to latest. --- book/pom.xml | 9 +++++++-- ch04-avro/pom.xml | 1 - ch14/pom.xml | 1 - experimental/pom.xml | 5 ----- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/book/pom.xml b/book/pom.xml index bce33635..dec9da80 100644 --- a/book/pom.xml +++ b/book/pom.xml @@ -188,7 +188,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.1 1.6 1.6 @@ -197,7 +197,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.0.1 + 1.3.1 enforce-versions @@ -251,6 +251,11 @@ maven-assembly-plugin 2.4 + + org.apache.avro + avro-maven-plugin + ${avro.version} + diff --git a/ch04-avro/pom.xml b/ch04-avro/pom.xml index b37adf57..ddfe7199 100644 --- a/ch04-avro/pom.xml +++ b/ch04-avro/pom.xml @@ -31,7 +31,6 @@ org.apache.avro avro-maven-plugin - ${avro.version} schemas diff --git a/ch14/pom.xml b/ch14/pom.xml index 6e287581..ee68ef64 100644 --- a/ch14/pom.xml +++ b/ch14/pom.xml @@ -26,7 +26,6 @@ maven-assembly-plugin - 2.2.1 ../book/src/main/assembly/jar.xml diff --git a/experimental/pom.xml b/experimental/pom.xml index dda09060..c7d2b4d9 100644 --- a/experimental/pom.xml +++ b/experimental/pom.xml @@ -23,11 +23,6 @@ ch04 3.0 - - org.apache.crunch - crunch-core - 0.9.0-hadoop2 -