Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ under the License.
<description>Generates a Java Enterprise JavaBean (EJB) file as well as the associated client JAR.</description>

<prerequisites>
<!-- As of 2026-01-10 the build is not ready for Maven 4.0.0-rc5 -->
<maven>3.6.3</maven>
</prerequisites>

Expand Down Expand Up @@ -190,19 +191,6 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${version.maven-enforcer-plugin}</version>
<configuration>
<rules>
<!-- As of 2026-01-10 the build is not ready for Maven 4.0.0-rc5, excluding 3.99.99+ as 4.0.0 would not exclude alphas/beta/rc -->
<requireMavenVersion>
<version>[3.6.3,3.99.99)</version>
</requireMavenVersion>
</rules>
</configuration>
</plugin>
</plugins>
</build>

Expand Down