This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new cf68c5abe3 ARTEMIS-5839 Bump org.apache:apache from 35 to 37
cf68c5abe3 is described below

commit cf68c5abe3994664da1b9ca71398a3f9687c7f4f
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Jan 7 11:32:36 2026 -0600

    ARTEMIS-5839 Bump org.apache:apache from 35 to 37
---
 pom.xml | 40 +++-------------------------------------
 1 file changed, 3 insertions(+), 37 deletions(-)

diff --git a/pom.xml b/pom.xml
index 716790b1a7..53e89d4ba5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache</groupId>
       <artifactId>apache</artifactId>
-      <version>35</version>
+      <version>37</version>
    </parent>
 
    <modules>
@@ -84,6 +84,8 @@
       <maven.compiler.target>17</maven.compiler.target>
       <maven.compiler.release>17</maven.compiler.release>
 
+      <javaVersion>17</javaVersion>
+
       <logging.config>log4j2-tests-config.properties</logging.config>
       <modular.jdk.surefire.arg>--add-modules java.sql,jdk.unsupported 
</modular.jdk.surefire.arg>
 
@@ -177,8 +179,6 @@
       <apache.httpcore.version>4.4.16</apache.httpcore.version>
       <apache.httpclient.version>4.5.14</apache.httpclient.version>
       <shrinkwrap-api.version>1.2.6</shrinkwrap-api.version>
-      <!-- Override parent property for shade plugin version -->
-      <version.maven-shade-plugin>3.6.1</version.maven-shade-plugin>
 
       <!-- for JakartaEE -->
       <version.batavia>1.0.15.Final</version.batavia>
@@ -1006,40 +1006,6 @@
       </pluginManagement>
 
       <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-enforcer-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>enforce-java-version</id>
-                  <goals>
-                     <goal>enforce</goal>
-                  </goals>
-                  <configuration>
-                     <rules>
-                        <requireJavaVersion>
-                           <version>[17,)</version>
-                           <message>You must use JDK 17+ when 
building</message>
-                        </requireJavaVersion>
-                     </rules>
-                  </configuration>
-               </execution>
-               <execution>
-                  <id>enforce-maven-version</id>
-                  <goals>
-                     <goal>enforce</goal>
-                  </goals>
-                  <configuration>
-                     <rules>
-                        <requireMavenVersion>
-                           <version>3.9</version>
-                           <message>You must use Maven 3.9.0+ to 
build</message>
-                        </requireMavenVersion>
-                     </rules>
-                  </configuration>
-               </execution>
-            </executions>
-         </plugin>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to