Skip to content

Commit

Permalink
Revert "Publish jar to maven centre (#105)" (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao authored Dec 5, 2023
1 parent 76fa1fa commit 23114ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 61 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/ci-maven-publish-release.yaml

This file was deleted.

11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,10 @@

<distributionManagement>
<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/streamnative/oxia-java</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<name>Snapshot Repository OSSRH</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<properties>
Expand Down

0 comments on commit 23114ae

Please sign in to comment.