Skip to content

Commit

Permalink
Add ossrh as distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
Duckelekuuk committed Aug 28, 2023
1 parent 3fef75d commit c030704
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
<developerConnection>scm:git:ssh://github.com/pixelib/Meteor.git</developerConnection>
<url>https://github.com/pixelib/Meteor/tree/main</url>
</scm>

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


<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit c030704

Please sign in to comment.