Revision: 875
          http://jwebunit.svn.sourceforge.net/jwebunit/?rev=875&view=rev
Author:   henryju
Date:     2010-10-24 09:48:10 +0000 (Sun, 24 Oct 2010)

Log Message:
-----------
[maven-release-plugin] prepare release 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-20 13:10:11 UTC (rev 
874)
+++ branches/2.x/jwebunit-commons-tests/pom.xml 2010-10-24 09:48:10 UTC (rev 
875)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <version>2.5-SNAPSHOT</version>
+        <version>2.5</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-20 13:10:11 UTC (rev 874)
+++ branches/2.x/jwebunit-core/pom.xml  2010-10-24 09:48:10 UTC (rev 875)
@@ -2,7 +2,7 @@
        <parent>
                <artifactId>jwebunit</artifactId>
                <groupId>net.sourceforge.jwebunit</groupId>
-               <version>2.5-SNAPSHOT</version>
+               <version>2.5</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-20 13:10:11 UTC 
(rev 874)
+++ branches/2.x/jwebunit-htmlunit-plugin/pom.xml       2010-10-24 09:48:10 UTC 
(rev 875)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <version>2.5-SNAPSHOT</version>
+        <version>2.5</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-20 13:10:11 UTC 
(rev 874)
+++ branches/2.x/jwebunit-selenium-plugin/pom.xml       2010-10-24 09:48:10 UTC 
(rev 875)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <version>2.5-SNAPSHOT</version>
+        <version>2.5</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-20 13:10:11 UTC 
(rev 874)
+++ branches/2.x/jwebunit-webtestcase-generator/pom.xml 2010-10-24 09:48:10 UTC 
(rev 875)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <version>2.5-SNAPSHOT</version>
+        <version>2.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: branches/2.x/pom.xml
===================================================================
--- branches/2.x/pom.xml        2010-10-20 13:10:11 UTC (rev 874)
+++ branches/2.x/pom.xml        2010-10-24 09:48:10 UTC (rev 875)
@@ -1,10 +1,9 @@
-<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.5-SNAPSHOT</version>
+    <version>2.5</version>
     <packaging>pom</packaging>
     <description>
         JWebUnit is a Java framework that facilitates creation of
@@ -181,9 +180,9 @@
         </license>
     </licenses>
     <scm>
-        
<connection>scm:svn:http://jwebunit.svn.sourceforge.net/svnroot/jwebunit/trunk</connection>
-        
<developerConnection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/trunk</developerConnection>
-        <url>http://jwebunit.svn.sourceforge.net/viewvc/jwebunit/trunk</url>
+        
<connection>scm:svn:http://jwebunit.svn.sourceforge.net/svnroot/jwebunit/tags/jwebunit-2.5</connection>
+        
<developerConnection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/tags/jwebunit-2.5</developerConnection>
+        
<url>http://jwebunit.svn.sourceforge.net/viewvc/jwebunit/tags/jwebunit-2.5</url>
     </scm>
     <organization>
         <name>SourceForge</name>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to