You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/05/03 10:07:48 UTC

svn commit: r399198 - /maven/plugins/trunk/maven-release-plugin/src/test/resources/mojos/perform/perform-with-scm.xml

Author: brett
Date: Wed May  3 01:07:45 2006
New Revision: 399198

URL: http://svn.apache.org/viewcvs?rev=399198&view=rev
Log:
[MRELEASE-98] fix test

Modified:
    maven/plugins/trunk/maven-release-plugin/src/test/resources/mojos/perform/perform-with-scm.xml

Modified: maven/plugins/trunk/maven-release-plugin/src/test/resources/mojos/perform/perform-with-scm.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-release-plugin/src/test/resources/mojos/perform/perform-with-scm.xml?rev=399198&r1=399197&r2=399198&view=diff
==============================================================================
--- maven/plugins/trunk/maven-release-plugin/src/test/resources/mojos/perform/perform-with-scm.xml (original)
+++ maven/plugins/trunk/maven-release-plugin/src/test/resources/mojos/perform/perform-with-scm.xml Wed May  3 01:07:45 2006
@@ -24,7 +24,7 @@
           <project implementation="org.apache.maven.plugin.testing.stubs.MavenProjectStub"/>
           <workingDirectory>${basedir}/target/checkout</workingDirectory>
           <useReleaseProfile>true</useReleaseProfile>
-          <scmUrl>scm-url</scmUrl>
+          <connectionUrl>scm-url</connectionUrl>
         </configuration>
       </plugin>
     </plugins>