Skip to content

Commit

Permalink
upgrade pom version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yangziwen committed Feb 18, 2023
1 parent 024b9d1 commit ea552e9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion diff-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>diff-check</artifactId>
<groupId>io.github.yangziwen</groupId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
</parent>

<artifactId>diff-checkstyle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion diff-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>diff-check</artifactId>
<groupId>io.github.yangziwen</groupId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
</parent>

<artifactId>diff-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion diff-jacoco-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>diff-check</artifactId>
<groupId>io.github.yangziwen</groupId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
</parent>

<artifactId>diff-jacoco-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion diff-pmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>diff-check</artifactId>
<groupId>io.github.yangziwen</groupId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
</parent>

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

<groupId>io.github.yangziwen</groupId>
<artifactId>diff-check</artifactId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
<packaging>pom</packaging>

<name>diff-check</name>
Expand Down

0 comments on commit ea552e9

Please sign in to comment.