You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by ca...@apache.org on 2006/04/26 20:00:02 UTC

svn commit: r397257 - /maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java

Author: carlos
Date: Wed Apr 26 11:00:00 2006
New Revision: 397257

URL: http://svn.apache.org/viewcvs?rev=397257&view=rev
Log:
Bumped version to 1.0-beta-1

Modified:
    maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java

Modified: maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java
URL: http://svn.apache.org/viewcvs/maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java?rev=397257&r1=397256&r2=397257&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java (original)
+++ maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java Wed Apr 26 11:00:00 2006
@@ -226,7 +226,7 @@
 
     /**
      * Test that when putting a directory that already exists new files get also copied
-     * @since 1.0-alpha-7
+     * @since 1.0-beta-1
      * @throws Exception
      */
     public void testWagonPutDirectoryWhenDirectoryAlreadyExists()
@@ -326,7 +326,7 @@
 
     /**
      * Assert that a resource does not exist in the remote wagon system
-     * @since 1.0-alpha-7
+     * @since 1.0-beta-1
      * @param wagon wagon to get the resource from
      * @param resourceName name of the resource
      * @throws IOException if a temp file can't be created
@@ -495,4 +495,5 @@
 
         return repository;
     }
+    
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org