Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Maven Release Plugin => 3.0.1 #571

Closed
rsoika opened this issue Feb 11, 2024 · 0 comments
Closed

Upgrade Maven Release Plugin => 3.0.1 #571

rsoika opened this issue Feb 11, 2024 · 0 comments
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Feb 11, 2024

We need to upgrade the maven release and -nexus-staging plugins, as the current versions are outdated

  • maven-release-plugin 2.5.3 ====> 3.0.1
  • nexus-staging-maven-plugin 1.6.8 ====> 1.6.13
			<!-- release management -->
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-release-plugin</artifactId>
				<version>3.0.1</version>
				<configuration>
					<autoVersionSubmodules>true</autoVersionSubmodules>
					<useReleaseProfile>false</useReleaseProfile>
					<releaseProfiles>release</releaseProfiles>
					<goals>deploy</goals>
				</configuration>
			</plugin>
			<!-- release to Maven central -->
			<plugin>
				<groupId>org.sonatype.plugins</groupId>
				<artifactId>nexus-staging-maven-plugin</artifactId>
				<version>1.6.13</version>
				<extensions>true</extensions>
				<configuration>
					<serverId>ossrh</serverId>
					<nexusUrl>https://oss.sonatype.org/</nexusUrl>
					<autoReleaseAfterClose>true</autoReleaseAfterClose>
					<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
				</configuration>
			</plugin>
@rsoika rsoika added this to the 5.0.0 milestone Feb 11, 2024
rsoika added a commit that referenced this issue Feb 11, 2024
Issue #571
@rsoika rsoika closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant