[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #39: Bump slf4j-api from 1.7.5 to 1.7.31

2021-06-18 Thread GitBox
dependabot[bot] commented on pull request #39: URL: https://github.com/apache/maven-artifact-transfer/pull/39#issuecomment-864279594 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next majo

[GitHub] [maven-artifact-transfer] slachiewicz closed pull request #39: Bump slf4j-api from 1.7.5 to 1.7.31

2021-06-18 Thread GitBox
slachiewicz closed pull request #39: URL: https://github.com/apache/maven-artifact-transfer/pull/39 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #39: Bump slf4j-api from 1.7.5 to 1.7.31

2021-06-18 Thread GitBox
dependabot[bot] opened a new pull request #39: URL: https://github.com/apache/maven-artifact-transfer/pull/39 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.5 to 1.7.31. Commits See full diff in https://github.com/qos-ch/slf4j/commits";>compare view

Re: Supporting building with incompatible JDK versions on a single project

2021-06-18 Thread Tibor Digaňa
The example given by Guillaume looks interesting. jre-options = ${jre-${java.specification.version}-options:-${jre-default-options}} jre-default-options = [default options] jre-1.8 = [my JDK 1.8 specific options] But I would maybe distinguish between: 1. Maven options 2. and plugin options