Skip to content

Commit

Permalink
Since the plugin API is backwards compatible, it should be safe to bu…
Browse files Browse the repository at this point in the history
…mp it to version 3
  • Loading branch information
hammerhead committed Aug 22, 2011
1 parent 270bc5d commit 07998fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>${compileSource}</source>
<target>${compileTarget}</target>
Expand All @@ -98,7 +99,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.2.1</version>
<version>3.0.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 07998fa

Please sign in to comment.