Skip to content

Commit

Permalink
[MWRAPPER-119] Upgrade Parent to 41
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 2, 2024
1 parent b3e409b commit 021a333
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 7 additions & 2 deletions maven-wrapper-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ under the License.
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<artifactId>maven-plugin-report-plugin</artifactId>
</plugin>
</plugins>
</reporting>
Expand Down Expand Up @@ -154,10 +154,15 @@ under the License.
<maven.compiler.source>${invoker.maven.compiler.source}</maven.compiler.source>
<maven.compiler.target>${invoker.maven.compiler.target}</maven.compiler.target>
</properties>
<streamLogsOnFailures>true</streamLogsOnFailures>
<filterProperties>
<mrm.repository.url>${mrm.repository.url}</mrm.repository.url>
</filterProperties>
<extraArtifacts>
<artifact>org.apache.maven.wrapper:maven-wrapper-distribution:${project.version}:zip:bin</artifact>
<artifact>org.apache.maven.wrapper:maven-wrapper-distribution:${project.version}:zip:only-script</artifact>
<artifact>org.apache.maven.wrapper:maven-wrapper-distribution:${project.version}:zip:script</artifact>
<artifact>org.apache.maven.wrapper:maven-wrapper-distribution:${project.version}:zip:source</artifact>
</extraArtifacts>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 0 additions & 2 deletions maven-wrapper-plugin/src/it/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ under the License.
<snapshots>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
Expand All @@ -60,7 +59,6 @@ under the License.
<snapshots>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
<updatePolicy>always</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>39</version>
<version>41</version>
</parent>

<groupId>org.apache.maven.wrapper</groupId>
Expand Down

0 comments on commit 021a333

Please sign in to comment.