Revision: 635
          http://svn.sourceforge.net/jwebunit/?rev=635&view=rev
Author:   henryju
Date:     2006-12-01 04:26:12 -0800 (Fri, 01 Dec 2006)

Log Message:
-----------
[maven-release-plugin] prepare release 1.4-rc2

Modified Paths:
--------------
    branches/1.x/jwebunit-commons-tests/pom.xml
    branches/1.x/jwebunit-core/pom.xml
    branches/1.x/jwebunit-htmlunit-plugin/pom.xml
    branches/1.x/jwebunit-webtestcase-generator/pom.xml
    branches/1.x/pom.xml

Modified: branches/1.x/jwebunit-commons-tests/pom.xml
===================================================================
--- branches/1.x/jwebunit-commons-tests/pom.xml 2006-12-01 12:23:45 UTC (rev 
634)
+++ branches/1.x/jwebunit-commons-tests/pom.xml 2006-12-01 12:26:12 UTC (rev 
635)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>jwebunit</artifactId>
     <groupId>net.sourceforge.jwebunit</groupId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.4-rc2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: branches/1.x/jwebunit-core/pom.xml
===================================================================
--- branches/1.x/jwebunit-core/pom.xml  2006-12-01 12:23:45 UTC (rev 634)
+++ branches/1.x/jwebunit-core/pom.xml  2006-12-01 12:26:12 UTC (rev 635)
@@ -1,10 +1,8 @@
-<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";>
        <parent>
                <artifactId>jwebunit</artifactId>
                <groupId>net.sourceforge.jwebunit</groupId>
-               <version>1.4-SNAPSHOT</version>
+               <version>1.4-rc2</version>
                <relativePath>../</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>

Modified: branches/1.x/jwebunit-htmlunit-plugin/pom.xml
===================================================================
--- branches/1.x/jwebunit-htmlunit-plugin/pom.xml       2006-12-01 12:23:45 UTC 
(rev 634)
+++ branches/1.x/jwebunit-htmlunit-plugin/pom.xml       2006-12-01 12:26:12 UTC 
(rev 635)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4-rc2</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: branches/1.x/jwebunit-webtestcase-generator/pom.xml
===================================================================
--- branches/1.x/jwebunit-webtestcase-generator/pom.xml 2006-12-01 12:23:45 UTC 
(rev 634)
+++ branches/1.x/jwebunit-webtestcase-generator/pom.xml 2006-12-01 12:26:12 UTC 
(rev 635)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4-rc2</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: branches/1.x/pom.xml
===================================================================
--- branches/1.x/pom.xml        2006-12-01 12:23:45 UTC (rev 634)
+++ branches/1.x/pom.xml        2006-12-01 12:26:12 UTC (rev 635)
@@ -1,11 +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>1.4-SNAPSHOT</version>
+       <version>1.4-rc2</version>
        <packaging>pom</packaging>
        <description>
                JWebUnit is a Java framework that facilitates creation of
@@ -160,15 +158,9 @@
                </license>
        </licenses>
        <scm>
-               <connection>
-                       
scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/branches/1.x
-               </connection>
-               <developerConnection>
-                       
scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/branches/1.x
-               </developerConnection>
-               <url>
-                       
http://svn.sourceforge.net/viewcvs.cgi/jwebunit/branches/1.x
-               </url>
+               
<connection>scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/tags/1.4-rc2</connection>
+               
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/tags/1.4-rc2</developerConnection>
+               
<url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/tags/1.4-rc2</url>
        </scm>
        <organization>
                <name>SourceForge</name>
@@ -484,4 +476,4 @@
                        <name>JWebUnit Maven 2 Snapshots Repository</name>
                </snapshotRepository>
        </distributionManagement>
-</project>
+</project>
\ No newline at end of file


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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to