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 f5b2617 [SSHD-1026] Improve build reproductibility (#155)
f5b2617 is described below
commit f5b261742e4f4d2ecc0052f948e88af58bda2b3d
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jul 31 23:48:10 2020 +0200
[SSHD-1026] Improve build reproductibility (#155)
---
CHANGES.md | 1 +
pom.xml | 10 ++++------
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 1fe76d1..c2a876d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,6 +28,7 @@
## Behavioral changes and enhancements
* [SSHD-1020](https://issues.apache.org/jira/browse/SSHD-1020) SSH connections
getting closed abruptly with timeout exceptions.
+* [SSHD-1026](https://issues.apache.org/jira/browse/SSHD-1026) Improve build
reproductibility.
* [SSHD-1028](https://issues.apache.org/jira/browse/SSHD-1028) Fix
SSH_MSG_DISCONNECT: Too many concurrent connections.
* [SSHD-1032](https://issues.apache.org/jira/browse/SSHD-1032) Fix possible
ArrayIndexOutOfBoundsException in ChannelAsyncOutputStream.
* [SSHD-1033](https://issues.apache.org/jira/browse/SSHD-1033) Fix
simultaneous usage of dynamic and local port forwarding.
diff --git a/pom.xml b/pom.xml
index 568d491..9e7a114 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>15</version>
+ <version>23</version>
</parent>
<groupId>org.apache.sshd</groupId>
@@ -81,6 +81,7 @@
<properties>
<projectRoot>${project.basedir}</projectRoot>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
<project.build.outputTimestamp>2020-01-01T00:00:00Z</project.build.outputTimestamp>
<!-- NOTE: actual value updated by groovy-maven-plugin on
initialization phase -->
<!-- workspace.root.dir>${project.basedir}</workspace.root.dir -->
@@ -121,11 +122,7 @@
<surefire.plugin.version>2.22.2</surefire.plugin.version>
<maven.archiver.version>3.5.0</maven.archiver.version>
- <!--
- NOTE: upgrading beyond this version causes
- exceptions in the javadoc plugin
- -->
- <plexus.archiver.version>4.1.0</plexus.archiver.version>
+ <plexus.archiver.version>4.2.0</plexus.archiver.version>
<!-- See https://pmd.github.io/ for available latest version -->
<pmd.version>6.25.0</pmd.version>
@@ -1293,6 +1290,7 @@
<addLicense>true</addLicense>
<addArtifact>true</addArtifact>
</properties>
+
<outputTimestamp>${project.build.outputTimestamp}</outputTimestamp> <!--
01/01/2020 -->
</configuration>
</execution>
</executions>