Skip to content

Commit

Permalink
Disable 3rd party repos in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan@thimble.thimbleware.com committed Jan 18, 2011
1 parent 4c867f6 commit 11ad99e
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions pom.xml
Expand Up @@ -125,26 +125,26 @@



<repositories>

<repository>
<id>repository.jboss.org</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>

<repository>
<id>spy</id>
<name>Spy Repository</name>
<layout>default</layout>
<url>http://bleu.west.spy.net/~dustin/m2repo/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<!-- <repositories> -->

<!-- <repository> -->
<!-- <id>repository.jboss.org</id> -->
<!-- <url>http://repository.jboss.org/nexus/content/groups/public/</url> -->
<!-- <snapshots> -->
<!-- <enabled>false</enabled> -->
<!-- </snapshots> -->
<!-- </repository> -->

<!-- <repository> -->
<!-- <id>spy</id> -->
<!-- <name>Spy Repository</name> -->
<!-- <layout>default</layout> -->
<!-- <url>http://bleu.west.spy.net/~dustin/m2repo/</url> -->
<!-- <snapshots> -->
<!-- <enabled>false</enabled> -->
<!-- </snapshots> -->
<!-- </repository> -->
<!-- </repositories> -->


<dependencyManagement>
Expand Down

0 comments on commit 11ad99e

Please sign in to comment.