Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyangl committed Oct 25, 2024
1 parent 73691fc commit 1e17f9b
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 @@
## 2.1.4

* Improvements

## 2.1.3

* 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-query

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

## Download/Installation & [Changes](https://github.com/landawn/abacus-query/blob/master/CHANGES.md):

Expand All @@ -10,7 +10,7 @@
* Gradle:
```gradle
// JDK 1.8 or above:
compile 'com.landawn:abacus-query:2.1.3'
compile 'com.landawn:abacus-query:2.1.4'
```


Expand Down
2 changes: 1 addition & 1 deletion maven/0.0.1-SNAPSHOT/abacus-query-0.0.1-SNAPSHOT.pom
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>5.3.21</version>
<version>5.3.22</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-query</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
<packaging>jar</packaging>

<name>abacus-query</name>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>5.3.21</version>
<version>5.3.22</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 1e17f9b

Please sign in to comment.