Skip to content

Commit d37769e

Browse files
committed
Bump builds-tools from 25-SNAPSHOT to 25
1 parent 2a0cba7 commit d37769e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
6464
echo "MAVEN_OPTS=-Daether.connector.http.connectionMaxTtl=180 -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30" >> $GITHUB_ENV
65-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/24/scripts" >> $GITHUB_ENV
65+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/25/scripts" >> $GITHUB_ENV
6666
- name: Check Environment
6767
shell: bash
6868
run: |

.github/workflows/git-repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shell: bash
2525
run: |
2626
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
27-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/24/scripts" >> $GITHUB_ENV
27+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/25/scripts" >> $GITHUB_ENV
2828
- name: Sync
2929
run: .ci/git-repo-sync.sh
3030
shell: bash

.github/workflows/troubleshooting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
3838
echo "MAVEN_OPTS=-Daether.connector.http.connectionMaxTtl=180 -DstagingProgressTimeoutMinutes=30" >> $GITHUB_ENV
39-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/24/scripts" >> $GITHUB_ENV
39+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/25/scripts" >> $GITHUB_ENV
4040
- name: Check Environment
4141
shell: bash
4242
run: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<argLine>-Xmx512m -Dfile.encoding=${project.build.sourceEncoding} ${extraArgLine}</argLine>
116116
<extraArgLine /> <!-- empty by default, profiles set it as needed -->
117117

118-
<pmd.build-tools.version>25-SNAPSHOT</pmd.build-tools.version>
118+
<pmd.build-tools.version>25</pmd.build-tools.version>
119119

120120
<pmd-designer.version>7.2.0-SNAPSHOT</pmd-designer.version>
121121
<javacc.jar>${settings.localRepository}/net/java/dev/javacc/javacc/${javacc.version}/javacc-${javacc.version}.jar</javacc.jar>

0 commit comments

Comments
 (0)