Skip to content

Commit

Permalink
[MCOMPILER-590] Bump org.apache.maven.plugins:maven-plugins from 41 t…
Browse files Browse the repository at this point in the history
…o 42 (#235)

* Bump org.apache.maven.plugins:maven-plugins from 41 to 42

Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 41 to 42.
- [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-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Cleanups with new parent

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
  • Loading branch information
dependabot[bot] and slawekjaranowski committed May 8, 2024
1 parent 8955a3e commit dc3a725
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
29 changes: 1 addition & 28 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>41</version>
<version>42</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -171,7 +171,6 @@ under the License.
<!-- used by maven-plugin-testing-harness -->
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -221,29 +220,6 @@ under the License.
</java>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>from 3.13.0</version>
<maven>3.6.3</maven>
<jdk>8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>from 3.9.0 to 3.12.1</version>
<maven>3.2.5</maven>
<jdk>8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>from 3.0 to 3.8.1</version>
<maven>3.0</maven>
<jdk>7</jdk>
</requirementsHistory>
</requirementsHistories>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand All @@ -268,9 +244,6 @@ under the License.
<execution>
<id>integration-test</id>
<configuration>
<environmentVariables>
<JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
</environmentVariables>
<debug>true</debug>
<projectsDirectory>src/it</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
Expand Down
15 changes: 15 additions & 0 deletions src/it/setup_annotation-verify-plugin/pom.xml
Expand Up @@ -92,4 +92,19 @@
</exclusions>
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>@version.maven-plugin-tools@</version>
<configuration>
<goalPrefix>annotation-verify</goalPrefix>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

0 comments on commit dc3a725

Please sign in to comment.