Return-Path: X-Original-To: apmail-incubator-giraph-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-giraph-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A7D69F46 for ; Fri, 16 Dec 2011 09:49:33 +0000 (UTC) Received: (qmail 28960 invoked by uid 500); 16 Dec 2011 09:49:33 -0000 Delivered-To: apmail-incubator-giraph-commits-archive@incubator.apache.org Received: (qmail 28935 invoked by uid 500); 16 Dec 2011 09:49:33 -0000 Mailing-List: contact giraph-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: giraph-dev@incubator.apache.org Delivered-To: mailing list giraph-commits@incubator.apache.org Received: (qmail 28928 invoked by uid 99); 16 Dec 2011 09:49:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2011 09:49:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2011 09:49:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BD98723889E1; Fri, 16 Dec 2011 09:49:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1215076 - in /incubator/giraph/trunk: CHANGELOG pom.xml Date: Fri, 16 Dec 2011 09:49:08 -0000 To: giraph-commits@incubator.apache.org From: aching@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111216094908.BD98723889E1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: aching Date: Fri Dec 16 09:49:08 2011 New Revision: 1215076 URL: http://svn.apache.org/viewvc?rev=1215076&view=rev Log: GIRAPH-103: Added properties for commonly used package version to pom.xml. (aching) Modified: incubator/giraph/trunk/CHANGELOG incubator/giraph/trunk/pom.xml Modified: incubator/giraph/trunk/CHANGELOG URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/CHANGELOG?rev=1215076&r1=1215075&r2=1215076&view=diff ============================================================================== --- incubator/giraph/trunk/CHANGELOG (original) +++ incubator/giraph/trunk/CHANGELOG Fri Dec 16 09:49:08 2011 @@ -2,6 +2,9 @@ Giraph Change Log Release 0.70.0 - unreleased + GIRAPH-103: Added properties for commonly used package version to + pom.xml. (aching) + GIRAPH-57: Add new RPC call (putVertexIdMessagesList) to batch putMsgList RPCs together. (aching) Modified: incubator/giraph/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/pom.xml?rev=1215076&r1=1215075&r2=1215076&view=diff ============================================================================== --- incubator/giraph/trunk/pom.xml (original) +++ incubator/giraph/trunk/pom.xml Fri Dec 16 09:49:08 2011 @@ -86,8 +86,8 @@ under the License. Avery Ching aching@apache.org -8 - Yahoo! - http://www.yahoo.com + Facebook + http://www.facebook.com hyunsik @@ -162,11 +162,15 @@ under the License. + 1.6 0.20.203.0 + 2.3.2 + 2.6 1.8.0 export/target test UTF-8 + 1.0 @@ -248,16 +252,16 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + ${maven-compiler-plugin.version} - 1.6 - 1.6 + ${compileSource} + ${compileSource} org.apache.maven.plugins maven-javadoc-plugin - 2.6 + ${maven-javadoc-plugin.version} org.codehaus.mojo @@ -380,7 +384,7 @@ under the License. org.sonatype.plugins munge-maven-plugin - 1.0 + ${munge-maven-plugin.version} munge @@ -397,13 +401,14 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + ${maven-compiler-plugin.version} **/BspTokenSelector.java - 1.6 - 1.6 + ${compileSource} + ${compileSource} + true @@ -440,7 +445,7 @@ under the License. org.sonatype.plugins munge-maven-plugin - 1.0 + ${munge-maven-plugin.version} munge @@ -457,13 +462,13 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + ${maven-compiler-plugin.version} **/BspTokenSelector.java - 1.6 - 1.6 + ${compileSource} + ${compileSource}