version 2.9

master
Robinson 2024-01-20 09:51:33 +01:00
parent 608af0924f
commit a8e6952ccd
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
4 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
- Config - CLI, system properties, environment variables, or JSON text/file input processing.
[The Apache Software License, Version 2.0]
https://git.dorkbox.com/dorkbox/Config
Copyright 2023
Copyright 2024
Dorkbox LLC
Extra license information
@ -16,13 +16,13 @@
- SLF4J - Simple facade or abstraction for various logging frameworks
[MIT License]
https://www.slf4j.org
Copyright 2023
Copyright 2024
QOS.ch
- Json - Lightweight Kotlin/JSON serialization
[The Apache Software License, Version 2.0]
https://git.dorkbox.com/dorkbox/Json
Copyright 2023
Copyright 2024
Dorkbox LLC
Extra license information
@ -44,7 +44,7 @@
- SLF4J - Simple facade or abstraction for various logging frameworks
[MIT License]
https://www.slf4j.org
Copyright 2023
Copyright 2024
QOS.ch
- Updates - Software Update Management

View File

@ -34,7 +34,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Config</artifactId>
<version>2.8</version>
<version>2.9</version>
</dependency>
</dependencies>
```
@ -44,7 +44,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:Config:2.8")
implementation("com.dorkbox:Config:2.9")
}
```

View File

@ -27,7 +27,7 @@ plugins {
id("com.dorkbox.GradleUtils") version "3.18"
id("com.dorkbox.Licensing") version "2.28"
id("com.dorkbox.VersionUpdate") version "2.8"
id("com.dorkbox.GradlePublish") version "1.20"
id("com.dorkbox.GradlePublish") version "1.22"
kotlin("jvm") version "1.9.0"
}
@ -36,7 +36,7 @@ object Extras {
// set for the project
const val description = "CLI, system properties, environment variables, or JSON text/file input processing."
const val group = "com.dorkbox"
const val version = "2.8"
const val version = "2.9"
// set as project.ext
const val name = "Config"
@ -82,10 +82,10 @@ dependencies {
api(kotlin("reflect"))
api("com.dorkbox:Json:1.8")
api("com.dorkbox:OS:1.8")
api("com.dorkbox:OS:1.11")
api("com.dorkbox:Updates:1.1")
implementation("org.slf4j:slf4j-api:2.0.7")
implementation("org.slf4j:slf4j-api:2.0.11")
testImplementation("junit:junit:4.13.2")
testImplementation("ch.qos.logback:logback-classic:1.4.5")

View File

@ -121,7 +121,7 @@ class ConfigProcessor<T : Any>
/**
* Gets the version number.
*/
const val version = "2.8"
const val version = "2.9"
init {
// Add this project to the updates system, which verifies this class + UUID + version information