File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 146146 <plugin >
147147 <groupId >org.apache.maven.plugins</groupId >
148148 <artifactId >maven-gpg-plugin</artifactId >
149- <version >3.2.7 </version >
149+ <version >3.2.8 </version >
150150 <executions >
151151 <execution >
152152 <id >sign-artifacts</id >
157157 </execution >
158158 </executions >
159159 </plugin >
160- <plugin >
161- <groupId >org.sonatype.plugins </groupId >
162- <artifactId >nexus-staging -maven-plugin</artifactId >
163- <version >1.7 .0</version >
160+ <plugin >
161+ <groupId >org.sonatype.central </groupId >
162+ <artifactId >central-publishing -maven-plugin</artifactId >
163+ <version >0.8 .0</version >
164164 <extensions >true</extensions >
165165 <configuration >
166- <serverId >ossrh</serverId >
167- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
168- <autoReleaseAfterClose >true</autoReleaseAfterClose >
166+ <publishingServerId >central</publishingServerId >
167+ <autoPublish >true</autoPublish >
169168 </configuration >
170169 </plugin >
171170 </plugins >
You can’t perform that action at this time.
0 commit comments