You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by jo...@apache.org on 2015/11/18 09:05:23 UTC

incubator-reef git commit: [REEF-960] Upgrade Mesos dependency from 0.21 to 0.25

Repository: incubator-reef
Updated Branches:
  refs/heads/master 2c3d35955 -> 96110296a


[REEF-960] Upgrade Mesos dependency from 0.21 to 0.25

JIRA:
  [REEF-960](https://issues.apache.org/jira/browse/REEF-960)

Pull request:
  This closes #648


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

Branch: refs/heads/master
Commit: 96110296a6bc3ee1e8e483a200490f2f358445cf
Parents: 2c3d359
Author: Dongjoon Hyun <do...@apache.org>
Authored: Wed Nov 18 06:49:57 2015 +0900
Committer: John Yang <jo...@apache.org>
Committed: Wed Nov 18 17:04:28 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/96110296/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 36f2d9a..f9c22e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -795,7 +795,7 @@ under the License.
             <dependency>
                 <groupId>org.apache.mesos</groupId>
                 <artifactId>mesos</artifactId>
-                <version>0.21.0</version>
+                <version>0.25.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>