|
7 | 7 | <groupId>de.hs-heilbronn.mi</groupId>
|
8 | 8 | <artifactId>zlibsvm</artifactId>
|
9 | 9 | <packaging>pom</packaging>
|
10 |
| - <version>2.0.4-SNAPSHOT</version> |
| 10 | + <version>2.0.4</version> |
11 | 11 |
|
12 | 12 | <name>zlibsvm</name>
|
13 | 13 | <description>A Java binding for the famous LIBSVM library</description>
|
|
21 | 21 | <scm>
|
22 | 22 | <connection>scm:git:git://github.com/rzo1/zlibsvm.git</connection>
|
23 | 23 | < developerConnection>scm:git: [email protected]:rzo1/zlibsvm.git</ developerConnection>
|
24 |
| - <url>http://github.com/rzo1/zlibsvm</url> |
| 24 | + <url>https://github.com/rzo1/zlibsvm</url> |
25 | 25 | </scm>
|
26 | 26 |
|
27 | 27 | <licenses>
|
28 | 28 | <license>
|
29 | 29 | <name>Apache 2.0</name>
|
30 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 30 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
31 | 31 | <distribution>repo</distribution>
|
32 | 32 | <comments>A business-friendly OSS license</comments>
|
33 | 33 | </license>
|
34 | 34 | </licenses>
|
35 | 35 |
|
36 | 36 | <organization>
|
37 | 37 | <name>Heilbronn University - Medical Informatics</name>
|
38 |
| - <url>http://www.mi.hs-heilbronn.de</url> |
| 38 | + <url>https://www.mi.hs-heilbronn.de</url> |
39 | 39 | </organization>
|
40 | 40 |
|
41 | 41 | <developers>
|
|
47 | 47 | </roles>
|
48 | 48 |
|
49 | 49 | <organization>University of Heilbronn - Medical Informatics</organization>
|
50 |
| - <organizationUrl>http://www.mi.hs-heilbronn.de</organizationUrl> |
| 50 | + <organizationUrl>https://www.mi.hs-heilbronn.de</organizationUrl> |
51 | 51 | </developer>
|
52 | 52 | <developer>
|
53 | 53 | <id>mawiesne</id>
|
54 | 54 | <name>Martin Wiesner</name>
|
55 | 55 |
|
56 | 56 | <organization>University of Heilbronn - Medical Informatics</organization>
|
57 |
| - <organizationUrl>http://www.mi.hs-heilbronn.de</organizationUrl> |
| 57 | + <organizationUrl>https://www.mi.hs-heilbronn.de</organizationUrl> |
58 | 58 | <roles>
|
59 | 59 | <role>developer</role>
|
60 | 60 | </roles>
|
|
78 | 78 | <maven.compile.encoding>UTF-8</maven.compile.encoding>
|
79 | 79 | <maven.compiler.target>${java.target}</maven.compiler.target>
|
80 | 80 |
|
81 |
| - <zlibsvm.version>2.0.4-SNAPSHOT</zlibsvm.version> |
| 81 | + <zlibsvm.version>2.0.4</zlibsvm.version> |
82 | 82 | <libsvm.version>3.25</libsvm.version>
|
83 | 83 | <!-- apache commons stuff -->
|
84 | 84 | <commons.lang3.version>3.12.0</commons.lang3.version>
|
|
200 | 200 | </executions>
|
201 | 201 | <configuration>
|
202 | 202 | <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
|
203 |
| - <!-- workaround for https://bugs.openjdk.java.net/browse/JDK-8212233 --> |
| 203 | + <!-- workaround for httpss://bugs.openjdk.java.net/browse/JDK-8212233 --> |
204 | 204 | <javaApiLinks>
|
205 | 205 | <property>
|
206 | 206 | <name>foo</name>
|
|
0 commit comments