Skip to content

Commit

Permalink
0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Jun 23, 2020
1 parent 7726907 commit 8be8295
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.leozhang123</groupId>
<artifactId>zaudit-spring-boot</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>pom</packaging>
<modules>
<module>zaudit-spring-boot-autoconfigure</module>
Expand Down
2 changes: 1 addition & 1 deletion zaudit-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.leozhang123</groupId>
<artifactId>zaudit-spring-boot</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>zaudit-spring-boot-autoconfigure</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion zaudit-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.leozhang123</groupId>
<artifactId>zaudit-spring-boot</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>zaudit-spring-boot-starter</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion zaudit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.leozhang123</groupId>
<artifactId>zaudit-spring-boot</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>zaudit</artifactId>
<dependencies>
Expand Down

0 comments on commit 8be8295

Please sign in to comment.