Skip to content

Commit

Permalink
Use artifactory repos directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Apr 18, 2014
1 parent 61e7720 commit ae6aa8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@
<id>milestone</id>
<distributionManagement>
<repository>
<id>springframework-milestone</id>
<id>repo.spring.io</id>
<name>Spring Milestone Repository</name>
<url>s3://maven.springframework.org/milestone</url>
<url>http://repo.spring.io/libs-milestone-local</url>
</repository>
</distributionManagement>
</profile>
Expand Down Expand Up @@ -346,15 +346,15 @@
</site>

<repository>
<id>springframework-release</id>
<id>repo.spring.io</id>
<name>Spring Release Repository</name>
<url>s3://maven.springframework.org/release</url>
<url>http://repo.spring.io/libs-release-local</url>
</repository>

<snapshotRepository>
<id>springframework-snapshot</id>
<id>repo.spring.io</id>
<name>Spring Snapshot Repository</name>
<url>s3://maven.springframework.org/snapshot</url>
<url>http://repo.spring.io/libs-snapshot-local</url>
</snapshotRepository>

</distributionManagement>
Expand Down

0 comments on commit ae6aa8a

Please sign in to comment.