Skip to content

Commit 129be0a

Browse files
v1.1.1 snapshot
1 parent ac51fdc commit 129be0a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ jobs:
1717
server-username: MAVEN_USERNAME
1818
server-password: MAVEN_PASSWORD
1919
gpg-passphrase: GPG_PASSPHRASE
20+
- name: Build and Test
21+
run: |
22+
mvn clean test jacoco:report
23+
mvn -B verify -P coverage --no-transfer-progress
24+
- name: Publish Coverage Report
25+
uses: actions/upload-artifact@v2
26+
with:
27+
name: Coverage Report
28+
path: target/site/jacoco/index.html
2029
- name: Publish to the Maven Central Repository
2130
run: mvn --batch-mode deploy
2231
env:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>cms</artifactId>
77
<packaging>jar</packaging>
88
<name>contentstack-management-java</name>
9-
<version>1.2.0-SNAPSHOT</version>
9+
<version>1.0.0-SNAPSHOT</version>
1010
<description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
1111
API-first approach
1212
</description>

0 commit comments

Comments
 (0)