Skip to content

Commit

Permalink
1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyangl committed Sep 8, 2024
1 parent 0a2c9ae commit 0b08c3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.9.5

* Bug fixes and improvements.

### 1.9.4

* Bug fixes and improvements.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# abacus-extra

[![Maven Central](https://img.shields.io/maven-central/v/com.landawn/abacus-extra.svg)](https://maven-badges.herokuapp.com/maven-central/com.landawn/abacus-extra/)
[![Javadocs](https://img.shields.io/badge/javadoc-1.9.4-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-extra/1.9.4/index.html)
[![Javadocs](https://img.shields.io/badge/javadoc-1.9.5-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-extra/1.9.5/index.html)


* Matrixes:
Expand Down Expand Up @@ -32,7 +32,7 @@
* Gradle:
```gradle
// JDK 1.8 or above:
compile 'com.landawn:abacus-extra:1.9.4'
compile 'com.landawn:abacus-extra:1.9.5'
```


Expand Down
2 changes: 1 addition & 1 deletion maven/0.0.1-SNAPSHOT/abacus-extra-0.0.1-SNAPSHOT.pom
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>5.3.13</version>
<version>5.3.14</version>
</dependency>
</dependencies>

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

<groupId>com.landawn</groupId>
<artifactId>abacus-extra</artifactId>
<version>1.9.5</version>
<version>1.9.6</version>
<packaging>jar</packaging>

<name>abacus-extra</name>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>5.3.13</version>
<version>5.3.14</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 0b08c3e

Please sign in to comment.