trying to find the right repo and version of the aws lib that we use

This commit is contained in:
Martin Lippert
2021-11-16 16:34:07 +01:00
parent 2586b49180
commit 37d6f2beea

View File

@@ -464,13 +464,13 @@
<!-- necessary for Maven and Ant AWS dependency -->
<pluginRepository>
<id>spring-maven-release</id>
<name>Spring Maven Release Repository</name>
<url>https://maven.springframework.org/release</url>
<name>Spring Repository</name>
<url>https://repo.spring.io/release/</url>
</pluginRepository>
<pluginRepository>
<id>springsource-maven-release</id>
<name>SpringSource Maven Release Repository</name>
<url>https://repository.springsource.com/maven/bundles/release</url>
<id>spring-maven-plugin-release</id>
<name>Spring Repository</name>
<url>https://repo.spring.io/plugins-release/</url>
</pluginRepository>
<pluginRepository>
<id>sonatype.snapshots</id>
@@ -483,7 +483,7 @@
<extension>
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.0.6.RELEASE</version>
<version>3.1.0.RELEASE</version>
</extension>
</extensions>