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 89d014af66d471ae539615f6ad55a58e958632ee Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri Feb 18 12:11:54 2022 +0200 Organized POM properties in a more consistent manner --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7e66769..1fd13e9 100644 --- a/pom.xml +++ b/pom.xml @@ -99,8 +99,8 @@ <ant.build.javac.source>${javac.source}</ant.build.javac.source> <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version> - <required.java.version>[${javac.target},)</required.java.version> <javac.target>${javac.source}</javac.target> + <required.java.version>[${javac.target},)</required.java.version> <project.build.java.target>${javac.target}</project.build.java.target> <maven.compiler.target>${javac.target}</maven.compiler.target> <ant.build.javac.target>${javac.target}</ant.build.javac.target> @@ -717,7 +717,7 @@ <exclude>*findbugs*</exclude> <exclude>*suppressions*</exclude> <exclude>**/big-msg.txt</exclude> - <!-- Special file imported from another project that we want to keep as-is --> + <!-- Special files imported from another project that we want to keep as-is --> <exclude>**/BCrypt.java</exclude> <exclude>LICENSE*</exclude> <exclude>NOTICE*</exclude>