From 2f1ef248f99e5f49accaf4ca4334aaa13b27438b Mon Sep 17 00:00:00 2001 From: Mark Nenadov Date: Sat, 29 Jun 2024 17:25:31 -0400 Subject: [PATCH] upgrade to Kotlin 2.0.0 and bump to 2.0 --- .idea/kotlinc.xml | 2 +- README.md | 4 +--- pom.xml | 31 +++++++++++++++++++++++++++---- 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index e43de9d..6d0ee1c 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/README.md b/README.md index d225121..0d6f53d 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ All 4 endpoints are covered (Passage Text, Passage Html, Passage Audio, and Pass ## Recent Releases -* v1.5 (March 29, 2024) - https://github.com/MarkNenadov/kESV/releases/download/v1.5/kESV-1.5.jar - -* v1.6 (May 1, 2024) - https://github.com/MarkNenadov/kESV/releases/download/v1.6/kESV-1.6.jar +* v2.0 (June 29, 2024) - https://github.com/MarkNenadov/kESV/releases/download/v2.0/kESV-2.0.jar ## Usage diff --git a/pom.xml b/pom.xml index 06e06c9..3ee71c8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ kESV org.pythonbyte - 1.6 + 2.0 jar kESV @@ -31,7 +31,7 @@ org.jetbrains.kotlin kotlin-maven-plugin - 2.0.0-RC3 + 2.0.0 compile @@ -75,6 +75,29 @@ MainKt + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + *:* + + **/MainKt.class + + + + + + + org.apache.maven.plugins maven-install-plugin @@ -120,7 +143,7 @@ org.jetbrains.kotlin kotlin-test-junit5 - 2.0.0-RC3 + 2.0.0 test @@ -132,7 +155,7 @@ org.jetbrains.kotlin kotlin-stdlib-jdk8 - 2.0.0-RC3 + 2.0.0 com.squareup.okhttp