Skip to content

Commit fbaa63a

Browse files
committed
Remove yet one more tab emacs injected
1 parent 83e7cba commit fbaa63a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
4343
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
4444
- name: Perform release
45-
env:
45+
env:
4646
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
4747
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
4848
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>2.15.0-rc3-SNAPSHOT</version>
16+
<version>2.15.0-rc2-SNAPSHOT</version>
1717
<packaging>jar</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<licenses>

0 commit comments

Comments
 (0)