File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 138138 <id >release</id >
139139 <build >
140140 <plugins >
141+ <plugin >
142+ <groupId >org.sonatype.plugins</groupId >
143+ <artifactId >nexus-staging-maven-plugin</artifactId >
144+ <version >1.6.7</version >
145+ <extensions >true</extensions >
146+ <configuration >
147+ <serverId >ossrh</serverId >
148+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
149+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
150+ </configuration >
151+ </plugin >
141152 <plugin >
142153 <groupId >org.apache.maven.plugins</groupId >
143154 <artifactId >maven-deploy-plugin</artifactId >
146157 <plugin >
147158 <groupId >org.apache.maven.plugins</groupId >
148159 <artifactId >maven-gpg-plugin</artifactId >
149- <version >1.4 </version >
160+ <version >1.5 </version >
150161 <executions >
151162 <execution >
152- <id >sign-artifacts-for-release </id >
163+ <id >sign-artifacts</id >
153164 <phase >verify</phase >
154165 <goals >
155166 <goal >sign</goal >
191202 </build >
192203 </profile >
193204 </profiles >
205+
194206 <distributionManagement >
195207 <snapshotRepository >
196208 <id >ossrh</id >
197- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
209+ <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
198210 </snapshotRepository >
199211 <repository >
200212 <id >ossrh</id >
201- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
213+ <url >https://s01. oss.sonatype.org/service/local/staging/deploy/maven2/</url >
202214 </repository >
203215 </distributionManagement >
204216
You can’t perform that action at this time.
0 commit comments