Skip to content

Commit

Permalink
OSS
Browse files Browse the repository at this point in the history
  • Loading branch information
predic8 committed Jul 16, 2024
1 parent dad9aa3 commit f4a75b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release
name: Create Release on github
on:
workflow_dispatch:
inputs:
Expand Down
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,15 @@
</pluginManagement>
</build>

<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit f4a75b6

Please sign in to comment.