From ce165997699f61024ed5f8441eb8892bb899a985 Mon Sep 17 00:00:00 2001 From: Tim Molter Date: Thu, 18 Apr 2024 21:31:05 +0200 Subject: [PATCH] prepare for 2.2.3 release --- NOTICE | 2 +- README.md | 6 +++--- pom.xml | 8 ++------ 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/NOTICE b/NOTICE index df9dac3..5123b14 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright 2015-2018 Knowm Inc. (http://knowm.org) and contributors. +Copyright 2015-2024 Knowm Inc. (http://knowm.org) and contributors. Copyright 2013-2015 Xeiam LLC (http://xeiam.com) and contributors. Copyright 2001-2011 Terracotta Inc. (http://terracotta.org). diff --git a/README.md b/README.md index b6e543e..faf64b9 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Download Jar: http://knowm.org/open-source/sundial/sundial-change-log/ #### Dependencies -* org.slf4j.slf4j-api-1.7.32 +* org.slf4j.slf4j-api-2.0.12 ### Maven @@ -224,7 +224,7 @@ Add the Sundial library as a dependency to your pom.xml file: org.knowm sundial - 2.2.2 + 2.2.3 ``` @@ -240,7 +240,7 @@ For snapshots, add the following to your pom.xml file: org.knowm sundial - 2.2.3-SNAPSHOT + 2.2.4-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index 684adcc..7908f8a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,6 @@ 4.0.0 - - 3.5 - - Sundial org.knowm sundial @@ -55,7 +51,7 @@ org.slf4j slf4j-api - 2.0.6 + 2.0.12 @@ -70,7 +66,7 @@ org.slf4j slf4j-simple - 2.0.6 + 2.0.13 test