Skip to content

Commit

Permalink
v1.1.1 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaileshmishra committed Jul 16, 2023
1 parent bd85884 commit 1f6d31f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-passphrase: GPG_PASSPHRASE
- name: Build and Test
run: |
mvn clean test jacoco:report
mvn -B verify -P coverage --no-transfer-progress
- name: Publish Coverage Report
uses: actions/upload-artifact@v2
with:
name: Coverage Report
path: target/site/jacoco/index.html
- name: Publish to the Maven Central Repository
run: mvn --batch-mode deploy
env:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>cms</artifactId>
<packaging>jar</packaging>
<name>contentstack-management-java</name>
<version>1.2.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
API-first approach
</description>
Expand Down

0 comments on commit 1f6d31f

Please sign in to comment.