Skip to content

Commit

Permalink
1. 6.5.1.4.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
weilong.hu committed Jan 28, 2021
1 parent 351f4b3 commit 6c75c40
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ebatis-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ebatis</artifactId>
<groupId>io.manbang</groupId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ebatis-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ebatis-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ebatis</artifactId>
<groupId>io.manbang</groupId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-spring</artifactId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ebatis-spring-boot</artifactId>
<groupId>io.manbang</groupId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ebatis-spring-boot/ebatis-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ebatis-spring-boot</artifactId>
<groupId>io.manbang</groupId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions ebatis-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ebatis</artifactId>
<groupId>io.manbang</groupId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,17 +30,17 @@
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-spring</artifactId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-core</artifactId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>io.manbang</groupId>
<artifactId>ebatis-spring-boot-autoconfigure</artifactId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions ebatis-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ebatis</artifactId>
<groupId>io.manbang</groupId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ebatis-spring</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<artifactId>ebatis-core</artifactId>
<groupId>io.manbang</groupId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ebatis-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ebatis</artifactId>
<groupId>io.manbang</groupId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.manbang</groupId>
<artifactId>ebatis</artifactId>
<version>6.5.1.3.RELEASE</version>
<version>6.5.1.4.RELEASE</version>
<packaging>pom</packaging>
<name>ebatis</name>
<description>Elasticsearch ORM Framework</description>
Expand Down

0 comments on commit 6c75c40

Please sign in to comment.