Skip to content

Commit d3c67f9

Browse files
feat/CS-37219-azure-eu-and-include-metadata
pom.xml updated to implement pipeline
1 parent 6f350ad commit d3c67f9

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/maven-publish.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ jobs:
1515
with:
1616
java-version: '8'
1717
distribution: 'adopt'
18-
server-id: shaileshmishra
19-
server-username: ${{ secrets.MAVEN_USERNAME }}
20-
server-password: ${{ secrets.MAVEN_PASSWORD }}
18+
server-id: ossrh
19+
server-username: ${{ secrets.OSSRH_USERNAME }}
20+
server-password: ${{ secrets.OSSRH_TOKEN }}
2121
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
2222
- name: Publish package
2323
run: mvn --batch-mode deploy
24-
env:
25-
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
26-
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
27-
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2824
publish-github:
2925
runs-on: ubuntu-latest
3026
steps:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.contentstack.sdk</groupId>
77
<artifactId>java</artifactId>
8-
<version>1.12.0</version>
8+
<version>1.11.1.1</version>
99
<packaging>jar</packaging>
1010
<name>contentstack-java</name>
1111
<description>Java SDK for Contentstack Content Delivery API</description>

0 commit comments

Comments
 (0)