Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-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 73113428D for ; Mon, 23 May 2011 14:27:13 +0000 (UTC) Received: (qmail 86720 invoked by uid 500); 23 May 2011 14:27:13 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 86687 invoked by uid 500); 23 May 2011 14:27:13 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 86680 invoked by uid 99); 23 May 2011 14:27:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 14:27:13 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=5.0 tests=ALL_TRUSTED,URI_HEX 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; Mon, 23 May 2011 14:27:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9049A2388A70; Mon, 23 May 2011 14:26:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1126511 - /activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala Date: Mon, 23 May 2011 14:26:52 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110523142652.9049A2388A70@eris.apache.org> Author: chirino Date: Mon May 23 14:26:52 2011 New Revision: 1126511 URL: http://svn.apache.org/viewvc?rev=1126511&view=rev Log: Update issue tracker location. Modified: activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala Modified: activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala?rev=1126511&r1=1126510&r2=1126511&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala (original) +++ activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala Mon May 23 14:26:52 2011 @@ -29,8 +29,8 @@ object Website { val project_name= "Apollo" val project_slogan= "AcitveMQ's next generation of messaging" val project_id= "apollo" - val project_jira_key= "APOLLO" - val project_issue_url= "https://issues.apache.org/activemq/browse/AMQ" + val project_jira_key= "APLO" + val project_issue_url= "https://issues.apache.org/activemq/browse/"+project_jira_key val project_forums_url= "http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html" val project_wiki_url= "https://cwiki.apache.org/confluence/display/ACTIVEMQ/Index" val project_logo= "/images/project-logo.png"