Skip to content

Commit

Permalink
Add Sonatype snapshot repository to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Sep 5, 2013
1 parent 6736341 commit ef50b84
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Expand Up @@ -15,6 +15,23 @@
<modeshape.version>3.4.0.Final</modeshape.version>
</properties>
<packaging>bundle</packaging>

<repositories>

<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>

</repositories>

<dependencies>
<dependency>
<groupId>org.fcrepo</groupId>
Expand Down

0 comments on commit ef50b84

Please sign in to comment.