Skip to content

Commit

Permalink
minor: Bump project version to 10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2022
1 parent 348decf commit c725b21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eclipsecs-sevntu-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>
<eclipsecs.version>10.4.0-SNAPSHOT</eclipsecs.version>
<!-- verify time version -->
<checkstyle.version>10.4</checkstyle.version>
<checkstyle.version>10.5.0</checkstyle.version>
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle_checks.xml</checkstyle.configLocation>
<checkstyle.header>https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java.header</checkstyle.header>
<checkstyle.regexp.header>https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java_regexp.header</checkstyle.regexp.header>
Expand Down
2 changes: 1 addition & 1 deletion sevntu-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- It is compile dependency to checkstyle, this version has to be the same as eclipse-cs depends on -->
<checkstyle.eclipse-cs.version>10.4</checkstyle.eclipse-cs.version>
<!-- verify time version -->
<checkstyle.version>10.4</checkstyle.version>
<checkstyle.version>10.5.0</checkstyle.version>
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle_checks.xml</checkstyle.configLocation>
<checkstyle.nonMain.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle_non_main_files_checks.xml</checkstyle.nonMain.configLocation>
<checkstyle.header>https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java.header</checkstyle.header>
Expand Down
2 changes: 1 addition & 1 deletion sevntu-checkstyle-sonar-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<checkstyle.version>10.4</checkstyle.version>
<checkstyle.version>10.5.0</checkstyle.version>
<checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
<sonar.version>7.9</sonar.version>
<staxmate.version>2.0.1</staxmate.version>
Expand Down

0 comments on commit c725b21

Please sign in to comment.