Skip to content

Commit

Permalink
downgrade maven-resources-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Nov 10, 2023
1 parent 7f599ea commit 8de530a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion modules/swagger-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<!-- keep 3.1.0 until root cause of error is identified. see https://issues.apache.org/jira/browse/MRESOURCES-265 -->
<version>3.1.0</version>
<executions>
<execution>
<id>copy-resources</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<!-- keep 3.1.0 until root cause of error is identified. see https://issues.apache.org/jira/browse/MRESOURCES-265 -->
<version>3.1.0</version>
<executions>
<execution>
<id>copy-resources</id>
Expand Down
3 changes: 2 additions & 1 deletion modules/swagger-project-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<!-- keep 3.1.0 until root cause of error is identified. see https://issues.apache.org/jira/browse/MRESOURCES-265 -->
<version>3.1.0</version>
<executions>
<execution>
<id>copy-resources</id>
Expand Down

0 comments on commit 8de530a

Please sign in to comment.