Skip to content

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
* Improvements
  • Loading branch information
landawn committed Aug 15, 2022
1 parent c6fc7a1 commit cc91daf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.6

* Improvements


## 1.2.5

* Improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Gradle:
```gradle
// JDK 1.8 or above:
compile 'com.landawn:abacus-query:1.2.5'
compile 'com.landawn:abacus-query:1.2.6'
```


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 @@ -78,7 +78,7 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>3.3.4</version>
<version>3.3.5</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 @@ -4,7 +4,7 @@

<groupId>com.landawn</groupId>
<artifactId>abacus-query</artifactId>
<version>1.2.6</version>
<version>1.2.7</version>
<packaging>jar</packaging>

<name>abacus-query</name>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit cc91daf

Please sign in to comment.