Skip to content

Commit c31cf32

Browse files
authored
Merge pull request #266 from funfried/master
Merge back
2 parents bb98293 + 51b5ca6 commit c31cf32

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.ci.settings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
<properties>
114114
<repoToken>${env.repoToken}</repoToken>
115115
<keystore.pass>${env.signing_keypass}</keystore.pass>
116-
<gpg.passphrase>${env.signing_keypass}</gpg.passphrase>
117116
<skipRemoteStaging>${env.skipRemoteStaging}</skipRemoteStaging>
118117
</properties>
119118
<repositories>

.github/workflows/release_maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ jobs:
3232
env:
3333
GPG_TTY: $(tty)
3434
MAVEN_OPTS: -Xms128m -Xmx512m --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
35+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
36+
signing_keypass: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3537
gh_username: ${{ secrets.GH_USERNAME }}
3638
gh_token: ${{ secrets.GH_TOKEN }}
3739
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}
3840
sonatype_password: ${{ secrets.SONATYPE_PASSWORD }}
3941
repoToken: ${{ secrets.COVERALLS_REPOTOKEN }}
40-
signing_keypass: ${{ secrets.GPG_PASSPHRASE }}
4142
skipRemoteStaging: ${{ secrets.SKIP_REMOTE_STAGING }}
4243
nvd_api_key: ${{ secrets.NVD_API_KEY }}

.github/workflows/windows_maven.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,4 @@ jobs:
2727
run: mvn -s .ci.settings.xml --no-transfer-progress clean package
2828
env:
2929
MAVEN_OPTS: -Xms128m -Xmx512m --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
30-
gh_username: ${{ secrets.GH_USERNAME }}
31-
gh_token: ${{ secrets.GH_TOKEN }}
32-
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}
33-
sonatype_password: ${{ secrets.SONATYPE_PASSWORD }}
34-
repoToken: ${{ secrets.GH_REPOTOKEN }}
35-
signing_keypass: ${{ secrets.GPG_PASSPHRASE }}
36-
skipRemoteStaging: ${{ secrets.SKIP_REMOTE_STAGING }}
3730
nvd_api_key: ${{ secrets.NVD_API_KEY }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7d825731274a4f4783e4203eb7cbf811)](https://www.codacy.com/manual/funfried/externalcodeformatter_for_netbeans?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=funfried/externalcodeformatter_for_netbeans&amp;utm_campaign=Badge_Grade)
77
[![Maven Central](https://img.shields.io/maven-central/v/de.funfried.netbeans.plugins/externalcodeformatter)](https://repo1.maven.org/maven2/de/funfried/netbeans/plugins/externalcodeformatter/)
88
[![GitHub All Releases](https://img.shields.io/github/downloads/funfried/externalcodeformatter_for_netbeans/total)](https://github.com/funfried/externalcodeformatter_for_netbeans/releases)
9+
[![Portal Downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenbeans.org%2Fplugin-counter%2Fapi%2F15&label=portal%20downloads)](https://plugins.netbeans.apache.org/catalogue/?id=15)
910
[![GitHub issues](https://img.shields.io/github/issues/funfried/externalcodeformatter_for_netbeans)](https://github.com/funfried/externalcodeformatter_for_netbeans/issues)
1011
[![Eclipse Public License, Version 2.0](https://img.shields.io/badge/license-EPL%20v2.0-green)](http://funfried.github.io/externalcodeformatter_for_netbeans/licenses.html)
1112
[![Follow Me On Twitter](https://img.shields.io/twitter/follow/funfried84?style=social)](https://twitter.com/funfried84)

0 commit comments

Comments
 (0)