Updated aws-maven to 3.0.0.RELEASE
This commit is contained in:
parent
b38b8e55ac
commit
b7aaa3447c
14
pom.xml
14
pom.xml
|
|
@ -97,6 +97,18 @@
|
||||||
<name>Spring Framework Maven Milestone Releases (Maven Central Format)</name>
|
<name>Spring Framework Maven Milestone Releases (Maven Central Format)</name>
|
||||||
<url>http://maven.springframework.org/milestone</url>
|
<url>http://maven.springframework.org/milestone</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<id>com.springsource.repository.maven.releases</id>
|
||||||
|
<name>Spring Framework Maven General Releases (Maven Central Format)</name>
|
||||||
|
<url>http://maven.springframework.org/release</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
|
|
@ -273,7 +285,7 @@
|
||||||
<extension>
|
<extension>
|
||||||
<groupId>org.springframework.build.aws</groupId>
|
<groupId>org.springframework.build.aws</groupId>
|
||||||
<artifactId>org.springframework.build.aws.maven</artifactId>
|
<artifactId>org.springframework.build.aws.maven</artifactId>
|
||||||
<version>2.0.0.RELEASE</version>
|
<version>3.0.0.RELEASE</version>
|
||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue