Skip to content

Commit c18ae14

Browse files
committed
fix maven-resources-plugin version to 3.3.1
1 parent 7aee2ac commit c18ae14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

accessors-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ limitations under the License.
189189
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin -->
190190
<groupId>org.apache.maven.plugins</groupId>
191191
<artifactId>maven-resources-plugin</artifactId>
192-
<version>3.4.0</version>
192+
<version>3.3.1</version>
193193
<configuration>
194194
<encoding>UTF-8</encoding>
195195
</configuration>

json-smart-action/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin -->
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-resources-plugin</artifactId>
183-
<version>3.4.0</version>
183+
<version>3.3.1</version>
184184
<configuration>
185185
<encoding>UTF-8</encoding>
186186
</configuration>

json-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ limitations under the License.
196196
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin -->
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-resources-plugin</artifactId>
199-
<version>3.4.0</version>
199+
<version>3.3.1</version>
200200
<configuration>
201201
<encoding>UTF-8</encoding>
202202
</configuration>

0 commit comments

Comments
 (0)