Skip to content

Commit

Permalink
Add missing repository for Spring-DM milestone artifacts
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@764228 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Stuart McCulloch committed Apr 11, 2009
1 parent 2ffc750 commit 4e46b80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions transaction/integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,18 @@
</plugins>
</build>

<repositories>
<repository>
<id>spring-milestone</id>
<name>Spring Portfolio Milestone Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

</project>

0 comments on commit 4e46b80

Please sign in to comment.