Skip to content

Commit

Permalink
Merge branch 'main' into nk/fix-escrow-fulfillments
Browse files Browse the repository at this point in the history
  • Loading branch information
nkramer44 committed Jul 18, 2024
2 parents dd540f4 + 6658182 commit 262dcbc
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,19 +498,18 @@
</configuration>
</plugin>

<!-- org.sonatype.plugins:nexus-staging-maven-plugin -->
<!-- org.sonatype.central:central-publishing-maven-plugin -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh-snapshots</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<publishingServerId>central</publishingServerId>
</configuration>
</plugin>


<!-- org.codehaus.mojo:license-maven-plugin -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -608,10 +607,10 @@
<artifactId>maven-surefire-plugin</artifactId>
</plugin>

<!-- org.sonatype.plugins:nexus-staging-maven-plugin -->
<!-- org.sonatype.central:central-publishing-maven-plugin -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
</plugin>

<plugin>
Expand Down Expand Up @@ -678,15 +677,4 @@
</plugins>
</reporting>

<distributionManagement>
<snapshotRepository>
<id>ossrh-snapshots</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>

</project>

0 comments on commit 262dcbc

Please sign in to comment.