Skip to content

Commit

Permalink
Adding distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellavelle committed Dec 28, 2011
1 parent a629d9c commit 3725b61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -10,6 +10,16 @@
<org.springframework.social.version>1.0.1.RELEASE</org.springframework.social.version>
<org.springframework.version>3.1.0.RELEASE</org.springframework.version>
</properties>
<distributionManagement>
<repository>
<id>repo</id>
<url>https://github.com/OpenSourceAgility/opensourceagility-mvn-repo/raw/master/releases</url>
</repository>
<snapshotRepository>
<id>snapshot-repo</id>
<url>https://github.com/OpenSourceAgility/opensourceagility-mvn-repo/raw/master/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.springframework.social</groupId>
Expand Down

0 comments on commit 3725b61

Please sign in to comment.