File tree 1 file changed +1
-30
lines changed
1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change 186
186
</execution >
187
187
</executions >
188
188
</plugin >
189
-
190
- <!--
191
- <plugin>
192
- <groupId>org.apache.maven.plugins</groupId>
193
- <artifactId>maven-gpg-plugin</artifactId>
194
- <version>1.6</version>
195
- <executions>
196
- <execution>
197
- <id>sign-artifacts</id>
198
- <phase>deploy</phase>
199
- <goals>
200
- <goal>sign</goal>
201
- </goals>
202
- </execution>
203
- </executions>
204
- </plugin>
205
-
206
- <plugin>
207
- <groupId>org.sonatype.plugins</groupId>
208
- <artifactId>nexus-staging-maven-plugin</artifactId>
209
- <version>1.6.7</version>
210
- <extensions>true</extensions>
211
- <configuration>
212
- <serverId>ossrh</serverId>
213
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
214
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
215
- </configuration>
216
- </plugin>
217
- -->
218
189
</plugins >
219
190
</build >
220
191
242
213
<plugin >
243
214
<groupId >org.sonatype.plugins</groupId >
244
215
<artifactId >nexus-staging-maven-plugin</artifactId >
245
- <version >1.6.13 </version >
216
+ <version >1.7.0 </version >
246
217
<extensions >true</extensions >
247
218
<configuration >
248
219
<serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments