Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 57F3AEAC8 for ; Tue, 12 Feb 2013 21:35:08 +0000 (UTC) Received: (qmail 27339 invoked by uid 500); 12 Feb 2013 21:35:08 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 27257 invoked by uid 500); 12 Feb 2013 21:35:08 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 27249 invoked by uid 99); 12 Feb 2013 21:35:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 21:35:08 +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; Tue, 12 Feb 2013 21:35:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 362FD238890B; Tue, 12 Feb 2013 21:34:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1445397 - in /commons/proper/functor/trunk: build-tools/pom.xml pom.xml Date: Tue, 12 Feb 2013 21:34:48 -0000 To: commits@commons.apache.org From: kinow@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130212213448.362FD238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kinow Date: Tue Feb 12 21:34:47 2013 New Revision: 1445397 URL: http://svn.apache.org/r1445397 Log: Setting groupId org.apache.commons in parent POM, and removing it from modules Modified: commons/proper/functor/trunk/build-tools/pom.xml commons/proper/functor/trunk/pom.xml Modified: commons/proper/functor/trunk/build-tools/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/build-tools/pom.xml?rev=1445397&r1=1445396&r2=1445397&view=diff ============================================================================== --- commons/proper/functor/trunk/build-tools/pom.xml (original) +++ commons/proper/functor/trunk/build-tools/pom.xml Tue Feb 12 21:34:47 2013 @@ -21,9 +21,7 @@ 9 4.0.0 - org.apache.commons commons-functor-build-tools - 1.0-SNAPSHOT Commons Functor Build Tools Provide common setup, from http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html Modified: commons/proper/functor/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1445397&r1=1445396&r2=1445397&view=diff ============================================================================== --- commons/proper/functor/trunk/pom.xml (original) +++ commons/proper/functor/trunk/pom.xml Tue Feb 12 21:34:47 2013 @@ -23,6 +23,7 @@ commons-parent 28 + org.apache.commons commons-functor-parent 1.0-SNAPSHOT pom