|
69 | 69 | <shiro.previousVersion>1.7.1</shiro.previousVersion> |
70 | 70 | <!-- Replaced by the build number plugin at build time: --> |
71 | 71 | <buildNumber>${user.name}-${maven.build.timestamp}</buildNumber> |
| 72 | + <project.build.outputTimestamp>2022-03-22T23:08:15Z</project.build.outputTimestamp> |
72 | 73 | <jacoco.skip>true</jacoco.skip> |
73 | 74 | <nexus.deploy.skip>false</nexus.deploy.skip> |
74 | 75 |
|
|
289 | 290 | <plugin> |
290 | 291 | <groupId>org.apache.maven.plugins</groupId> |
291 | 292 | <artifactId>maven-war-plugin</artifactId> |
292 | | - <version>3.2.2</version> |
| 293 | + <version>3.3.2</version> |
293 | 294 | </plugin> |
294 | 295 | <plugin> |
295 | 296 | <groupId>org.apache.felix</groupId> |
296 | 297 | <artifactId>maven-bundle-plugin</artifactId> |
297 | | - <version>4.2.0</version> |
| 298 | + <version>5.1.4</version> |
298 | 299 | </plugin> |
299 | 300 | <plugin> |
300 | 301 | <groupId>org.apache.maven.plugins</groupId> |
|
534 | 535 | <plugin> |
535 | 536 | <groupId>org.apache.maven.plugins</groupId> |
536 | 537 | <artifactId>maven-jar-plugin</artifactId> |
537 | | - <version>3.1.1</version> |
| 538 | + <version>3.2.2</version> |
538 | 539 | <configuration> |
539 | 540 | <archive> |
540 | 541 | <manifest> |
541 | 542 | <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
542 | 543 | <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
543 | 544 | </manifest> |
544 | | - <manifestEntries> |
545 | | - <!--suppress MavenModelInspection --> |
546 | | - <SCM-Revision>${buildNumber}</SCM-Revision> |
547 | | - <SCM-url>${project.scm.url}</SCM-url> |
548 | | - </manifestEntries> |
549 | 545 | </archive> |
550 | 546 | </configuration> |
551 | 547 | </plugin> |
|
599 | 595 | <plugin> |
600 | 596 | <groupId>org.apache.maven.plugins</groupId> |
601 | 597 | <artifactId>maven-release-plugin</artifactId> |
602 | | - <version>2.5.3</version> |
| 598 | + <version>3.0.0-M5</version> |
603 | 599 | <configuration> |
604 | 600 | <!-- do not update upstream, with a pending release. --> |
605 | 601 | <pushChanges>false</pushChanges> |
|
0 commit comments