Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyangl committed Dec 21, 2024
1 parent a040c6e commit f20b7b2
Show file tree
Hide file tree
Showing 6 changed files with 495 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 @@
### 2.0.2

* Bug fixes and improvements.

### 2.0.1

* 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-2.0.1-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-extra/2.0.1/index.html)
[![Javadocs](https://img.shields.io/badge/javadoc-2.0.2-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-extra/2.0.2/index.html)


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


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.6.9</version>
<version>5.6.10</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>2.0.2</version>
<version>2.1.0</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.6.9</version>
<version>5.6.10</version>
<scope>provided</scope>
</dependency>

Expand Down
Loading

0 comments on commit f20b7b2

Please sign in to comment.