Skip to content

Commit

Permalink
next dev iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 20, 2023
1 parent 0c65ce5 commit b6d2570
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.1.0</version>
<version>2.1.1-SNAPSHOT</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.1.0</zlibsvm.version>
<zlibsvm.version>2.1.1-SNAPSHOT</zlibsvm.version>
<libsvm.version>3.31</libsvm.version>
<!-- apache commons stuff -->
<commons.lang3.version>3.13.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.1.0</version>
<version>2.1.1-SNAPSHOT</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.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit b6d2570

Please sign in to comment.