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 2017/12/25 01:04:27 UTC

[1/2] directory-kerby git commit: Update the hadoop version.

Repository: directory-kerby
Updated Branches:
  refs/heads/has-project 31860e083 -> 60ca90418


Update the hadoop version.


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

Branch: refs/heads/has-project
Commit: fbf19b1591f7afb19f1eda34765cea40e7ccc86a
Parents: a8b1c28
Author: plusplusjiajia <ji...@intel.com>
Authored: Mon Dec 25 08:58:47 2017 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Mon Dec 25 08:58:47 2017 +0800

----------------------------------------------------------------------
 has/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/fbf19b15/has/pom.xml
----------------------------------------------------------------------
diff --git a/has/pom.xml b/has/pom.xml
index d9e41b1..7931035 100644
--- a/has/pom.xml
+++ b/has/pom.xml
@@ -43,10 +43,10 @@
 
   <properties>
     <commons-codec.version>1.4</commons-codec.version>
-    <kerby.version>1.1.0-SNAPSHOT</kerby.version>
+    <kerby.version>1.1.0</kerby.version>
     <slf4j.version>1.7.25</slf4j.version>
     <buildtools.dir>${basedir}/build-tools</buildtools.dir>
-    <hadoop.version>3.0.0-alpha2</hadoop.version>
+    <hadoop.version>3.0.0</hadoop.version>
   </properties>
 
   <build>


[2/2] directory-kerby git commit: Merge remote-tracking branch 'asf/has-project' into has-project

Posted by pl...@apache.org.
Merge remote-tracking branch 'asf/has-project' into has-project


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

Branch: refs/heads/has-project
Commit: 60ca90418d169d28274f1685aa4ac4ae650780ae
Parents: fbf19b1 31860e0
Author: plusplusjiajia <ji...@intel.com>
Authored: Mon Dec 25 09:00:49 2017 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Mon Dec 25 09:00:49 2017 +0800

----------------------------------------------------------------------
 has/doc/mysql-backend.md                                      | 2 +-
 has/has-dist/conf/has-server.conf                             | 2 +-
 has/has-server/pom.xml                                        | 6 +++---
 .../java/org/apache/kerby/has/server/kdc/MySQLConfKey.java    | 4 ++--
 .../org/apache/kerby/has/server/kdc/MySQLIdentityBackend.java | 5 +++--
 .../java/org/apache/kerby/has/server/web/rest/ConfApi.java    | 7 ++++---
 6 files changed, 14 insertions(+), 12 deletions(-)
----------------------------------------------------------------------