Author: olamy Date: Wed Jul 6 10:27:38 2011 New Revision: 1143329 URL: http://svn.apache.org/viewvc?rev=1143329&view=rev Log: upgrade to last released wagon
Modified: maven/archetype/trunk/archetype-common/pom.xml maven/archetype/trunk/pom.xml Modified: maven/archetype/trunk/archetype-common/pom.xml URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/pom.xml?rev=1143329&r1=1143328&r2=1143329&view=diff ============================================================================== --- maven/archetype/trunk/archetype-common/pom.xml (original) +++ maven/archetype/trunk/archetype-common/pom.xml Wed Jul 6 10:27:38 2011 @@ -140,7 +140,6 @@ under the License. <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http</artifactId> - <version>1.0-beta-2</version><!-- with 1.0-beta-4 some tests fail --> <scope>test</scope> </dependency> Modified: maven/archetype/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1143329&r1=1143328&r2=1143329&view=diff ============================================================================== --- maven/archetype/trunk/pom.xml (original) +++ maven/archetype/trunk/pom.xml Wed Jul 6 10:27:38 2011 @@ -76,6 +76,7 @@ under the License. <mavenVersion>2.0.8</mavenVersion><!-- with 2.0.9 proxy test fails--> <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven> <mavenPluginPluginVersion>2.8</mavenPluginPluginVersion> + <wagonVersion>1.0-beta-7</wagonVersion><!-- with 1.0-beta-3 1.0-beta-4 all tests fail --> </properties> <dependencyManagement> @@ -202,7 +203,13 @@ under the License. <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-file</artifactId> - <version>1.0-beta-2</version><!-- with 1.0-beta-3 1.0-beta-4 all tests fail --> + <version>${wagonVersion}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-http</artifactId> + <version>${wagonVersion}</version> <scope>test</scope> </dependency> </dependencies>