Updated Branches:
  refs/heads/master d662e37ed -> d7cb8c09d

Upgrade compiler plugin to 2.5

The Maven project released 2.5 of the compiler plugin quickly after 2.4
because of a race condition. Just following their lead.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d7cb8c09
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d7cb8c09
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d7cb8c09

Branch: refs/heads/master
Commit: d7cb8c09d1ed957942e67fe6b1e4c31e5ee20793
Parents: d662e37
Author: Martijn Dashorst <[email protected]>
Authored: Wed May 30 10:39:02 2012 +0200
Committer: Martijn Dashorst <[email protected]>
Committed: Wed May 30 10:41:08 2012 +0200

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d7cb8c09/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eafdbc6..a5fb6fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -579,7 +579,7 @@
                                        <inherited>true</inherited>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-compiler-plugin</artifactId>
-                                       <version>2.4</version>
+                                       <version>2.5</version>
                                        <configuration>
                                                <source>1.6</source>
                                                <target>1.6</target>

Reply via email to