Skip to content

Commit

Permalink
Added information to add to the Mule Maven Repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasAStuart committed Mar 13, 2012
1 parent 68cc436 commit 21e5877
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -69,4 +69,17 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<distributionManagement>
<repository>
<id>muleforge-releases</id>
<name>MuleForge Snapshot Repository</name>
<url>http://repository.mulesoft.org/releases/</url>
</repository>
<snapshotRepository>
<id>muleforge-snapshots</id>
<name>MuleForge Repository</name>
<url>http://repository.mulesoft.org/snapshots/</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>
</project> </project>

0 comments on commit 21e5877

Please sign in to comment.