Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 37031 invoked from network); 24 Apr 2006 21:27:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Apr 2006 21:27:15 -0000 Received: (qmail 76903 invoked by uid 500); 24 Apr 2006 21:27:12 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 76839 invoked by uid 500); 24 Apr 2006 21:27:12 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 76827 invoked by uid 500); 24 Apr 2006 21:27:12 -0000 Received: (qmail 76824 invoked by uid 99); 24 Apr 2006 21:27:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 14:27:12 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 24 Apr 2006 14:27:11 -0700 Received: (qmail 36932 invoked by uid 65534); 24 Apr 2006 21:26:51 -0000 Message-ID: <20060424212651.36929.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r396690 - in /jakarta/commons/proper/scxml/trunk: pom.xml project.xml Date: Mon, 24 Apr 2006 21:26:50 -0000 To: commons-cvs@jakarta.apache.org From: rahul@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rahul Date: Mon Apr 24 14:26:48 2006 New Revision: 396690 URL: http://svn.apache.org/viewcvs?rev=396690&view=rev Log: * Updating POMs to correct URLs. * Sync'ing up contributors list in m2 version. Modified: jakarta/commons/proper/scxml/trunk/pom.xml jakarta/commons/proper/scxml/trunk/project.xml Modified: jakarta/commons/proper/scxml/trunk/pom.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/scxml/trunk/pom.xml?rev=396690&r1=396689&r2=396690&view=diff ============================================================================== --- jakarta/commons/proper/scxml/trunk/pom.xml (original) +++ jakarta/commons/proper/scxml/trunk/pom.xml Mon Apr 24 14:26:48 2006 @@ -27,7 +27,7 @@ 2005 A Java Implementation of a State Chart XML Engine - http://jakarta.apache.org/commons/sandbox/scxml/ + http://jakarta.apache.org/commons/scxml/ The Apache Software Foundation @@ -42,9 +42,9 @@ - scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/scxml/trunk - scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/scxml/trunk - http://svn.apache.org/viewcvs.cgi/jakarta/commons/sandbox/scxml/trunk + scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/scxml/trunk + scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/scxml/trunk + http://svn.apache.org/viewcvs.cgi/jakarta/commons/scxml/trunk @@ -85,6 +85,9 @@ Wendy Smoak + + + Heiko Eichberger Modified: jakarta/commons/proper/scxml/trunk/project.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/scxml/trunk/project.xml?rev=396690&r1=396689&r2=396690&view=diff ============================================================================== --- jakarta/commons/proper/scxml/trunk/project.xml (original) +++ jakarta/commons/proper/scxml/trunk/project.xml Mon Apr 24 14:26:48 2006 @@ -27,7 +27,7 @@ A Java Implementation of a State Chart XML Engine /images/scxml-logo-white.png - http://jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/ + http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ org.apache.commons.${pom.artifactId.substring(8)} @@ -44,14 +44,14 @@ jakarta.apache.org - /www/jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/ + /www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ http://issues.apache.org/bugzilla/ /www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/ - scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk - scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk - http://svn.apache.org/viewcvs.cgi/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk + scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/${pom.artifactId.substring(8)}/trunk + scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/${pom.artifactId.substring(8)}/trunk + http://svn.apache.org/viewcvs.cgi/jakarta/commons/${pom.artifactId.substring(8)}/trunk --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org