You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/08/18 08:57:24 UTC

[mina-sshd] 12/18: Upgraded resources plugin version to 3.2.0

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 364584cae9d22ae6fb93760bb898cfcb4c4a1679
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:35:53 2020 +0300

    Upgraded resources plugin version to 3.2.0
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index db02100..57a8981 100644
--- a/pom.xml
+++ b/pom.xml
@@ -741,7 +741,11 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.0</version>
+                    <configuration>
+                            <!-- see https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html -->
+                        <propertiesEncoding>ISO-8859-1</propertiesEncoding>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>