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

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


The following commit(s) were added to refs/heads/master by this push:
     new e763356e6 fix Reproducible Builds issues
e763356e6 is described below

commit e763356e6c1b9ea14ad1548ee2abd08fe6bfa37c
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun Nov 20 00:16:37 2022 +0100

    fix Reproducible Builds issues
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b359522c2..677ed62e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1133,7 +1133,6 @@
                         <skipXmlFormatting>true</skipXmlFormatting>
                         <skipHtmlFormatting>true</skipHtmlFormatting>
                         <skipJsonFormatting>true</skipJsonFormatting>
-                        
<cachedir>${project.build.outputDirectory}${file.separator}.cache</cachedir>
                         
<configFile>${workspace.root.dir}${file.separator}sshd-eclipse-formatter-config.xml</configFile>
                         <lineEnding>LF</lineEnding>
                     </configuration>
@@ -1440,7 +1439,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>5.1.3</version>
+                <version>5.1.8</version>
                 <inherited>true</inherited>
                 <extensions>true</extensions>
                 <executions>

Reply via email to