Author: ppitonak(a)redhat.com
Date: 2010-08-23 09:43:29 -0400 (Mon, 23 Aug 2010)
New Revision: 18927
Modified:
modules/tests/metamer/trunk/application/pom.xml
modules/tests/metamer/trunk/ftest-source/pom.xml
modules/tests/metamer/trunk/ftest/pom.xml
modules/tests/metamer/trunk/pom.xml
Log:
* reverted some changes & preparing for release
Modified: modules/tests/metamer/trunk/application/pom.xml
===================================================================
--- modules/tests/metamer/trunk/application/pom.xml 2010-08-23 12:34:31 UTC (rev 18926)
+++ modules/tests/metamer/trunk/application/pom.xml 2010-08-23 13:43:29 UTC (rev 18927)
@@ -19,7 +19,7 @@
<parent>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.tests</groupId>
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2010-08-23 12:34:31 UTC (rev 18926)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2010-08-23 13:43:29 UTC (rev 18927)
@@ -30,14 +30,14 @@
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-ftest</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Metamer: RichFaces Testing Application - Functional Test</name>
<packaging>pom</packaging>
<scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/te...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modu...
- <
url>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/met...
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/te...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modu...
+ <
url>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/met...
</scm>
<licenses>
@@ -79,8 +79,8 @@
<properties>
<context.path>/metamer/</context.path>
- <deployable.version>4.0.0.20100822-M2</deployable.version>
- <ftest.source.version>4.0.0.20100822-M2</ftest.source.version>
+ <deployable.version>4.0.0-SNAPSHOT</deployable.version>
+ <ftest.source.version>4.0.0-SNAPSHOT</ftest.source.version>
<testng.suite.xml>src/test/resources/testng.xml</testng.suite.xml>
</properties>
Modified: modules/tests/metamer/trunk/ftest-source/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest-source/pom.xml 2010-08-23 12:34:31 UTC (rev 18926)
+++ modules/tests/metamer/trunk/ftest-source/pom.xml 2010-08-23 13:43:29 UTC (rev 18927)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.tests</groupId>
Modified: modules/tests/metamer/trunk/pom.xml
===================================================================
--- modules/tests/metamer/trunk/pom.xml 2010-08-23 12:34:31 UTC (rev 18926)
+++ modules/tests/metamer/trunk/pom.xml 2010-08-23 13:43:29 UTC (rev 18927)
@@ -26,12 +26,12 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>10</version>
+ <version>9</version>
</parent>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Metamer: RichFaces Testing Application - Project Root</name>
@@ -50,9 +50,9 @@
</licenses>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/te...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modu...
-
<
url>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/met...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/te...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modu...
+
<
url>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/met...
</scm>
<distributionManagement>
@@ -95,7 +95,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
- <version.richfaces>4.0.0.20100822-M2</version.richfaces>
+ <version.richfaces>4.0.0-SNAPSHOT</version.richfaces>
</properties>
<dependencyManagement>
@@ -131,8 +131,8 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>-Dselenium.test.skip=true
-Dselenium.server.skip=true</arguments>
-
<
tagBase>http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer...
-
<
branchBase>http://anonsvn.jboss.org/repos/richfaces/modules/tests/meta...
+
<
tagBase>https://svn.jboss.org/repos/richfaces/modules/tests/metamer/ta...
+
<
branchBase>https://svn.jboss.org/repos/richfaces/modules/tests/metamer...
</configuration>
</plugin>
</plugins>