|
138 | 138 | <plugin> |
139 | 139 | <groupId>org.apache.maven.plugins</groupId> |
140 | 140 | <artifactId>maven-compiler-plugin</artifactId> |
141 | | - <version>3.13.0</version> |
| 141 | + <version>3.14.1</version> |
142 | 142 | <configuration> |
143 | 143 | <compilerVersion>1.8</compilerVersion> |
144 | 144 | <fork>true</fork> |
|
171 | 171 | <plugin> |
172 | 172 | <groupId>org.apache.maven.plugins</groupId> |
173 | 173 | <artifactId>maven-javadoc-plugin</artifactId> |
174 | | - <version>3.11.2</version> |
| 174 | + <version>3.12.0</version> |
175 | 175 | <configuration> |
176 | 176 | <detectOfflineLinks>false</detectOfflineLinks> |
177 | 177 | <breakiterator>true</breakiterator> |
|
275 | 275 | <plugins> |
276 | 276 | <plugin> |
277 | 277 | <artifactId>maven-source-plugin</artifactId> |
278 | | - <version>3.2.0</version> |
| 278 | + <version>3.3.1</version> |
279 | 279 | <configuration> |
280 | 280 | <archive> |
281 | 281 | <manifestEntries> |
|
307 | 307 | <plugin> |
308 | 308 | <groupId>org.apache.maven.plugins</groupId> |
309 | 309 | <artifactId>maven-javadoc-plugin</artifactId> |
310 | | - <version>3.2.0</version> |
| 310 | + <version>3.12.0</version> |
311 | 311 | <executions> |
312 | 312 | <execution> |
313 | 313 | <id>attach-javadocs</id> |
|
320 | 320 | <plugin> |
321 | 321 | <groupId>org.apache.maven.plugins</groupId> |
322 | 322 | <artifactId>maven-gpg-plugin</artifactId> |
323 | | - <version>1.6</version> |
| 323 | + <version>3.2.8</version> |
324 | 324 | <executions> |
325 | 325 | <execution> |
326 | 326 | <id>sign-artifacts</id> |
|
347 | 347 | <plugin> |
348 | 348 | <groupId>org.apache.maven.plugins</groupId> |
349 | 349 | <artifactId>maven-surefire-plugin</artifactId> |
350 | | - <version>3.0.0-M5</version> |
| 350 | + <version>3.5.2</version> |
351 | 351 | <configuration> |
352 | 352 | <includes> |
353 | 353 | <include>**/*TarantoolContainer*IT.java</include> |
|
364 | 364 | </profile> |
365 | 365 | </profiles> |
366 | 366 |
|
| 367 | + <distributionManagement> |
| 368 | + <repository> |
| 369 | + <id>central</id> |
| 370 | + <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url> |
| 371 | + </repository> |
| 372 | + <snapshotRepository> |
| 373 | + <id>central-portal-snapshots</id> |
| 374 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 375 | + </snapshotRepository> |
| 376 | + </distributionManagement> |
| 377 | + |
367 | 378 | <repositories> |
368 | 379 | <repository> |
369 | 380 | <name>Central Portal Snapshots</name> |
|
0 commit comments