Return-Path: X-Original-To: apmail-incubator-syncope-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-syncope-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 22DED9EA1 for ; Fri, 20 Apr 2012 08:44:31 +0000 (UTC) Received: (qmail 15609 invoked by uid 500); 20 Apr 2012 08:44:31 -0000 Delivered-To: apmail-incubator-syncope-commits-archive@incubator.apache.org Received: (qmail 15572 invoked by uid 500); 20 Apr 2012 08:44:31 -0000 Mailing-List: contact syncope-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: syncope-dev@incubator.apache.org Delivered-To: mailing list syncope-commits@incubator.apache.org Received: (qmail 15565 invoked by uid 99); 20 Apr 2012 08:44:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 08:44:31 +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, 20 Apr 2012 08:44:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E5DA72388B9B; Fri, 20 Apr 2012 08:44:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1328260 - in /incubator/syncope/trunk: archetype/pom.xml build-tools/pom.xml client/pom.xml console/pom.xml core/pom.xml hibernate-enhancer/pom.xml parent/pom.xml pom.xml quality/pom.xml Date: Fri, 20 Apr 2012 08:44:08 -0000 To: syncope-commits@incubator.apache.org From: ilgrosso@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120420084408.E5DA72388B9B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ilgrosso Date: Fri Apr 20 08:44:07 2012 New Revision: 1328260 URL: http://svn.apache.org/viewvc?rev=1328260&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: incubator/syncope/trunk/archetype/pom.xml incubator/syncope/trunk/build-tools/pom.xml incubator/syncope/trunk/client/pom.xml incubator/syncope/trunk/console/pom.xml incubator/syncope/trunk/core/pom.xml incubator/syncope/trunk/hibernate-enhancer/pom.xml incubator/syncope/trunk/parent/pom.xml incubator/syncope/trunk/pom.xml incubator/syncope/trunk/quality/pom.xml Modified: incubator/syncope/trunk/archetype/pom.xml URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/pom.xml?rev=1328260&r1=1328259&r2=1328260&view=diff ============================================================================== --- incubator/syncope/trunk/archetype/pom.xml (original) +++ incubator/syncope/trunk/archetype/pom.xml Fri Apr 20 08:44:07 2012 @@ -25,7 +25,7 @@ under the License. org.apache.syncope syncope - 1.0.0-RC1-incubating + 1.0.0-incubating-SNAPSHOT ../parent @@ -33,7 +33,7 @@ under the License. Apache Syncope Archetype org.apache.syncope syncope-archetype - 1.0.0-RC1-incubating + 1.0.0-incubating-SNAPSHOT maven-archetype @@ -41,9 +41,9 @@ under the License. - scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/trunk/archetype - scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/trunk/archetype - http://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/trunk/archetype + scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk/archetype + scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk/archetype + http://svn.apache.org/repos/asf/incubator/syncope/trunk/archetype Modified: incubator/syncope/trunk/build-tools/pom.xml URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/build-tools/pom.xml?rev=1328260&r1=1328259&r2=1328260&view=diff ============================================================================== --- incubator/syncope/trunk/build-tools/pom.xml (original) +++ incubator/syncope/trunk/build-tools/pom.xml Fri Apr 20 08:44:07 2012 @@ -25,7 +25,7 @@ under the License. org.apache.syncope syncope - 1.0.0-RC1-incubating + 1.0.0-incubating-SNAPSHOT ../parent Modified: incubator/syncope/trunk/client/pom.xml URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/client/pom.xml?rev=1328260&r1=1328259&r2=1328260&view=diff ============================================================================== --- incubator/syncope/trunk/client/pom.xml (original) +++ incubator/syncope/trunk/client/pom.xml Fri Apr 20 08:44:07 2012 @@ -25,7 +25,7 @@ under the License. org.apache.syncope syncope - 1.0.0-RC1-incubating + 1.0.0-incubating-SNAPSHOT ../parent Modified: incubator/syncope/trunk/console/pom.xml URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/pom.xml?rev=1328260&r1=1328259&r2=1328260&view=diff ============================================================================== --- incubator/syncope/trunk/console/pom.xml (original) +++ incubator/syncope/trunk/console/pom.xml Fri Apr 20 08:44:07 2012 @@ -25,7 +25,7 @@ under the License. org.apache.syncope syncope - 1.0.0-RC1-incubating + 1.0.0-incubating-SNAPSHOT ../parent Modified: incubator/syncope/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/pom.xml?rev=1328260&r1=1328259&r2=1328260&view=diff ============================================================================== --- incubator/syncope/trunk/core/pom.xml (original) +++ incubator/syncope/trunk/core/pom.xml Fri Apr 20 08:44:07 2012 @@ -25,7 +25,7 @@ under the License. org.apache.syncope syncope - 1.0.0-RC1-incubating + 1.0.0-incubating-SNAPSHOT ../parent Modified: incubator/syncope/trunk/hibernate-enhancer/pom.xml URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/hibernate-enhancer/pom.xml?rev=1328260&r1=1328259&r2=1328260&view=diff ============================================================================== --- incubator/syncope/trunk/hibernate-enhancer/pom.xml (original) +++ incubator/syncope/trunk/hibernate-enhancer/pom.xml Fri Apr 20 08:44:07 2012 @@ -25,7 +25,7 @@ under the License. org.apache.syncope syncope - 1.0.0-RC1-incubating + 1.0.0-incubating-SNAPSHOT ../parent Modified: incubator/syncope/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1328260&r1=1328259&r2=1328260&view=diff ============================================================================== --- incubator/syncope/trunk/parent/pom.xml (original) +++ incubator/syncope/trunk/parent/pom.xml Fri Apr 20 08:44:07 2012 @@ -27,7 +27,7 @@ under the License. org.apache.syncope syncope - 1.0.0-RC1-incubating + 1.0.0-incubating-SNAPSHOT pom @@ -50,9 +50,9 @@ under the License. - scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/syncope/trunk - scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/syncope/trunk - http://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/syncope/trunk + scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk + scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk + http://svn.apache.org/repos/asf/incubator/syncope/trunk Modified: incubator/syncope/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/pom.xml?rev=1328260&r1=1328259&r2=1328260&view=diff ============================================================================== --- incubator/syncope/trunk/pom.xml (original) +++ incubator/syncope/trunk/pom.xml Fri Apr 20 08:44:07 2012 @@ -27,13 +27,13 @@ under the License. org.apache.syncope syncope-root - 1.0.0-RC1-incubating + 1.0.0-incubating-SNAPSHOT pom - scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/trunk - scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/trunk - http://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/trunk + scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk + scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk + http://svn.apache.org/repos/asf/incubator/syncope/trunk Modified: incubator/syncope/trunk/quality/pom.xml URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/quality/pom.xml?rev=1328260&r1=1328259&r2=1328260&view=diff ============================================================================== --- incubator/syncope/trunk/quality/pom.xml (original) +++ incubator/syncope/trunk/quality/pom.xml Fri Apr 20 08:44:07 2012 @@ -25,7 +25,7 @@ under the License. org.apache.syncope syncope - 1.0.0-RC1-incubating + 1.0.0-incubating-SNAPSHOT ../parent