You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dr...@apache.org on 2015/07/08 09:43:38 UTC

directory-kerby git commit: Renamed mavibot module dir to mavibot-backend in order to be consistent with other backends

Repository: directory-kerby
Updated Branches:
  refs/heads/master 58665d358 -> cff45814f


Renamed mavibot module dir to mavibot-backend in order to be consistent with other backends


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

Branch: refs/heads/master
Commit: cff45814f711d206586e798596f92f15a74bab07
Parents: 58665d3
Author: drankye <ka...@intel.com>
Authored: Wed Jul 8 15:43:22 2015 +0800
Committer: Drankye <dr...@gmail.com>
Committed: Wed Jul 8 15:43:22 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/cff45814/kerby-backend/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-backend/pom.xml b/kerby-backend/pom.xml
index d76addb..1c76fa3 100644
--- a/kerby-backend/pom.xml
+++ b/kerby-backend/pom.xml
@@ -28,7 +28,7 @@
 
   <modules>
     <module>ldap-backend</module>
-    <module>mavibot</module>
+    <module>mavibot-backend</module>
     <module>json-backend</module>
     <module>zookeeper-backend</module>
   </modules>