Thomas Wolf created SSHD-1225:
---------------------------------
Summary: NOTICE: wrong copyright year range
Key: SSHD-1225
URL: https://issues.apache.org/jira/browse/SSHD-1225
Project: MINA SSHD
Issue Type: Bug
Affects Versions: 2.7.0
Reporter: Thomas Wolf
The NOTICE files included in the JAR artifacts published to maven central say
for instance for 2.7.0:
{code:java}
Apache MINA SSHD
Copyright 2008-2020 The Apache Software Foundation
{code}
This is wrong. 2.7.0 was released in 2021, so it must say 2008-2021.
It's not clear to me where this comes from, but I find [this property
setting|https://github.com/apache/mina-sshd/blob/8e6e907e3/pom.xml#L86] in our
root pom suspicious.
For the sshd-osgi artifact we get a range of 2018-2020, which I find strange
given that this is just a shading of sshd-common and sshd-core. Lower end of
the range should also be 2008.
These NOTICE files appear to be generated by the Apache root pom; there's a
template in org.apache:apache-jar-resource-bundle:1.4 which uses a
${projectTimespan} variable, but I don't see where _that_ is set.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]