|
24 | 24 | <name>Red5</name> |
25 | 25 | <description>The Red5 server</description> |
26 | 26 | <groupId>org.red5</groupId> |
27 | | - <version>2.0.20</version> |
| 27 | + <version>2.0.21</version> |
28 | 28 | <url>https://github.com/Red5/red5-server</url> |
29 | 29 | <inceptionYear>2005</inceptionYear> |
30 | 30 | <organization> |
|
240 | 240 | </plugin> |
241 | 241 | <plugin> |
242 | 242 | <artifactId>maven-dependency-plugin</artifactId> |
243 | | - <version>3.6.1</version> |
| 243 | + <version>3.8.1</version> |
244 | 244 | <executions> |
245 | 245 | <execution> |
246 | 246 | <id>copy-dependencies</id> |
|
268 | 268 | <plugin> |
269 | 269 | <groupId>org.apache.felix</groupId> |
270 | 270 | <artifactId>maven-bundle-plugin</artifactId> |
271 | | - <version>4.2.0</version> |
| 271 | + <version>6.0.0</version> |
272 | 272 | <extensions>true</extensions> |
273 | 273 | </plugin> |
274 | 274 | <plugin> |
275 | 275 | <artifactId>maven-release-plugin</artifactId> |
276 | | - <version>2.5.3</version> |
| 276 | + <version>3.1.1</version> |
277 | 277 | <configuration> |
278 | 278 | <autoVersionSubmodules>true</autoVersionSubmodules> |
279 | 279 | <useReleaseProfile>false</useReleaseProfile> |
|
320 | 320 | <plugins> |
321 | 321 | <plugin> |
322 | 322 | <artifactId>maven-javadoc-plugin</artifactId> |
323 | | - <version>3.11.2</version> |
| 323 | + <version>3.11.3</version> |
324 | 324 | <configuration> |
325 | 325 | <verbose>${verbose}</verbose> |
326 | 326 | <release>${java.release.level}</release> |
|
346 | 346 | <head>To do:</head> |
347 | 347 | </tag> |
348 | 348 | </tags> |
| 349 | + <excludePackageNames>org.apache.*</excludePackageNames> |
349 | 350 | </configuration> |
350 | 351 | <reportSets> |
351 | 352 | <reportSet> |
|
555 | 556 | <id>release</id> |
556 | 557 | <build> |
557 | 558 | <plugins> |
| 559 | + <plugin> |
| 560 | + <groupId>org.sonatype.central</groupId> |
| 561 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 562 | + <version>0.8.0</version> |
| 563 | + <extensions>true</extensions> |
| 564 | + <configuration> |
| 565 | + <publishingServerId>ossrh</publishingServerId> |
| 566 | + <autoPublish>true</autoPublish> |
| 567 | + </configuration> |
| 568 | + </plugin> |
| 569 | +<!-- |
558 | 570 | <plugin> |
559 | 571 | <groupId>org.sonatype.plugins</groupId> |
560 | 572 | <artifactId>nexus-staging-maven-plugin</artifactId> |
|
579 | 591 | </execution> |
580 | 592 | </executions> |
581 | 593 | </plugin> |
| 594 | +--> |
582 | 595 | </plugins> |
583 | 596 | </build> |
584 | 597 | <distributionManagement> |
|
0 commit comments