Skip to content

Commit 322d7ea

Browse files
v1.2.0
1 parent 6120cef commit 322d7ea

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you are using Contentstack Java SDK, then the Utils SDK is already imported i
3232
</dependency>
3333
```
3434

35-
Download [{latest}](https://search.maven.org/artifact/com.contentstack.sdk/utils) dependency here
35+
Download [Latest](https://central.sonatype.dev/artifact/com.contentstack.sdk/utils/) dependency here
3636

3737
### Usage
3838

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<url>https://www.***REMOVED***</url>
1515

1616
<properties>
17-
<util.version>1.2.0-SNAPSHOT</util.version>
1817
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1918
<project.reporting.sourceEncoding>UTF-8</project.reporting.sourceEncoding>
2019
<maven.compiler.source>1.8</maven.compiler.source>
@@ -104,7 +103,7 @@
104103
<groupId>com.googlecode.json-simple</groupId>
105104
<artifactId>json-simple</artifactId>
106105
<version>${json.simple.version}</version>
107-
<scope>exclusion</scope>
106+
<scope>provided</scope>
108107
</dependency>
109108
<dependency>
110109
<groupId>org.springframework</groupId>
@@ -206,7 +205,7 @@
206205
<plugin>
207206
<groupId>org.sonatype.plugins</groupId>
208207
<artifactId>nexus-staging-maven-plugin</artifactId>
209-
<version>1.6.7</version>
208+
<version>1.6.13</version>
210209
<extensions>true</extensions>
211210
<configuration>
212211
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)