Skip to content

Commit

Permalink
Switch BitBucket/HG connections to GitHub/Git. Added Sonatype reposit…
Browse files Browse the repository at this point in the history
…ory config.
  • Loading branch information
joewalnes committed Jan 5, 2010
1 parent f2d99ef commit ae3e9d0
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions pom.xml
Expand Up @@ -44,16 +44,29 @@
</developers>

<issueManagement>
<system>Bitbucket</system>
<url>http://bitbucket.org/sitemesh/sitemesh-3-java/issues/</url>
<system>GitHub</system>
<url>http://github.com/sitemesh/sitemesh3/issues</url>
</issueManagement>

<scm>
<connection>scm:hg:http://bitbucket.org/sitemesh/sitemesh-3-java/</connection>
<developerConnection>scm:hg:https://bitbucket.org/sitemesh/sitemesh-3-java/</developerConnection>
<url>http://bitbucket.org/sitemesh/sitemesh-3-java/</url>
<connection>scm:git:git://github.com/sitemesh/sitemesh3.git</connection>
<developerConnection>scm:git:git@github.com:sitemesh/sitemesh3.git</developerConnection>
<url>http://github.com/sitemesh/sitemesh3/</url>
</scm>

<distributionManagement>
<repository>
<id>github-release</id>
<name>Sonatype GitHub Release Repository</name>
<url>http://oss.sonatype.org/content/repositories/github-releases/</url>
</repository>
<snapshotRepository>
<id>github-snapshot</id>
<name>Sonatype GitHub Snapshot Repository</name>
<url>http://oss.sonatype.org/content/repositories/github-snapshots/</url>
</snapshotRepository>
</distributionManagement>

<build>
<defaultGoal>install</defaultGoal>

Expand Down

0 comments on commit ae3e9d0

Please sign in to comment.