Skip to content

Commit

Permalink
[Release] Bump version from 2.2.0 to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yihleego committed Sep 24, 2021
1 parent 74eb1d9 commit d676b6d
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ $ mvn clean install
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
```

### Gradle

```xml
implementation 'io.leego:mypages:2.2.0'
implementation 'io.leego:mypages:2.2.1'
```

## 支持数据库
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ $ mvn clean install
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
```

### Gradle

```xml
implementation 'io.leego:mypages:2.2.0'
implementation 'io.leego:mypages:2.2.1'
```

## Supported
Expand Down
2 changes: 1 addition & 1 deletion mypages-samples/mypages-sample-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-samples</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>mypages-sample-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mypages-samples/mypages-sample-mybatis-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-samples</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>mypages-sample-mybatis-plus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mypages-samples/mypages-sample-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-samples</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>mypages-sample-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mypages-samples/mypages-sample-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-samples</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>mypages-sample-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mypages-samples/mypages-sample-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-samples</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>mypages-sample-spring</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions mypages-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-parent</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>mypages-samples</artifactId>
Expand All @@ -27,8 +27,6 @@
<properties>
<java.version>1.8</java.version>
<encoding>UTF-8</encoding>
<mypages.version>2.2.0</mypages.version>
<mypages-spring-boot-starter.version>2.2.0</mypages-spring-boot-starter.version>
<mybatis.version>3.5.7</mybatis.version>
<mybatis-spring.version>2.0.6</mybatis-spring.version>
<mybatis-spring-boot-starter.version>2.2.0</mybatis-spring-boot-starter.version>
Expand All @@ -41,12 +39,12 @@
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages</artifactId>
<version>${mypages.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages-spring-boot-starter</artifactId>
<version>${mypages-spring-boot-starter.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
Expand Down
2 changes: 1 addition & 1 deletion mypages-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-parent</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>mypages-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mypages-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-parent</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>mypages-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mypages-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-parent</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>mypages-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mypages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-parent</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</parent>

<artifactId>mypages</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>io.leego</groupId>
<artifactId>mypages-parent</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>MyPages is a java based, open source pagination plugin for MyBatis that simplifies database paging queries.</description>
Expand Down

0 comments on commit d676b6d

Please sign in to comment.