Browse Source

Upgrade maven-resources-plugin to 3.2.0

Change-Id: Ib0b2dc7c5b781dbc4ce26782c508b8c7e11641ed
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
tags/v5.9.0.202009080501-r
Marco Miller 3 years ago
parent
commit
68fbd7817c
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      org.eclipse.jgit.packaging/pom.xml
  2. 1
    1
      pom.xml

+ 1
- 1
org.eclipse.jgit.packaging/pom.xml View File

@@ -212,7 +212,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>

+ 1
- 1
pom.xml View File

@@ -384,7 +384,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>

Loading…
Cancel
Save