You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2015/04/03 15:36:19 UTC

directory-kerby git commit: Update compiler plugin

Repository: directory-kerby
Updated Branches:
  refs/heads/master b5dfba1a2 -> 8856764c3


Update compiler plugin


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/8856764c
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/8856764c
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/8856764c

Branch: refs/heads/master
Commit: 8856764c31b92a4a2e505a7c2888bd602562cae2
Parents: b5dfba1
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Apr 3 14:35:30 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Apr 3 14:35:30 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/8856764c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bc35da1..0e1ac6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.2</version>
+          <version>3.3</version>
           <configuration>
             <source>1.7</source>
             <target>1.7</target>