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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new fe3b78e  Upgrades maven-bundle-plugin to ver 5.1.1 to support Java 17
fe3b78e is described below

commit fe3b78e7f155f547384bdf3bf8744d6785517618
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Oct 18 09:23:29 2021 +0200

    Upgrades maven-bundle-plugin to ver 5.1.1 to support Java 17
---
 pom.xml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index e5cdef8..424a3d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,20 +187,6 @@
                 <!-- TODO delete coveralls.skip property after fix of 
https://github.com/cobertura/cobertura/issues/271 -->
                 <coveralls.skip>true</coveralls.skip>
             </properties>
-            <build>
-                <pluginManagement>
-                    <plugins>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-surefire-plugin</artifactId>
-                            <configuration>
-                                <!-- TODO delete forkCount=0 after fix of 
https://issues.apache.org/jira/browse/SUREFIRE-1588 -->
-                                <forkCount>0</forkCount>
-                            </configuration>
-                        </plugin>
-                    </plugins>
-                </pluginManagement>
-            </build>
         </profile>
         <profile>
             <id>jdk17</id>
@@ -327,7 +313,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>4.2.1</version>
+                    <version>5.1.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to