[JWebUnit-development] SF.net SVN: jwebunit:[878] branches/2.x
Brought to you by:
henryju
|
From: <he...@us...> - 2010-10-24 09:58:53
|
Revision: 878
http://jwebunit.svn.sourceforge.net/jwebunit/?rev=878&view=rev
Author: henryju
Date: 2010-10-24 09:58:47 +0000 (Sun, 24 Oct 2010)
Log Message:
-----------
[maven-release-plugin] rollback the release of jwebunit-2.5
Modified Paths:
--------------
branches/2.x/jwebunit-commons-tests/pom.xml
branches/2.x/jwebunit-core/pom.xml
branches/2.x/jwebunit-htmlunit-plugin/pom.xml
branches/2.x/jwebunit-selenium-plugin/pom.xml
branches/2.x/jwebunit-webtestcase-generator/pom.xml
branches/2.x/pom.xml
Modified: branches/2.x/jwebunit-commons-tests/pom.xml
===================================================================
--- branches/2.x/jwebunit-commons-tests/pom.xml 2010-10-24 09:48:43 UTC (rev 877)
+++ branches/2.x/jwebunit-commons-tests/pom.xml 2010-10-24 09:58:47 UTC (rev 878)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/2.x/jwebunit-core/pom.xml
===================================================================
--- branches/2.x/jwebunit-core/pom.xml 2010-10-24 09:48:43 UTC (rev 877)
+++ branches/2.x/jwebunit-core/pom.xml 2010-10-24 09:58:47 UTC (rev 878)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/2.x/jwebunit-htmlunit-plugin/pom.xml
===================================================================
--- branches/2.x/jwebunit-htmlunit-plugin/pom.xml 2010-10-24 09:48:43 UTC (rev 877)
+++ branches/2.x/jwebunit-htmlunit-plugin/pom.xml 2010-10-24 09:58:47 UTC (rev 878)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/2.x/jwebunit-selenium-plugin/pom.xml
===================================================================
--- branches/2.x/jwebunit-selenium-plugin/pom.xml 2010-10-24 09:48:43 UTC (rev 877)
+++ branches/2.x/jwebunit-selenium-plugin/pom.xml 2010-10-24 09:58:47 UTC (rev 878)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/2.x/jwebunit-webtestcase-generator/pom.xml
===================================================================
--- branches/2.x/jwebunit-webtestcase-generator/pom.xml 2010-10-24 09:48:43 UTC (rev 877)
+++ branches/2.x/jwebunit-webtestcase-generator/pom.xml 2010-10-24 09:58:47 UTC (rev 878)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/2.x/pom.xml
===================================================================
--- branches/2.x/pom.xml 2010-10-24 09:48:43 UTC (rev 877)
+++ branches/2.x/pom.xml 2010-10-24 09:58:47 UTC (rev 878)
@@ -1,9 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit</artifactId>
<name>JWebUnit</name>
- <version>2.6-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<packaging>pom</packaging>
<description>
JWebUnit is a Java framework that facilitates creation of
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|