You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/11/04 09:25:30 UTC

[04/48] directory-kerby git commit: Revert to compile version 3.1, as I get a failure while runing mvn deplay with 3.3

Revert to compile version 3.1, as I get a failure while runing mvn deplay with 3.3


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

Branch: refs/heads/pkinit-support
Commit: bf752eff0a2982b03f17866d859bbc69b49d1dfb
Parents: 8a38279
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Thu Sep 10 14:33:51 2015 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Thu Sep 10 14:33:51 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/bf752eff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e0c3a8a..45b6bb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.3</version>
+          <version>3.1</version>
           <configuration>
             <source>1.7</source>
             <target>1.7</target>