File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.sandflow</groupId >
66 <artifactId >regxmllib</artifactId >
7- <version >1.2.0-rc.1 </version >
7+ <version >1.2.0</version >
88 <packaging >jar</packaging >
99
1010 <properties >
195195 </execution >
196196 </executions >
197197 </plugin >
198- <plugin >
199- <groupId >org.sonatype.plugins </groupId >
200- <artifactId >nexus-staging -maven-plugin</artifactId >
201- <version >1.6.7 </version >
198+ <plugin >
199+ <groupId >org.sonatype.central </groupId >
200+ <artifactId >central-publishing -maven-plugin</artifactId >
201+ <version >0.8.0 </version >
202202 <extensions >true</extensions >
203203 <configuration >
204- <serverId >ossrh</serverId >
205- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
206- <autoReleaseAfterClose >true</autoReleaseAfterClose >
204+ <publishingServerId >central</publishingServerId >
207205 </configuration >
208- </plugin >
206+ </plugin >
209207 </plugins >
210208 </build >
211209 </profile >
You can’t perform that action at this time.
0 commit comments