You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/05/19 22:55:08 UTC

svn commit: r776454 - /james/mpt/trunk/pom.xml

Author: rdonkin
Date: Tue May 19 20:55:08 2009
New Revision: 776454

URL: http://svn.apache.org/viewvc?rev=776454&view=rev
Log:
My maven foo is insufficient to make ${maven.username} work for me during a release.

Modified:
    james/mpt/trunk/pom.xml

Modified: james/mpt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mpt/trunk/pom.xml?rev=776454&r1=776453&r2=776454&view=diff
==============================================================================
--- james/mpt/trunk/pom.xml (original)
+++ james/mpt/trunk/pom.xml Tue May 19 20:55:08 2009
@@ -44,7 +44,7 @@
   </modules>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/james/mpt/trunk</connection>
-    <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/james/mpt/trunk</developerConnection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mpt/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/james/mpt/trunk?root=Apache-SVN</url>
   </scm>
   <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org