Upgraded aws-maven plugin to 3.0.0.RELEASE to avoid build error dring 'mvn deploy'.

This commit is contained in:
Ulrik Sandberg
2010-11-18 20:48:51 +00:00
parent 6dcd4092cd
commit cb821fd0b3

View File

@@ -220,7 +220,7 @@
<extension>
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>2.0.0.RELEASE</version>
<version>3.0.0.RELEASE</version>
</extension>
</extensions>
<plugins>