File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 8484 <properties >
8585 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
8686 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
87+ <project .build.outputTimestamp>10</project .build.outputTimestamp>
8788 <spotbugs .excludeFilterFile>spotbugsexclude.xml</spotbugs .excludeFilterFile>
8889 <checkstyle .violationSeverity>error</checkstyle .violationSeverity>
8990 <checkstyle .config.location>checkstyle.xml</checkstyle .config.location>
412413 </plugin >
413414 <plugin >
414415 <artifactId >maven-jar-plugin</artifactId >
415- <version >3.0 .2</version >
416+ <version >3.2 .2</version >
416417 <configuration >
417418 <archive >
418419 <manifest >
522523 </configuration >
523524 </plugin >
524525 </plugins >
526+ <pluginManagement >
527+ <plugins >
528+ <plugin >
529+ <groupId >org.apache.maven.plugins</groupId >
530+ <artifactId >maven-release-plugin</artifactId >
531+ <version >3.0.0-M6</version >
532+ <configuration >
533+ <releaseProfiles >deploy</releaseProfiles >
534+ </configuration >
535+ </plugin >
536+ </plugins >
537+ </pluginManagement >
525538 </build >
526539</project >
You can’t perform that action at this time.
0 commit comments