Skip to content

Commit a2b5ae6

Browse files
committed
Bump build-tools from 27-SNAPSHOT to 27
1 parent 242b45a commit a2b5ae6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
6161
echo "MAVEN_OPTS=-Daether.connector.http.connectionMaxTtl=180 -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30" >> $GITHUB_ENV
62-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/26/scripts" >> $GITHUB_ENV
62+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/27/scripts" >> $GITHUB_ENV
6363
- name: Check Environment
6464
shell: bash
6565
run: |

Diff for: .github/workflows/git-repo-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash
2424
run: |
2525
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
26-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/26/scripts" >> $GITHUB_ENV
26+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/27/scripts" >> $GITHUB_ENV
2727
- name: Sync
2828
run: .ci/git-repo-sync.sh
2929
shell: bash

Diff for: .github/workflows/troubleshooting.yml

+1-1
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/26/scripts" >> $GITHUB_ENV
39+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/27/scripts" >> $GITHUB_ENV
4040
- name: Check Environment
4141
shell: bash
4242
run: |

Diff for: pom.xml

+1-1
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>27-SNAPSHOT</pmd.build-tools.version>
118+
<pmd.build-tools.version>27</pmd.build-tools.version>
119119

120120
<pmd-designer.version>7.2.0</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)