Skip to content

Commit 5b26395

Browse files
authored
Merge branch 'master' into feat/add-ot-support
2 parents ab5bae8 + db129cf commit 5b26395

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
server-username: MAVEN_USERNAME
2525
server-password: MAVEN_PASSWORD
2626
settings-path: ${{ github.workspace }} # Location for settings.xml file
27-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
27+
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY_ABHI }}
2828
gpg-passphrase: GPG_PASSPHRASE
2929

3030
- name: Publish with Maven deploy
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
MAVEN_USERNAME: ${{ secrets.NEXUS_USERNAME }}
4040
MAVEN_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
41-
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
41+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE_ABHI }}
4242

4343
- name: Upload coverage to Codecov
4444
uses: codecov/codecov-action@v3

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>github-client</artifactId>
6-
<version>0.3.4-SNAPSHOT</version>
6+
<version>0.3.7-SNAPSHOT</version>
77

88
<parent>
99
<groupId>com.spotify</groupId>
@@ -67,7 +67,7 @@
6767
<properties>
6868
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6969
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
70-
<project.build.outputTimestamp>1737127111</project.build.outputTimestamp>
70+
<project.build.outputTimestamp>1738229414</project.build.outputTimestamp>
7171
<spotbugs.excludeFilterFile>spotbugsexclude.xml</spotbugs.excludeFilterFile>
7272
<checkstyle.violationSeverity>error</checkstyle.violationSeverity>
7373
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>

0 commit comments

Comments
 (0)