Skip to content

Commit

Permalink
[MSHARED-1113] Downgrade m-resource-p to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jul 26, 2022
1 parent 873ebb0 commit 28c8ce6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,18 @@
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<!-- downgrade due to https://issues.apache.org/jira/browse/MSHARED-1112 -->
<!-- review with next pom or next m-resources-p -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 28c8ce6

Please sign in to comment.