Skip to content

Commit 7f599ea

Browse files
committed
downgrade maven-resources-plugin
1 parent 72d9902 commit 7f599ea

File tree

3 files changed

+3
-3
lines changed
  • modules

3 files changed

+3
-3
lines changed

modules/swagger-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</plugin>
8181
<plugin>
8282
<artifactId>maven-resources-plugin</artifactId>
83-
<version>3.3.1</version>
83+
<version>3.2.0</version>
8484
<executions>
8585
<execution>
8686
<id>copy-resources</id>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</plugin>
3838
<plugin>
3939
<artifactId>maven-resources-plugin</artifactId>
40-
<version>3.3.1</version>
40+
<version>3.2.0</version>
4141
<executions>
4242
<execution>
4343
<id>copy-resources</id>

modules/swagger-project-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
</plugin>
174174
<plugin>
175175
<artifactId>maven-resources-plugin</artifactId>
176-
<version>3.3.1</version>
176+
<version>3.2.0</version>
177177
<executions>
178178
<execution>
179179
<id>copy-resources</id>

0 commit comments

Comments
 (0)