Skip to content

Commit

Permalink
Release of zlibsvm in v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Dec 15, 2021
1 parent 6778a59 commit 6b31f3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use the latest release of **zlibsvm**, please use the following snippet in yo
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>zlibsvm-core</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>zlibsvm</artifactId>
<packaging>pom</packaging>
<version>2.0.4</version>
<version>2.0.5</version>

<name>zlibsvm</name>
<description>A Java binding for the famous LIBSVM library</description>
Expand Down Expand Up @@ -78,7 +78,7 @@
<maven.compile.encoding>UTF-8</maven.compile.encoding>
<maven.compiler.target>${java.target}</maven.compiler.target>

<zlibsvm.version>2.0.4</zlibsvm.version>
<zlibsvm.version>2.0.5</zlibsvm.version>
<libsvm.version>3.25</libsvm.version>
<!-- apache commons stuff -->
<commons.lang3.version>3.12.0</commons.lang3.version>
Expand Down
2 changes: 1 addition & 1 deletion zlibsvm-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>zlibsvm</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zlibsvm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>zlibsvm</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 6b31f3e

Please sign in to comment.