Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22CA810FF9 for ; Sat, 29 Jun 2013 09:53:52 +0000 (UTC) Received: (qmail 98418 invoked by uid 500); 29 Jun 2013 09:53:51 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 98343 invoked by uid 500); 29 Jun 2013 09:53:47 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 98336 invoked by uid 99); 29 Jun 2013 09:53:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jun 2013 09:53:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A450B3C6E7; Sat, 29 Jun 2013 09:53:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cmueller@apache.org To: commits@camel.apache.org Message-Id: <818a47f53d4643b1a9606d5d9402e2fa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: update the maven-release-plugin configuration to use our new Git repository Date: Sat, 29 Jun 2013 09:53:45 +0000 (UTC) Updated Branches: refs/heads/camel-2.11.x ace5a3adc -> 13b0d4656 update the maven-release-plugin configuration to use our new Git repository Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/13b0d465 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/13b0d465 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/13b0d465 Branch: refs/heads/camel-2.11.x Commit: 13b0d46561c26c0bbb9b97dbc0a7d5ec6da48d9a Parents: ace5a3a Author: cmueller Authored: Sat Jun 29 11:53:35 2013 +0200 Committer: cmueller Committed: Sat Jun 29 11:53:35 2013 +0200 ---------------------------------------------------------------------- pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/13b0d465/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9e436da..1f545db 100755 --- a/pom.xml +++ b/pom.xml @@ -123,9 +123,9 @@ - scm:svn:https://svn.apache.org/repos/asf/camel/branches/camel-2.11.x - scm:svn:https://svn.apache.org/repos/asf/camel/branches/camel-2.11.x - http://svn.apache.org/viewvc/camel/branches/camel-2.11.x + scm:git:http://git-wip-us.apache.org/repos/asf/camel.git + scm:git:https://git-wip-us.apache.org/repos/asf/camel.git + https://fisheye6.atlassian.com/browse/~br=camel-2.11.x/camel-git @@ -198,9 +198,12 @@ org.apache.maven.plugins maven-release-plugin - 2.4 + + 2.4.1 - https://svn.apache.org/repos/asf/camel/tags + true + false + @{project.artifactId}-@{project.version} false clean install deploy