Revision: 701
          http://svn.sourceforge.net/jwebunit/?rev=701&view=rev
Author:   henryju
Date:     2007-05-05 14:02:21 -0700 (Sat, 05 May 2007)

Log Message:
-----------
[maven-release-plugin] prepare release jwebunit-1.4.1

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

Modified: branches/jwebunit-1.4.x/jwebunit-commons-tests/pom.xml
===================================================================
--- branches/jwebunit-1.4.x/jwebunit-commons-tests/pom.xml      2007-05-05 
19:25:52 UTC (rev 700)
+++ branches/jwebunit-1.4.x/jwebunit-commons-tests/pom.xml      2007-05-05 
21:02:21 UTC (rev 701)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.4.1</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: branches/jwebunit-1.4.x/jwebunit-core/pom.xml
===================================================================
--- branches/jwebunit-1.4.x/jwebunit-core/pom.xml       2007-05-05 19:25:52 UTC 
(rev 700)
+++ branches/jwebunit-1.4.x/jwebunit-core/pom.xml       2007-05-05 21:02:21 UTC 
(rev 701)
@@ -2,7 +2,7 @@
        <parent>
                <artifactId>jwebunit</artifactId>
                <groupId>net.sourceforge.jwebunit</groupId>
-               <version>1.4.1-SNAPSHOT</version>
+               <version>1.4.1</version>
                <relativePath>../</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>

Modified: branches/jwebunit-1.4.x/jwebunit-htmlunit-plugin/pom.xml
===================================================================
--- branches/jwebunit-1.4.x/jwebunit-htmlunit-plugin/pom.xml    2007-05-05 
19:25:52 UTC (rev 700)
+++ branches/jwebunit-1.4.x/jwebunit-htmlunit-plugin/pom.xml    2007-05-05 
21:02:21 UTC (rev 701)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.4.1</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: branches/jwebunit-1.4.x/jwebunit-webtestcase-generator/pom.xml
===================================================================
--- branches/jwebunit-1.4.x/jwebunit-webtestcase-generator/pom.xml      
2007-05-05 19:25:52 UTC (rev 700)
+++ branches/jwebunit-1.4.x/jwebunit-webtestcase-generator/pom.xml      
2007-05-05 21:02:21 UTC (rev 701)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>jwebunit</artifactId>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.4.1</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: branches/jwebunit-1.4.x/pom.xml
===================================================================
--- branches/jwebunit-1.4.x/pom.xml     2007-05-05 19:25:52 UTC (rev 700)
+++ branches/jwebunit-1.4.x/pom.xml     2007-05-05 21:02:21 UTC (rev 701)
@@ -3,7 +3,7 @@
     <groupId>net.sourceforge.jwebunit</groupId>
     <artifactId>jwebunit</artifactId>
     <name>JWebUnit</name>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.4.1</version>
     <packaging>pom</packaging>
     <description>
         JWebUnit is a Java framework that facilitates creation of acceptance 
tests for web
@@ -149,9 +149,9 @@
         </license>
     </licenses>
     <scm>
-        
<connection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/tags/jwebunit-1.4</connection>
-        
<developerConnection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/tags/jwebunit-1.4</developerConnection>
-        
<url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/tags/jwebunit-1.4</url>
+        
<connection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/tags/jwebunit-1.4.1</connection>
+        
<developerConnection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/tags/jwebunit-1.4.1</developerConnection>
+        
<url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/tags/jwebunit-1.4.1</url>
     </scm>
     <organization>
         <name>SourceForge</name>
@@ -206,7 +206,7 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-SNAPSHOT</version>
+                <version>2.2-beta-1</version>
                 <configuration>
                     <attach>false</attach>
                     <descriptors>
@@ -214,6 +214,15 @@
                     </descriptors>
                 </configuration>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.0-beta-5</version>
+                <configuration>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                    <preparationGoals>clean install</preparationGoals>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <properties>


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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to