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

Commit 4e35eae

Browse files
Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 (#45)
* 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] <[email protected]> * Update pom.xml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Katsute <[email protected]>
1 parent f6e2b57 commit 4e35eae

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.katsute</groupId>
88
<artifactId>jcore</artifactId>
9-
<version>2.0.0</version>
9+
<version>2.0.1</version>
1010

1111
<profiles>
1212
<profile>
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.sonatype.plugins</groupId>
3030
<artifactId>nexus-staging-maven-plugin</artifactId>
31-
<version>1.6.8</version>
31+
<version>1.6.13</version>
3232
<extensions>true</extensions>
3333
<configuration>
3434
<serverId>ossrh</serverId>
@@ -164,10 +164,6 @@
164164
<additionalOptions>
165165
<additionalOption>-public</additionalOption>
166166
</additionalOptions>
167-
<additionalJOptions>
168-
<!-- fix undefined module -->
169-
<additionalJOption>--no-module-directories</additionalJOption>
170-
</additionalJOptions>
171167
</configuration>
172168
<executions>
173169
<execution>

0 commit comments

Comments
 (0)