Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 (#45)
Browse files Browse the repository at this point in the history
* Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13

Bumps nexus-staging-maven-plugin from 1.6.8 to 1.6.13.

---
updated-dependencies:
- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pom.xml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Katsute <58778985+Katsute@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Katsute authored Apr 22, 2022
1 parent f6e2b57 commit 4e35eae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.katsute</groupId>
<artifactId>jcore</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>

<profiles>
<profile>
Expand All @@ -28,7 +28,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down Expand Up @@ -164,10 +164,6 @@
<additionalOptions>
<additionalOption>-public</additionalOption>
</additionalOptions>
<additionalJOptions>
<!-- fix undefined module -->
<additionalJOption>--no-module-directories</additionalJOption>
</additionalJOptions>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 4e35eae

Please sign in to comment.