Skip to content

Commit

Permalink
Switching to sonatype mvn repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Apr 26, 2016
1 parent daff2c9 commit a7a0120
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,18 @@
</scm>

<distributionManagement>
<site>
<id>website.fusesource.org</id>
<name>website</name>
<url>dav:http://fusesource.com/forge/dav/${forge-project-id}/versions/${project.version}/maven</url>
</site>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Staging Repository</name>
<url> https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<developers>
<developer>
<id>chirino</id>
Expand Down

0 comments on commit a7a0120

Please sign in to comment.