Skip to content

Commit

Permalink
1.0.3 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwlike213 committed Jun 16, 2022
1 parent 0cde1b4 commit 0247e8f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 188 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>io.github.wwwlike</groupId>
<artifactId>vlife</artifactId>
<packaging>pom</packaging>
<version>1.0.2</version>
<version>1.0.3</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vlife-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.github.wwwlike</groupId>
<artifactId>vlife</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vlife-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vlife-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>vlife</artifactId>
<groupId>io.github.wwwlike</groupId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vlife-plugin</artifactId>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>io.github.wwwlike</groupId>
<artifactId>vlife-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
116 changes: 0 additions & 116 deletions vlife-plugin/pom.xml.versionsBackup

This file was deleted.

4 changes: 2 additions & 2 deletions vlife-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.github.wwwlike</groupId>
<artifactId>vlife</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.wwwlike</groupId>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>io.github.wwwlike</groupId>
<artifactId>vlife-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
66 changes: 0 additions & 66 deletions vlife-spring-boot-starter/pom.xml.versionsBackup

This file was deleted.

0 comments on commit 0247e8f

Please sign in to comment.