File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments