File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 959959 <build >
960960 <plugins >
961961 <plugin >
962- <groupId >org.sonatype.central </groupId >
963- <artifactId >central-publishing -maven-plugin</artifactId >
964- <version >0.9.0 </version >
962+ <groupId >org.sonatype.plugins </groupId >
963+ <artifactId >nexus-staging -maven-plugin</artifactId >
964+ <version >1.6.13 </version >
965965 <extensions >true</extensions >
966966 <configuration >
967- <autoPublish >false</autoPublish >
968- <checksums >all</checksums >
969- <deploymentName >spark-bigquery-connector-${project.version} -${maven.build.timestamp} </deploymentName >
970- <outputDirectory >${reactor.project.basedir} /central-publishing</outputDirectory >
971- <outputFilename >spark-bigquery-connector-${project.version} -bundle.zip</outputFilename >
972- <publishingServerId >central</publishingServerId >
973- <skipPublishing >${nexus.remote.skip} </skipPublishing >
974- <stagingDirectory >${reactor.project.basedir} /central-staging</stagingDirectory >
967+ <serverId >ossrh</serverId >
968+ <nexusUrl >https://ossrh-staging-api.central.sonatype.com</nexusUrl >
969+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
970+ <skipRemoteStaging >${nexus.remote.skip} </skipRemoteStaging >
975971 </configuration >
976972 </plugin >
977973 <plugin >
978974 <groupId >org.apache.maven.plugins</groupId >
979975 <artifactId >maven-gpg-plugin</artifactId >
980- <version >3.2.7 </version >
976+ <version >3.2.8 </version >
981977 <executions >
982978 <execution >
983979 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments