File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 77 <packaging >pom</packaging >
88 <url >https://github.com/google/libphonenumber/</url >
99
10- <parent >
11- <groupId >org.sonatype.oss</groupId >
12- <artifactId >oss-parent</artifactId >
13- <version >7</version >
14- </parent >
15-
1610 <description >
1711 Google's common Java library for parsing, formatting, storing and validating
1812 international phone numbers.
173167 </configuration >
174168 </plugin >
175169 <plugin >
176- <groupId >org.sonatype.plugins </groupId >
177- <artifactId >nexus-staging -maven-plugin</artifactId >
178- <version >1.6.13 </version >
170+ <groupId >org.sonatype.central </groupId >
171+ <artifactId >central-publishing -maven-plugin</artifactId >
172+ <version >0.8.0 </version >
179173 <extensions >true</extensions >
180174 <configuration >
181- <serverId >sonatype-nexus-staging</serverId >
182- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
183- <stagingProfileId >23ed8fbc71e875</stagingProfileId >
184- <skipStagingRepositoryClose >true</skipStagingRepositoryClose >
175+ <publishingServerId >central</publishingServerId >
185176 </configuration >
186177 </plugin >
187178 </plugins >
You can’t perform that action at this time.
0 commit comments