We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49df520 commit e640ad4Copy full SHA for e640ad4
changelog.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+A brief description of what changes project contains
4
5
+#### v1.0.1
6
7
+- added surefire plugin to generate test report
8
9
+## Introducing Release Of Java Marketplace SDK
10
11
+#### v1.0.0
12
13
+- Initial release for Marketplace SDK
pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.contentstack.sdk</groupId>
<artifactId>marketplace</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<description>Contentstack Java Management SDK for Content Management API</description>
<url>https://github.com/contentstack/contentstack-management-java/</url>
0 commit comments