ini properties should be overridable
This commit is contained in:
Greg Wilkins 2017-04-21 13:25:52 +10:00
parent 29a26c76a2
commit 8aa64949c2
4 changed files with 4 additions and 4 deletions

View File

@ -26,5 +26,5 @@ Log4j is released under the Apache 2.0 license.
http://www.apache.org/licenses/LICENSE-2.0.html
[ini]
log4j.version=1.2.17
log4j.version?=1.2.17

View File

@ -21,5 +21,5 @@ Log4j is released under the Apache 2.0 license.
http://www.apache.org/licenses/LICENSE-2.0.html
[ini]
log4j2.version=2.6.1
log4j2.version?=2.6.1

View File

@ -34,5 +34,5 @@ or (per the licensee's choosing) under
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
[ini]
logback.version=1.1.7
logback.version?=1.1.7

View File

@ -14,7 +14,7 @@ maven://org.slf4j/slf4j-api/${slf4j.version}|lib/slf4j/slf4j-api-${slf4j.version
lib/slf4j/slf4j-api-${slf4j.version}.jar
[ini]
slf4j.version=1.7.21
slf4j.version?=1.7.21
[license]
SLF4J is distributed under the MIT License.