Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Deploy snapshot artifacts into repository https://oss.sonatype.org/content/repositories/snapshots
Deploy release artifacts into the staging repository https://oss.sonatype.org/service/local/staging/deploy/maven2
Promote staged artifacts into repository 'Releases'
Download snapshot and release artifacts from group https://oss.sonatype.org/content/groups/public
Download snapshot, release and staged artifacts from staging group https://oss.sonatype.org/content/groups/staging
  • Loading branch information
smallmiro committed Mar 31, 2016
1 parent a731d70 commit 7b3def6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
<distributionManagement>
<repository>
<id>smallmiro-maven-releases</id>
<url>https://github.com/smallmiro/smallmiro-maven-repo/raw/master/releases</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>smallmiro-maven-snapshot</id>
<url>https://github.com/smallmiro/smallmiro-maven-repo/raw/master/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 7b3def6

Please sign in to comment.