Author: lfryc(a)redhat.com
Date: 2010-07-11 11:33:16 -0400 (Sun, 11 Jul 2010)
New Revision: 17925
Modified:
root/tests/metamer/trunk/pom.xml
Log:
fixed the release plugin settings (wrong tag and branch base)
Modified: root/tests/metamer/trunk/pom.xml
===================================================================
--- root/tests/metamer/trunk/pom.xml 2010-07-11 15:31:45 UTC (rev 17924)
+++ root/tests/metamer/trunk/pom.xml 2010-07-11 15:33:16 UTC (rev 17925)
@@ -132,8 +132,8 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>-Dselenium.test.skip=true
-Dselenium.server.skip=true</arguments>
- <
tagBase>https://svn.jboss.org/repos/qa/richfaces-selenium/tags</tag...
- <
branchBase>https://svn.jboss.org/repos/qa/richfaces-selenium/branches&...
+ <
tagBase>https://svn.jboss.org/repos/richfaces/root/tests/metamer/tags&...
+ <
branchBase>https://svn.jboss.org/repos/richfaces/root/tests/metamer/br...
</configuration>
</plugin>
</plugins>