Skip to content

Commit

Permalink
Update sonatype central publisher (#125)
Browse files Browse the repository at this point in the history
## Description

_Please include a summary of the changes and the related issue. Please
also include relevant motivation and context. List any dependencies that
are required for this change._


## Type of Change

Update publisher

* Dependency update

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
- [x] New and existing unit/integration tests pass locally with my
changes

Signed-off-by: David Kornel <kornys@outlook.com>
  • Loading branch information
kornys authored Jul 9, 2024
1 parent 496b521 commit a5b41e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<maven.source.plugin.version>3.3.0</maven.source.plugin.version>
<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
<maven.gpg.version>3.1.0</maven.gpg.version>
<sonatype.nexus.central>0.4.0</sonatype.nexus.central>
<sonatype.nexus.central>0.5.0</sonatype.nexus.central>
<maven.javadoc.version>3.4.1</maven.javadoc.version>
<maven.assembly.version>3.4.2</maven.assembly.version>
<maven.plugin.plugin.version>3.9.0</maven.plugin.plugin.version>
Expand Down

0 comments on commit a5b41e1

Please sign in to comment.