Skip to content

Commit

Permalink
fix(build): maven config for release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Oct 4, 2023
1 parent 9e1ed4e commit 8ba8acf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
--add-opens java.base/java.io=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/java.text=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/sun.nio.ch=ALL-UNNAMED
--add-opens java.desktop/java.awt.font=ALL-UNNAMED
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
<version.maven-site-plugin>4.0.0-M3</version.maven-site-plugin>
<version.maven-source-plugin>3.2.1</version.maven-source-plugin>
<version.maven-javadoc-plugin>3.4.1</version.maven-javadoc-plugin>
<version.maven-release-plugin>3.0.0-M6</version.maven-release-plugin>
<version.maven-release-plugin>3.0.1</version.maven-release-plugin>
<version.maven-enforcer-plugin>3.1.0</version.maven-enforcer-plugin>
<version.maven-flatten-plugin>1.3.0</version.maven-flatten-plugin>
<version.maven-gpg-plugin>3.0.1</version.maven-gpg-plugin>
<version.pomchecker-maven-plugin>1.3.0</version.pomchecker-maven-plugin>
<version.maven-flatten-plugin>1.5.0</version.maven-flatten-plugin>
<version.maven-gpg-plugin>3.1.0</version.maven-gpg-plugin>
<version.pomchecker-maven-plugin>1.9.0</version.pomchecker-maven-plugin>
<version.nexus-staging-plugin>1.6.13</version.nexus-staging-plugin>

</properties>
Expand Down Expand Up @@ -138,7 +138,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit 8ba8acf

Please sign in to comment.