Skip to content

Commit

Permalink
release 4.3.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttie committed Jun 3, 2024
1 parent b65b718 commit 340ac45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To install, use the following maven coordinates:
<dependency>
<groupId>io.github.metarank</groupId>
<artifactId>lightgbm4j</artifactId>
<version>4.1.0-2</version>
<version>4.3.0-1</version>
</dependency>
```

Expand Down
17 changes: 12 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.metarank</groupId>
<artifactId>lightgbm4j</artifactId>
<version>4.1.0-2</version>
<version>4.3.0-1</version>

<name>LightGBM4j: Java LightGBM wrapper</name>
<description>A high-level wrapper for LightGBM toolkit</description>
Expand Down Expand Up @@ -34,8 +34,8 @@
</scm>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
<dependencies>
<dependency>
Expand All @@ -59,12 +59,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<version>1.5.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -144,6 +144,13 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>maven_central</id>
<name>Maven Central</name>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 340ac45

Please sign in to comment.