File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
modules/swagger-maven-plugin-jakarta Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 80
80
</plugin >
81
81
<plugin >
82
82
<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 >
84
85
<executions >
85
86
<execution >
86
87
<id >copy-resources</id >
Original file line number Diff line number Diff line change 37
37
</plugin >
38
38
<plugin >
39
39
<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 >
41
42
<executions >
42
43
<execution >
43
44
<id >copy-resources</id >
Original file line number Diff line number Diff line change 173
173
</plugin >
174
174
<plugin >
175
175
<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 >
177
178
<executions >
178
179
<execution >
179
180
<id >copy-resources</id >
You can’t perform that action at this time.
0 commit comments