This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 533f2e4 [MSCRIPTING-17] Upgrade
org.apache.maven.plugins:maven-plugins to 43
533f2e4 is described below
commit 533f2e49b8c5899b914329834ea5102624e9ca9f
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Jul 10 12:35:05 2024 +0200
[MSCRIPTING-17] Upgrade org.apache.maven.plugins:maven-plugins to 43
---
pom.xml | 43 ++-----------------------------------------
1 file changed, 2 insertions(+), 41 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4bdf163..42b2161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
- <version>41</version>
+ <version>43</version>
<relativePath />
</parent>
@@ -52,7 +52,7 @@ under the License.
</issueManagement>
<ciManagement>
<system>Jenkins</system>
-
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-scripting-plugin/</url>
+
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-scripting-plugin/</url>
</ciManagement>
<distributionManagement>
<site>
@@ -63,23 +63,9 @@ under the License.
<properties>
<mavenVersion>3.6.3</mavenVersion>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
<project.build.outputTimestamp>2021-02-24T19:52:25Z</project.build.outputTimestamp>
</properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.junit</groupId>
- <artifactId>junit-bom</artifactId>
- <version>5.10.2</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
@@ -108,31 +94,6 @@ under the License.
</dependency>
</dependencies>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-plugin-report-plugin</artifactId>
- <configuration>
- <requirementsHistories>
- <requirementsHistory>
- <version>3.0.0</version>
- <maven>3.0</maven>
- <jdk>8</jdk>
- </requirementsHistory>
- <requirementsHistory>
- <version>3.1.0</version>
- <maven>3.6.3</maven>
- <jdk>8</jdk>
- </requirementsHistory>
- </requirementsHistories>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
<profiles>
<profile>
<id>run-its</id>