Skip to content

Commit

Permalink
Revert "Publish jar to maven centre (#105)"
Browse files Browse the repository at this point in the history
This reverts commit cf0b626.
  • Loading branch information
mattisonchao authored Dec 5, 2023
1 parent 76fa1fa commit 9f9500f
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 9f9500f

Please sign in to comment.