Skip to content

Commit

Permalink
Attempt to fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Webb committed Aug 7, 2014
1 parent e237dbe commit ccda6f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,21 @@
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
<id>prepare</id>
<repositories>
<repository>
<id>spring-ext</id>
<url>http://repo.spring.io/ext-release-local/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>
<profile>
<id>full</id>
<build>
Expand Down

0 comments on commit ccda6f6

Please sign in to comment.