File tree Expand file tree Collapse file tree 1 file changed +31
-31
lines changed
Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Original file line number Diff line number Diff line change 474474 <goal >enforce</goal >
475475 </goals >
476476 <configuration >
477- <rules >
478- <requireJavaVersion >
479- <message >Java 17 or higher is required to compile this module</message >
480- <version >[${java.version} ,)</version >
481- </requireJavaVersion >
482- <requireMavenVersion >
483- <message >Maven 3.3.9 or higher is required to compile this module</message >
484- <version >[${maven.version} ,)</version >
485- </requireMavenVersion >
486- </rules >
477+ <rules >
478+ <requireJavaVersion >
479+ <message >Java 17 or higher is required to compile this module</message >
480+ <version >[${java.version} ,)</version >
481+ </requireJavaVersion >
482+ <requireMavenVersion >
483+ <message >Maven 3.3.9 or higher is required to compile this module</message >
484+ <version >[${maven.version} ,)</version >
485+ </requireMavenVersion >
486+ </rules >
487487 </configuration >
488488 </execution >
489489 </executions >
627627
628628 <profiles >
629629 <profile >
630- <id >apache-release</id >
631- <build >
632- <plugins >
633- <plugin >
634- <groupId >org.apache.rat</groupId >
635- <artifactId >apache-rat-plugin</artifactId >
636- <configuration >
637- <excludes >
638- <excludesFile >rat-excludes</excludesFile >
639- </excludes >
640- </configuration >
641- <executions >
642- <execution >
643- <id >default-cli</id >
644- </execution >
645- </executions >
646- </plugin >
647- </plugins >
648- </build >
630+ <id >apache-release</id >
631+ <build >
632+ <plugins >
633+ <plugin >
634+ <groupId >org.apache.rat</groupId >
635+ <artifactId >apache-rat-plugin</artifactId >
636+ <configuration >
637+ <excludes >
638+ <excludesFile >rat-excludes</excludesFile >
639+ </excludes >
640+ </configuration >
641+ <executions >
642+ <execution >
643+ <id >default-cli</id >
644+ </execution >
645+ </executions >
646+ </plugin >
647+ </plugins >
648+ </build >
649649 </profile >
650650
651651 <profile >
718718 </profiles >
719719
720720 <modules >
721- <module >opennlp-api</module >
721+ <module >opennlp-api</module >
722722 <module >opennlp-core</module >
723723 <module >opennlp-distr</module >
724724 <module >opennlp-docs</module >
725725 <module >opennlp-extensions</module >
726726 <module >opennlp-tools</module >
727727 </modules >
728728
729- </project >
729+ </project >
You can’t perform that action at this time.
0 commit comments