Skip to content

Commit

Permalink
feature: release to 2.1.8.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
myoss committed Mar 25, 2021
1 parent 1938308 commit 58ce8af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
## Download

- [maven][1]
- [the latest JAR][2]
- [the latest JAR][2]

[1]: https://repo1.maven.org/maven2/app/myoss/cloud/mybatis/myoss-mybatis-generator/

[1]: https://repo1.maven.org/maven2/app/myoss/cloud/mybatis/myoss-mybatis-generator/
[2]: https://search.maven.org/remote_content?g=app.myoss.cloud.mybatis&a=myoss-mybatis-generator&v=LATEST

## Maven
Expand All @@ -22,6 +23,6 @@
<dependency>
<groupId>app.myoss.cloud.mybatis</groupId>
<artifactId>myoss-mybatis-generator</artifactId>
<version>2.1.7.RELEASE</version>
<version>2.1.8.RELEASE</version>
</dependency>
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>app.myoss.cloud.mybatis</groupId>
<artifactId>myoss-mybatis-generator</artifactId>
<version>2.1.7.RELEASE</version>
<version>2.1.8.RELEASE</version>
<packaging>jar</packaging>

<name>myoss-mybatis-generator</name>
Expand Down

0 comments on commit 58ce8af

Please sign in to comment.