Skip to content

Commit

Permalink
releases version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Sep 8, 2020
1 parent d0643f1 commit 9635bb1
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.2-SNAPSHOT</version>
<version>2.0.2</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.2-SNAPSHOT</version>
<version>2.0.2</version>

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

<zlibsvm.version>2.0.2-SNAPSHOT</zlibsvm.version>
<zlibsvm.version>2.0.2</zlibsvm.version>
<libsvm.version>3.24</libsvm.version>
<!-- apache commons stuff -->
<commons.lang3.version>3.11</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.2-SNAPSHOT</version>
<version>2.0.2</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.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 9635bb1

Please sign in to comment.