Skip to content

Commit 8de530a

Browse files
committed
downgrade maven-resources-plugin
1 parent 7f599ea commit 8de530a

File tree

3 files changed

+6
-3
lines changed
  • modules

3 files changed

+6
-3
lines changed

modules/swagger-annotations/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
</plugin>
8181
<plugin>
8282
<artifactId>maven-resources-plugin</artifactId>
83-
<version>3.2.0</version>
83+
<!-- keep 3.1.0 until root cause of error is identified. see https://issues.apache.org/jira/browse/MRESOURCES-265 -->
84+
<version>3.1.0</version>
8485
<executions>
8586
<execution>
8687
<id>copy-resources</id>

modules/swagger-project-jakarta/modules/swagger-maven-plugin-jakarta/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
</plugin>
3838
<plugin>
3939
<artifactId>maven-resources-plugin</artifactId>
40-
<version>3.2.0</version>
40+
<!-- keep 3.1.0 until root cause of error is identified. see https://issues.apache.org/jira/browse/MRESOURCES-265 -->
41+
<version>3.1.0</version>
4142
<executions>
4243
<execution>
4344
<id>copy-resources</id>

modules/swagger-project-jakarta/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@
173173
</plugin>
174174
<plugin>
175175
<artifactId>maven-resources-plugin</artifactId>
176-
<version>3.2.0</version>
176+
<!-- keep 3.1.0 until root cause of error is identified. see https://issues.apache.org/jira/browse/MRESOURCES-265 -->
177+
<version>3.1.0</version>
177178
<executions>
178179
<execution>
179180
<id>copy-resources</id>

0 commit comments

Comments
 (0)