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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bddae6  Bump org.apache.maven.plugins:maven-plugins from 45 to 46 
(#488)
5bddae6 is described below

commit 5bddae6f14a518eef2c74875476b0a5a76f9dbb1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 8 22:06:27 2026 +0100

    Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#488)
    
    * Bump org.apache.maven.plugins:maven-plugins from 45 to 46
    
    Bumps 
[org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent)
 from 45 to 46.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugins
      dependency-version: '46'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix ITs build and cleanups
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Slawomir Jaranowski <[email protected]>
---
 pom.xml                        | 37 ++++---------------------------------
 src/it/same-artifactId/pom.xml |  4 ++--
 2 files changed, 6 insertions(+), 35 deletions(-)

diff --git a/pom.xml b/pom.xml
index 85dc225..1e1306d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>45</version>
+    <version>46</version>
     <relativePath />
   </parent>
 
@@ -84,11 +84,11 @@
     <javaVersion>8</javaVersion>
 
     <!-- plugins used in IT tests -->
-    <mavenWarPluginVersion>3.3.2</mavenWarPluginVersion>
-    <mavenCompilerPluginVersion>3.10.1</mavenCompilerPluginVersion>
+    <mavenWarPluginVersion>${version.maven-war-plugin}</mavenWarPluginVersion>
+    
<mavenCompilerPluginVersion>${version.maven-compiler-plugin}</mavenCompilerPluginVersion>
     <mavenEjbPluginVersion>3.2.1</mavenEjbPluginVersion>
     <mavenRarPluginVersion>3.0.0</mavenRarPluginVersion>
-    <mavenJarPluginVersion>3.3.0</mavenJarPluginVersion>
+    <mavenJarPluginVersion>${version.maven-jar-plugin}</mavenJarPluginVersion>
     <jbossPackagingPluginVersion>2.2</jbossPackagingPluginVersion>
 
     <invoker.skip>false</invoker.skip>
@@ -302,7 +302,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.9.1</version>
             <configuration>
               <streamLogs>false</streamLogs>
               <!-- NOTE: Must be synced with the repo path used by 
AbstractEarPluginIT -->
@@ -321,7 +320,6 @@
               </extraArtifacts>
               <skipInstallation>${invoker.install.skip}</skipInstallation>
               <skipInvocation>${invoker.it.skip}</skipInvocation>
-              <ignoreFailures>${maven.test.failure.ignore}</ignoreFailures>
             </configuration>
           </plugin>
           <plugin>
@@ -348,32 +346,5 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>java11</id>
-      <activation>
-        <jdk>[11,)</jdk>
-      </activation>
-      <build>
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-compiler-plugin</artifactId>
-              <configuration>
-                <showDeprecation>true</showDeprecation>
-                <release>${javaVersion}</release>
-              </configuration>
-              <dependencies>
-                <dependency>
-                  <groupId>org.apache.maven.shared</groupId>
-                  <artifactId>maven-common-artifact-filters</artifactId>
-                  <version>3.4.0</version>
-                </dependency>
-              </dependencies>
-            </plugin>
-          </plugins>
-        </pluginManagement>
-      </build>
-    </profile>
   </profiles>
 </project>
diff --git a/src/it/same-artifactId/pom.xml b/src/it/same-artifactId/pom.xml
index 9323bbf..d457a38 100644
--- a/src/it/same-artifactId/pom.xml
+++ b/src/it/same-artifactId/pom.xml
@@ -34,12 +34,12 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.8.0</version>
+          <version>@mavenCompilerPluginVersion@</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-ejb-plugin</artifactId>
-          <version>2.3</version>
+          <version>@mavenEjbPluginVersion@</version>
           <configuration>
             <ejbVersion>3.0</ejbVersion>
           </configuration>

Reply via email to