Skip to content

Commit

Permalink
central over ossrh
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jan 6, 2025
1 parent 7ef6053 commit 76487df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
server-id: ossrh
server-id: central
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Publish package
Expand Down
14 changes: 9 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
:distribution :repo
:comments "same as Kafka"}
:scm {:name "git" :url "https://github.com/factorhouse/kpow-streams-agent"}
:pom-addition ([:distributionManagement
[:repository
[:id "ossrh"]
[:name "Central Repository OSSRH"]
[:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]]]
:pom-addition ([:build
[:plugins
[:plugin
[:groupId "org.sonatype.central"]
[:artifactId "central-publishing-maven-plugin"]
[:version "0.6.0"]
[:extensions "true"]
[:configuration
[:publishingServerId "central"]]]]]
[:developers
[:developer
[:id "wavejumper"]
Expand Down

0 comments on commit 76487df

Please sign in to comment.