+ downgraded AWS wagon to 2.0.0

This commit is contained in:
Costin Leau
2010-11-02 15:56:25 +02:00
parent 60add9d504
commit 5651ac575a
2 changed files with 11 additions and 3 deletions

View File

@@ -111,14 +111,14 @@
<!-- available only in the springframework maven repository. see <repositories> section below -->
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.0.0.RELEASE</version>
<version>2.0.0.RELEASE</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
<version>2.0.6</version>
<version>2.0.7</version>
<executions>
<execution>
<goals>

View File

@@ -221,7 +221,7 @@
-->
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.0.0.RELEASE</version>
<version>2.0.0.RELEASE</version>
</extension>
</extensions>
<resources>
@@ -358,7 +358,15 @@
<name>Spring Framework Maven Snapshot Repository</name>
<url>http://maven.springframework.org/snapshot</url>
</repository>
<repository>
<id>spring-ext</id>
<name>Spring External Dependencies Repository</name>
<url>
http://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/
</url>
</repository>
</repositories>
<reporting>
<plugins>
<plugin>