We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f37e9 commit d3fa324Copy full SHA for d3fa324
.github/workflows/maven--package-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
java-version: '11'
21
distribution: 'adopt'
22
- server-id: ossrh
+ server-id: central
23
server-username: MAVEN_USERNAME
24
server-password: MAVEN_PASSWORD
25
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>com.contentstack.sdk</groupId>
7
<artifactId>java</artifactId>
8
- <version>2.2.1-beta</version>
+ <version>2.2.0-beta</version>
9
<packaging>jar</packaging>
10
<name>contentstack-java</name>
11
<description>Java SDK for Contentstack Content Delivery API</description>
0 commit comments