From e259f24cffc538fbe2049dfa2ceebc8d875ff24f Mon Sep 17 00:00:00 2001 From: Richard Zowalla Date: Mon, 13 Dec 2021 09:21:22 +0100 Subject: [PATCH 1/4] http -> https --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 141b20b..1e7fc9b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,13 +21,13 @@ scm:git:git://github.com/rzo1/zlibsvm.git scm:git:git@github.com:rzo1/zlibsvm.git - http://github.com/rzo1/zlibsvm + https://github.com/rzo1/zlibsvm Apache 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo A business-friendly OSS license @@ -35,7 +35,7 @@ Heilbronn University - Medical Informatics - http://www.mi.hs-heilbronn.de + https://www.mi.hs-heilbronn.de @@ -47,14 +47,14 @@ richard.zowalla@hs-heilbronn.de University of Heilbronn - Medical Informatics - http://www.mi.hs-heilbronn.de + https://www.mi.hs-heilbronn.de mawiesne Martin Wiesner martin.wiesner@hs-heilbronn.de University of Heilbronn - Medical Informatics - http://www.mi.hs-heilbronn.de + https://www.mi.hs-heilbronn.de developer @@ -119,12 +119,12 @@ ossrh Sonatype Nexus snapshot repository - https://oss.sonatype.org/content/repositories/snapshots + httpss://oss.sonatype.org/content/repositories/snapshots ossrh Sonatype Nexus release repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + httpss://oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -200,7 +200,7 @@ ${java.home}/bin/javadoc - + foo From 1bde27562692a586e00b40997e32afe8e3b51e83 Mon Sep 17 00:00:00 2001 From: Richard Zowalla Date: Mon, 13 Dec 2021 09:26:08 +0100 Subject: [PATCH 2/4] relases zlibsvm 2.0.4 --- pom.xml | 4 ++-- zlibsvm-api/pom.xml | 2 +- zlibsvm-core/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1e7fc9b..fa923fd 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ de.hs-heilbronn.mi zlibsvm pom - 2.0.4-SNAPSHOT + 2.0.4 zlibsvm A Java binding for the famous LIBSVM library @@ -78,7 +78,7 @@ UTF-8 ${java.target} - 2.0.4-SNAPSHOT + 2.0.4 3.25 3.12.0 diff --git a/zlibsvm-api/pom.xml b/zlibsvm-api/pom.xml index 646a90a..9506ebd 100644 --- a/zlibsvm-api/pom.xml +++ b/zlibsvm-api/pom.xml @@ -5,7 +5,7 @@ de.hs-heilbronn.mi zlibsvm - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 diff --git a/zlibsvm-core/pom.xml b/zlibsvm-core/pom.xml index 534fc84..51b7a3e 100644 --- a/zlibsvm-core/pom.xml +++ b/zlibsvm-core/pom.xml @@ -5,7 +5,7 @@ de.hs-heilbronn.mi zlibsvm - 2.0.4-SNAPSHOT + 2.0.4 4.0.0 From 814489929ada89f8172ae7860b87043728346415 Mon Sep 17 00:00:00 2001 From: Richard Zowalla Date: Mon, 13 Dec 2021 09:28:40 +0100 Subject: [PATCH 3/4] relases zlibsvm 2.0.4 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fa923fd..331637a 100644 --- a/pom.xml +++ b/pom.xml @@ -119,12 +119,12 @@ ossrh Sonatype Nexus snapshot repository - httpss://oss.sonatype.org/content/repositories/snapshots + https://oss.sonatype.org/content/repositories/snapshots ossrh Sonatype Nexus release repository - httpss://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://oss.sonatype.org/service/local/staging/deploy/maven2/ From bce165006f5abf5c1d08a59d6a3c4ae2441d383f Mon Sep 17 00:00:00 2001 From: Richard Zowalla <13417392+rzo1@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:20:32 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 786dfce..1d790a0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use the latest release of **zlibsvm**, please use the following snippet in yo de.hs-heilbronn.mi zlibsvm-core - 2.0.3 + 2.0.4 ```