Skip to content

Commit

Permalink
Update maven-compiler-plugin and maven-enforcer-plugin to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jun 16, 2014
1 parent 4476f71 commit 06be9a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
9 changes: 7 additions & 2 deletions book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand All @@ -197,7 +197,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0.1</version>
<version>1.3.1</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down Expand Up @@ -251,6 +251,11 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.avro</groupId>
<artifactId>avro-maven-plugin</artifactId>
<version>${avro.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
1 change: 0 additions & 1 deletion ch04-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<plugin>
<groupId>org.apache.avro</groupId>
<artifactId>avro-maven-plugin</artifactId>
<version>${avro.version}</version>
<executions>
<execution>
<id>schemas</id>
Expand Down
1 change: 0 additions & 1 deletion ch14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<descriptors>
<descriptor>../book/src/main/assembly/jar.xml</descriptor>
Expand Down
5 changes: 0 additions & 5 deletions experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
<artifactId>ch04</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.apache.crunch</groupId>
<artifactId>crunch-core</artifactId>
<version>0.9.0-hadoop2</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 06be9a9

Please sign in to comment.