Skip to content

Commit 96e1657

Browse files
committed
Updated to new version of aws plugin
1 parent 9234064 commit 96e1657

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

parent/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@
3434
<osgi.version>1.5.0.m1</osgi.version>
3535
</properties>
3636
<repositories>
37+
<repository>
38+
<id>spring-release</id>
39+
<name>Spring Portfolio Release Repository</name>
40+
<url>http://s3.amazonaws.com/maven.springframework.org/release</url>
41+
</repository>
42+
<repository>
43+
<id>spring-external</id>
44+
<name>Spring Portfolio Release Repository</name>
45+
<url>http://s3.amazonaws.com/maven.springframework.org/external</url>
46+
</repository>
3747
<repository>
3848
<id>java.net</id>
3949
<name>Java.net Repository for Maven</name>
@@ -59,7 +69,7 @@
5969
<extension>
6070
<groupId>org.springframework.aws</groupId>
6171
<artifactId>spring-aws-maven</artifactId>
62-
<version>1.2</version>
72+
<version>1.2.2</version>
6373
</extension>
6474
</extensions>
6575
<plugins>

0 commit comments

Comments
 (0)