Skip to content

Commit

Permalink
Issue Bedework#1: point distributionManagement at sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
nblair committed Jul 4, 2015
1 parent b39235d commit f71a7d1
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<maven.compiler.plugin.version>2.3.2</maven.compiler.plugin.version>
<maven.source.plugin.version>2.1.2</maven.source.plugin.version>
<!-- Bedework Versions -->
<bedework.releases.repo.url>scp://dev.bedework.org/data/repository/maven/maven2</bedework.releases.repo.url>
<bedework.snapshots.repo.url>scp://dev.bedework.org/data/repository/maven/maven2</bedework.snapshots.repo.url>
<bw-ws.version>4.0.1-SNAPSHOT</bw-ws.version>
<!-- Third Party Library Versions -->
<commons-codec.version>1.5</commons-codec.version>
Expand Down Expand Up @@ -48,6 +46,18 @@
<developerConnection>scm:git:git@github.com:Bedework/bw-util.git</developerConnection>
<url>https://github.com/Bedework/bw-util</url>
</scm>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

<issueManagement>
<system>github</system>
Expand Down Expand Up @@ -212,20 +222,7 @@
</snapshots>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>bedework-releases-repository</id>
<name>Bedework Releases Repository</name>
<url>${bedework.releases.repo.url}</url>
</repository>
<snapshotRepository>
<id>bedework-snapshots-repository</id>
<name>Bedework Snapshots Repository</name>
<url>${bedework.snapshots.repo.url}</url>
</snapshotRepository>
</distributionManagement>


<build>
<extensions>
<extension>
Expand Down

0 comments on commit f71a7d1

Please sign in to comment.