From: Mike Becker Date: Mon, 25 May 2026 17:35:34 +0000 (+0200) Subject: clean up pom.xml and update dependency versions X-Git-Url: https://uap-core.de/gitweb/?a=commitdiff_plain;h=b7b1d74cb7dd78bdfc42985491695ec093aaf003;p=rssreader.git clean up pom.xml and update dependency versions --- diff --git a/pom.xml b/pom.xml index 972ebcb..190131a 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,9 @@ UTF-8 25 + 2.3.21 + official + 25 @@ -21,20 +24,4 @@ ui-kotlin rss-application - - - - - - - - - - - - - - - - diff --git a/rss-application/pom.xml b/rss-application/pom.xml index a6aee1d..28a1721 100644 --- a/rss-application/pom.xml +++ b/rss-application/pom.xml @@ -4,37 +4,21 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - de.unixwork rss-application - 1.0-SNAPSHOT - + rssreader de.unixwork 1.0-SNAPSHOT - - UTF-8 - official - 1.8 - - - - - mavenCentral - https://repo1.maven.org/maven2/ - - - src/main/kotlin - src/test/kotlin org.jetbrains.kotlin kotlin-maven-plugin - 2.1.20 + ${kotlin.version} compile @@ -54,19 +38,7 @@ maven-surefire-plugin - 2.22.2 - - - maven-failsafe-plugin - 2.22.2 - - - org.codehaus.mojo - exec-maven-plugin - 1.6.0 - - MainKt - + 3.5.5 @@ -75,7 +47,7 @@ org.jetbrains.kotlin kotlin-test-junit5 - 2.1.20 + ${kotlin.version} test @@ -87,7 +59,7 @@ org.jetbrains.kotlin kotlin-stdlib - 2.1.20 + ${kotlin.version} @@ -101,12 +73,6 @@ h2 2.3.232 - - - org.postgresql - postgresql - 42.2.17 - com.zaxxer diff --git a/ui-java/pom.xml b/ui-java/pom.xml index 7a5707b..6091324 100644 --- a/ui-java/pom.xml +++ b/ui-java/pom.xml @@ -4,14 +4,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - de.unixwork ui-java - 1.0-SNAPSHOT + org.apache.maven.plugins maven-compiler-plugin + 3.15.0 25 25 @@ -20,23 +20,6 @@ - - - org.codehaus.mojo - exec-maven-plugin - 3.1.0 - - - - java - - - - - de.unixwork.ui.demo.Main - test - - @@ -46,10 +29,4 @@ 1.0-SNAPSHOT - - 25 - 25 - UTF-8 - - diff --git a/ui-kotlin/pom.xml b/ui-kotlin/pom.xml index 03f2d81..42bcdf9 100644 --- a/ui-kotlin/pom.xml +++ b/ui-kotlin/pom.xml @@ -4,29 +4,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - de.unixwork ui-kotlin - 1.0-SNAPSHOT - + rssreader de.unixwork 1.0-SNAPSHOT - - UTF-8 - official - 1.8 - - - - - mavenCentral - https://repo1.maven.org/maven2/ - - - src/main/kotlin src/test/kotlin @@ -34,7 +19,7 @@ org.jetbrains.kotlin kotlin-maven-plugin - 2.1.20 + ${kotlin.version} compile @@ -54,11 +39,7 @@ maven-surefire-plugin - 2.22.2 - - - maven-failsafe-plugin - 2.22.2 + 3.5.5 @@ -67,24 +48,24 @@ org.jetbrains.kotlin kotlin-test-junit5 - 2.1.20 + ${kotlin.version} test org.junit.jupiter junit-jupiter - 5.10.0 + 6.1.0 test org.jetbrains.kotlin kotlin-stdlib - 2.1.20 + ${kotlin.version} org.jetbrains.kotlinx kotlinx-coroutines-core - 1.10.2 + 1.11.0