File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
43
43
gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
44
44
- name : Perform release
45
- env:
45
+ env :
46
46
CI_DEPLOY_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
47
47
CI_DEPLOY_PASSWORD : ${{ secrets.CI_DEPLOY_PASSWORD }}
48
48
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 13
13
<groupId >com.fasterxml.jackson.core</groupId >
14
14
<artifactId >jackson-core</artifactId >
15
15
<name >Jackson-core</name >
16
- <version >2.15.0-rc3 -SNAPSHOT</version >
16
+ <version >2.15.0-rc2 -SNAPSHOT</version >
17
17
<packaging >jar</packaging >
18
18
<description >Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description >
19
19
<licenses >
You can’t perform that action at this time.
0 commit comments