Revision: 680
          http://svn.sourceforge.net/jwebunit/?rev=680&view=rev
Author:   henryju
Date:     2007-03-07 10:32:34 -0800 (Wed, 07 Mar 2007)

Log Message:
-----------
Prepare 1.5 development.

Modified Paths:
--------------
    trunk/pom.xml

Added Paths:
-----------
    trunk/README-1.5.txt

Removed Paths:
-------------
    trunk/README-1.4.txt

Deleted: trunk/README-1.4.txt
===================================================================
--- trunk/README-1.4.txt        2007-03-07 18:24:42 UTC (rev 679)
+++ trunk/README-1.4.txt        2007-03-07 18:32:34 UTC (rev 680)
@@ -1,17 +0,0 @@
-The JWebUnit team is pleased to announce the JWebUnit 1.4 release!
-
-http://jwebunit.sourceforge.net
-
-JWebUnit is a Java framework that facilitates creation of acceptance tests for
-web applications. It evolved from a project where we were using HttpUnit and 
-JUnit to create acceptance tests. As the tests were being written, they were 
-continuously refactored to remove duplication and other bad smells in the test 
-code. JWebUnit is the result of these refactorings.
-We are now using HtmlUnit (htmlunit.sourceforge.net).
-
-Changes in this version are available here:
-http://jwebunit.sourceforge.net/changes-report.html
-
-Have fun!
--The JWebUnit team
-      
\ No newline at end of file

Copied: trunk/README-1.5.txt (from rev 679, trunk/README-1.4.txt)
===================================================================
--- trunk/README-1.5.txt                                (rev 0)
+++ trunk/README-1.5.txt        2007-03-07 18:32:34 UTC (rev 680)
@@ -0,0 +1,17 @@
+The JWebUnit team is pleased to announce the JWebUnit 1.5 release!
+
+http://jwebunit.sourceforge.net
+
+JWebUnit is a Java framework that facilitates creation of acceptance tests for
+web applications. It evolved from a project where we were using HttpUnit and 
+JUnit to create acceptance tests. As the tests were being written, they were 
+continuously refactored to remove duplication and other bad smells in the test 
+code. JWebUnit is the result of these refactorings.
+We are now using HtmlUnit (htmlunit.sourceforge.net).
+
+Changes in this version are available here:
+http://jwebunit.sourceforge.net/changes-report.html
+
+Have fun!
+-The JWebUnit team
+      

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2007-03-07 18:24:42 UTC (rev 679)
+++ trunk/pom.xml       2007-03-07 18:32:34 UTC (rev 680)
@@ -3,7 +3,7 @@
     <groupId>net.sourceforge.jwebunit</groupId>
     <artifactId>jwebunit</artifactId>
     <name>JWebUnit</name>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.5-SNAPSHOT</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/branches/1.x</connection>
-        
<developerConnection>scm:svn:https://jwebunit.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://jwebunit.svn.sourceforge.net/svnroot/jwebunit/trunk</connection>
+        
<developerConnection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/trunk</developerConnection>
+        <url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/trunk</url>
     </scm>
     <organization>
         <name>SourceForge</name>
@@ -373,15 +373,15 @@
         </site>
         <repository>
             <id>jwebunit-m2-repo</id>
-            
<url>scpexe://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo</url>
+            
<url>scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo</url>
             <name>JWebUnit Maven 2 Repository</name>
         </repository>
         <snapshotRepository>
             <id>jwebunit-m2-repo-snapshots</id>
             <url>
-                
scpexe://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo-snapshots
+                
scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo-snapshots
             </url>
             <name>JWebUnit Maven 2 Snapshots Repository</name>
         </snapshotRepository>
     </distributionManagement>
-</project>
\ No newline at end of file
+</project>


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