Skip to content

Commit

Permalink
fix releasing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Feb 25, 2015
1 parent 45f8982 commit 73147f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,17 @@
</plugins>
</build>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<profiles>
<profile>
<id>gpg</id>
Expand Down

0 comments on commit 73147f7

Please sign in to comment.