You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by nn...@apache.org on 2015/02/24 18:53:17 UTC

mesos git commit: Put Authentication protobufs back in mesos.internal package.

Repository: mesos
Updated Branches:
  refs/heads/master 2eada1ab4 -> ff732c97e


Put Authentication protobufs back in mesos.internal package.

This is needed for smooth upgrade capability for masters and slaves.

Review: https://reviews.apache.org/r/31331


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

Branch: refs/heads/master
Commit: ff732c97e2606159f7e3947a70abaa5d83a8a68f
Parents: 2eada1a
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Mon Feb 23 16:32:18 2015 -0800
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Tue Feb 24 09:28:13 2015 -0800

----------------------------------------------------------------------
 include/mesos/authentication/authentication.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ff732c97/include/mesos/authentication/authentication.proto
----------------------------------------------------------------------
diff --git a/include/mesos/authentication/authentication.proto b/include/mesos/authentication/authentication.proto
index 38a6f78..a7db56d 100644
--- a/include/mesos/authentication/authentication.proto
+++ b/include/mesos/authentication/authentication.proto
@@ -18,7 +18,7 @@
 
 import "mesos/mesos.proto";
 
-package mesos;
+package mesos.internal;
 
 option java_package = "org.apache.mesos";
 option java_outer_classname = "Protos";