Skip to content

Commit

Permalink
revert CHANGELOG.md changes and pom.xml required for testing the release
Browse files Browse the repository at this point in the history
  • Loading branch information
ljubon committed May 15, 2024
1 parent 6fdd589 commit bb9ada8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@
</repositories>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>file://${project.build.directory}/local-snapshot-repo</url>
</snapshotRepository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<build>
Expand Down

0 comments on commit bb9ada8

Please sign in to comment.