Revision: 530
Author:   henryju
Date:     2006-07-07 09:02:48 -0700 (Fri, 07 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/jwebunit/?rev=530&view=rev

Log Message:
-----------
[maven-release-plugin] prepare release release-1.3-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/pom.xml
Modified: branches/1.x/jwebunit-commons-tests/pom.xml
===================================================================
--- branches/1.x/jwebunit-commons-tests/pom.xml 2006-07-07 15:57:34 UTC (rev 
529)
+++ branches/1.x/jwebunit-commons-tests/pom.xml 2006-07-07 16:02:48 UTC (rev 
530)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-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";>
   <parent>
     <artifactId>jwebunit</artifactId>
     <groupId>net.sourceforge.jwebunit</groupId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3-rc2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>net.sourceforge.jwebunit</groupId>
       <artifactId>jwebunit-core</artifactId>
-      <version>1.3-SNAPSHOT</version>
+      <version>1.3-rc2</version>
     </dependency>
     <dependency>
       <groupId>commons-fileupload</groupId>

Modified: branches/1.x/jwebunit-core/pom.xml
===================================================================
--- branches/1.x/jwebunit-core/pom.xml  2006-07-07 15:57:34 UTC (rev 529)
+++ branches/1.x/jwebunit-core/pom.xml  2006-07-07 16:02:48 UTC (rev 530)
@@ -1,14 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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.3-SNAPSHOT</version>
+        <version>1.3-rc2</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>jwebunit-core</artifactId>
-    <name>Core - API</name>
+    <name>Core - API</name>
     <description>The core API of jWebUnit. Define how tests should be 
written.</description>
     <dependencies>
         <dependency>
@@ -29,4 +28,4 @@
     <properties>
         <topDirectoryLocation>..</topDirectoryLocation>
     </properties>
-</project>
+</project>
\ No newline at end of file

Modified: branches/1.x/jwebunit-htmlunit-plugin/pom.xml
===================================================================
--- branches/1.x/jwebunit-htmlunit-plugin/pom.xml       2006-07-07 15:57:34 UTC 
(rev 529)
+++ branches/1.x/jwebunit-htmlunit-plugin/pom.xml       2006-07-07 16:02:48 UTC 
(rev 530)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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.3-SNAPSHOT</version>
+        <version>1.3-rc2</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -99,12 +99,12 @@
         <dependency>
             <groupId>net.sourceforge.jwebunit</groupId>
             <artifactId>jwebunit-core</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3-rc2</version>
         </dependency>
         <dependency>
             <groupId>net.sourceforge.jwebunit</groupId>
             <artifactId>jwebunit-commons-tests</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3-rc2</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: branches/1.x/pom.xml
===================================================================
--- branches/1.x/pom.xml        2006-07-07 15:57:34 UTC (rev 529)
+++ branches/1.x/pom.xml        2006-07-07 16:02:48 UTC (rev 530)
@@ -1,10 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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.3-SNAPSHOT</version>
+    <version>1.3-rc2</version>
     <packaging>pom</packaging>
     <description>
         jWebUnit is a Java framework that facilitates creation of
@@ -80,7 +79,7 @@
             <id>wilkesj</id>
             <name>Wilkes Joiner</name>
             <email>wilkesj at users.sourceforge.net</email>
-            <organization></organization>
+            <organization />
             <roles>
                 <role>All-Hands person</role>
             </roles>
@@ -90,7 +89,7 @@
             <name>Vivek Venugopalan</name>
             <email>vivek at magic hypen cauldron dot com</email>
             <url>http://www.magic-cauldron.com</url>
-            <organization></organization>
+            <organization />
             <roles>
                 <role>All-Hands person</role>
             </roles>
@@ -111,7 +110,7 @@
             <id>nneuberger</id>
             <name>Nicholas Neuberger</name>
             <email>nneuberger at users.sourceforge.net</email>
-            <url></url>
+            <url />
             <organization>Sunshine Solar</organization>
             <roles>
                 <role>Developer</role>
@@ -122,7 +121,7 @@
             <id>henryju</id>
             <name>Julien Henry</name>
             <email>henryju at users.sourceforge.net</email>
-            <url></url>
+            <url />
             <organization>Capgemini</organization>
             <organizationUrl>http://www.capgemini.com</organizationUrl>
             <roles>
@@ -135,12 +134,12 @@
         <contributor>
             <name>Jon Frisby</name>
             <email>[EMAIL PROTECTED]</email>
-            <url/>
-            <organization/>
-            <organizationUrl/>
-            <roles/>
-            <timezone/>
-            <properties/>
+            <url />
+            <organization />
+            <organizationUrl />
+            <roles />
+            <timezone />
+            <properties />
         </contributor>
     </contributors>
     <licenses>
@@ -150,13 +149,9 @@
         </license>
     </licenses>
     <scm>
-        <connection>
-            scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/trunk
-        </connection>
-        <developerConnection>
-            scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/trunk
-        </developerConnection>
-        <url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/</url>
+        
<connection>scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/tags/release-1.3-rc2</connection>
+        
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/tags/release-1.3-rc2</developerConnection>
+        
<url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/tags/release-1.3-rc2</url>
     </scm>
     <organization>
         <name>SourceForge</name>
@@ -315,4 +310,4 @@
             </name>
         </repository>
     </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.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to