Skip to content

Commit

Permalink
SAK-22321 add relativePath and sonatype snapshot repo
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/courier/trunk@109512 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
steveswinsburg committed Jun 25, 2012
1 parent b84069f commit 829f3cc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions courier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>org.sakaiproject</groupId>
<artifactId>master</artifactId>
<version>2.10-SNAPSHOT</version>
<relativePath>../master/pom.xml</relativePath>
</parent>

<name>sakai-courier base pom</name>
Expand Down Expand Up @@ -53,4 +54,18 @@
</dependencies>
</dependencyManagement>

<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>

</project>

0 comments on commit 829f3cc

Please sign in to comment.