Skip to content

Commit

Permalink
infra: fix name of upstream file to be in kebab-case
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Mar 4, 2023
1 parent 4a2a988 commit 632f53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasenotes-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<maven.plugin.javax.mail.version>1.5.0-b01</maven.plugin.javax.mail.version>
<java.version>11</java.version>
<checkstyle.version>10.8.0</checkstyle.version>
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle_checks.xml</checkstyle.configLocation>
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle-checks.xml</checkstyle.configLocation>
<junit.version>4.13.2</junit.version>
<mockito.version>5.1.1</mockito.version>
</properties>
Expand Down

0 comments on commit 632f53a

Please sign in to comment.