Skip to content

Commit

Permalink
Published the client
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Oct 28, 2024
1 parent 23470df commit 30f1c68
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,14 @@
<junit-version>5.10.0</junit-version>
<spotless.version>2.21.0</spotless.version>
</properties>
<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>
</project>

0 comments on commit 30f1c68

Please sign in to comment.