Skip to content

Commit

Permalink
1.10.2
Browse files Browse the repository at this point in the history
* Bug fixes and improvements.
  • Loading branch information
landawn committed Feb 1, 2021
1 parent 6dc4102 commit 9a7f9da
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.10.2

* Bug fixes and improvements.


### 1.10.1

* Bug fixes and improvements.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Another Java persistence framework.
* Gradle:
```gradle
// JDK 1.8 or above:
compile 'com.landawn:abacus-entity-manager:1.10.1'
compile 'com.landawn:abacus-entity-manager:1.10.2'
```

## Also See: [abacus-common](https://github.com/landawn/abacus-common), [abacus-jdbc](https://github.com/landawn/abacus-jdbc).
Expand Down
4 changes: 2 additions & 2 deletions maven/0.0.1-SNAPSHOT/abacus-entity-manager-0.0.1-SNAPSHOT.pom
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
</dependency>

<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-jdbc</artifactId>
<version>1.22.5</version>
<version>1.22.6</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 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-entity-manager</artifactId>
<version>1.10.2</version>
<version>1.10.3</version>
<packaging>jar</packaging>

<name>abacus-entity-manager</name>
Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
</dependency>

<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-jdbc</artifactId>
<version>1.22.5</version>
<version>1.22.6</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 9a7f9da

Please sign in to comment.