Skip to content

Commit

Permalink
update to maven-clean-plugin 2.5
Browse files Browse the repository at this point in the history
update to maven-resources-plugin 2.6
update to maven-source-plugin 2.2
  • Loading branch information
schildbach committed Sep 7, 2012
1 parent 973cff9 commit 865b145
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,20 @@

<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<version>2.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 865b145

Please sign in to comment.