Return-Path: X-Original-To: apmail-incubator-amber-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-amber-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 9CDF592EA for ; Wed, 11 Jan 2012 14:18:44 +0000 (UTC) Received: (qmail 96950 invoked by uid 500); 11 Jan 2012 14:18:44 -0000 Delivered-To: apmail-incubator-amber-commits-archive@incubator.apache.org Received: (qmail 96930 invoked by uid 500); 11 Jan 2012 14:18:43 -0000 Mailing-List: contact amber-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: amber-dev@incubator.apache.org Delivered-To: mailing list amber-commits@incubator.apache.org Received: (qmail 96916 invoked by uid 99); 11 Jan 2012 14:18:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 14:18:43 +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; Wed, 11 Jan 2012 14:18:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 36A8F23888E7; Wed, 11 Jan 2012 14:18:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1230058 - /incubator/amber/trunk/oauth-2.0/pom.xml Date: Wed, 11 Jan 2012 14:18:21 -0000 To: amber-commits@incubator.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120111141821.36A8F23888E7@eris.apache.org> Author: simonetripodi Date: Wed Jan 11 14:18:20 2012 New Revision: 1230058 URL: http://svn.apache.org/viewvc?rev=1230058&view=rev Log: switched to 2spaces identation Modified: incubator/amber/trunk/oauth-2.0/pom.xml Modified: incubator/amber/trunk/oauth-2.0/pom.xml URL: http://svn.apache.org/viewvc/incubator/amber/trunk/oauth-2.0/pom.xml?rev=1230058&r1=1230057&r2=1230058&view=diff ============================================================================== --- incubator/amber/trunk/oauth-2.0/pom.xml (original) +++ incubator/amber/trunk/oauth-2.0/pom.xml Wed Jan 11 14:18:20 2012 @@ -1,104 +1,103 @@ - - 4.0.0 - - - org.apache.amber - amber-parent - 0.22-incubating-SNAPSHOT - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.apache.amber - amber-oauth2-parent + amber-parent 0.22-incubating-SNAPSHOT - pom - - Apache Amber: OAuth 2.0 Implementation - Parent + - - oauth2-common - oauth2-client - oauth2-httpclient4 - oauth2-client-demo - oauth2-dynamicreg-client - oauth2-dynamicreg-common - oauth2-authzserver - oauth2-resourceserver - oauth2-rs-filter - oauth2-dynamicreg-server - oauth2-test-utils - oauth2-integration-tests - - - - 2.2.10 - 3.0.2.RELEASE - 2.0.8 - 3.0 - 2.5 - 4.8.1 - 1.2 - 7.1.5.v20100705 - 2.5 - - - - - org.slf4j - slf4j-api - 1.6.1 - - - - org.slf4j - slf4j-log4j12 - 1.6.0 - test - - - - org.springframework - spring-mock - ${spring-mock.version} - test - - - - org.easymock - easymock - ${easy-mock.version} - test - - - - javax.servlet - servlet-api - ${servlet-api.version} - provided - - + org.apache.amber + amber-oauth2-parent + 0.22-incubating-SNAPSHOT + pom + + Apache Amber: OAuth 2.0 Implementation - Parent + + + oauth2-common + oauth2-client + oauth2-httpclient4 + oauth2-client-demo + oauth2-dynamicreg-client + oauth2-dynamicreg-common + oauth2-authzserver + oauth2-resourceserver + oauth2-rs-filter + oauth2-dynamicreg-server + oauth2-test-utils + oauth2-integration-tests + + + + 2.2.10 + 3.0.2.RELEASE + 2.0.8 + 3.0 + 2.5 + 4.8.1 + 1.2 + 7.1.5.v20100705 + 2.5 + + + + + org.slf4j + slf4j-api + 1.6.1 + + + + org.slf4j + slf4j-log4j12 + 1.6.0 + test + + + + org.springframework + spring-mock + ${spring-mock.version} + test + + + + org.easymock + easymock + ${easy-mock.version} + test + + + + javax.servlet + servlet-api + ${servlet-api.version} + provided + +