You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2013/06/27 01:59:02 UTC

git commit: Added committers and a java compiler target to mesos.pom.in.

Updated Branches:
  refs/heads/master 4e65d0056 -> 80cca1634


Added committers and a java compiler target to mesos.pom.in.

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


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

Branch: refs/heads/master
Commit: 80cca163437774da87d168cf80d4039defdc4c41
Parents: 4e65d00
Author: Benjamin Mahler <bm...@twitter.com>
Authored: Tue Jun 25 13:53:10 2013 -0700
Committer: Benjamin Mahler <bm...@twitter.com>
Committed: Wed Jun 26 16:58:59 2013 -0700

----------------------------------------------------------------------
 src/java/mesos.pom.in | 40 ++++++++++++++++++++++++++++++++++------
 1 file changed, 34 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mesos/blob/80cca163/src/java/mesos.pom.in
----------------------------------------------------------------------
diff --git a/src/java/mesos.pom.in b/src/java/mesos.pom.in
index dfd9d46..17c2e2a 100644
--- a/src/java/mesos.pom.in
+++ b/src/java/mesos.pom.in
@@ -31,9 +31,9 @@
   </mailingLists>
   <developers>
     <developer>
-      <id>benh</id>
-      <name>Benjamin Hindman</name>
-      <email>benh@apache.org</email>
+      <id>alig</id>
+      <name>Ali Ghodis</name>
+      <email>alig@apache.org</email>
     </developer>
     <developer>
       <id>andyk</id>
@@ -41,14 +41,39 @@
       <email>andrew@apache.org</email>
     </developer>
     <developer>
+      <id>benh</id>
+      <name>Benjamin Hindman</name>
+      <email>benh@apache.org</email>
+    </developer>
+    <developer>
+      <id>bmahler</id>
+      <name>Benjamin Mahler</name>
+      <email>bmahler@apache.org</email>
+    </developer>
+    <developer>
+      <id>brenden</id>
+      <name>Brenden Matthews</name>
+      <email>brenden@apache.org</email>
+    </developer>
+    <developer>
       <id>matei</id>
       <name>Matei Zaharia</name>
       <email>matei@apache.org</email>
     </developer>
     <developer>
-      <id>alig</id>
-      <name>Ali Ghodis</name>
-      <email>alig@apache.org</email>
+      <id>tmarshall</id>
+      <name>Thomas Marshall</name>
+      <email>tmarshall@apache.org</email>
+    </developer>
+    <developer>
+      <id>vinodkone</id>
+      <name>Vinod Kone</name>
+      <email>vinodkone@apache.org</email>
+    </developer>
+    <developer>
+      <id>woggle</id>
+      <name>Charles Reiss</name>
+      <email>woggle@apache.org</email>
     </developer>
   </developers>
   <dependencies>
@@ -70,6 +95,9 @@
            phase. -->
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <target>1.6</target>
+        </configuration>
         <executions>
           <execution>
             <id>default-compile</id>