You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/07/23 10:38:41 UTC

[sling-site] branch master updated: releng: set encoding and update m-scm-publish-p to 3.1.0

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 15e0f2c  releng: set encoding and update m-scm-publish-p to 3.1.0
15e0f2c is described below

commit 15e0f2c4f02941daaf75929769cba0cbdfa9d4d7
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jul 23 12:38:29 2021 +0200

    releng: set encoding and update m-scm-publish-p to 3.1.0
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd56e51..249fe5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,8 @@
     <downloads.dir>${project.build.directory}/downloads</downloads.dir>
     <repos.list.fullpath>${downloads.dir}/github-repositories.xml</repos.list.fullpath>
     <flexmark.version>0.61.0</flexmark.version>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
   <build>
@@ -110,7 +112,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.1.0</version>
         <extensions>true</extensions>
         <configuration>
             <content>target/${project.artifactId}-${project.version}</content>