Skip to content

Commit

Permalink
Release: 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatype-zion committed May 15, 2023
1 parent 40b013e commit f4b31c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion checkstyle-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.sonatype</groupId>
<artifactId>codestyle</artifactId>
<version>18-SNAPSHOT</version>
<version>18</version>
</parent>

<artifactId>checkstyle-checks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pmd-ruleset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.sonatype</groupId>
<artifactId>codestyle</artifactId>
<version>18-SNAPSHOT</version>
<version>18</version>
</parent>

<artifactId>pmd-ruleset</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
</plugin>
</plugins>
</build>
<version>18-SNAPSHOT</version>
<version>18</version>
</project>

0 comments on commit f4b31c2

Please sign in to comment.