Skip to content

Commit

Permalink
Updated POM to 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Yong Sheng Tan committed Mar 21, 2019
1 parent 18db92e commit 5bdc901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Java client is built in an event handler architecture. If you are building a
<dependency>
<groupId>com.symphony.platformsolutions</groupId>
<artifactId>symphony-api-client-java</artifactId>
<version>1.0.18</version>
<version>1.0.19</version>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.symphony.platformsolutions</groupId>
<artifactId>symphony-api-client-java</artifactId>
<version>1.0.19-SNAPSHOT</version>
<version>1.0.19</version>
<name>Symphony API Client</name>
<url>https://github.com/SymphonyPlatformSolutions/symphony-api-client-java</url>
<description>Symphony API Client provided by Symphony Platform Solutions team</description>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:git://github.com/SymphonyPlatformSolutions/symphony-api-client-java.git</connection>
<developerConnection>scm:git:ssh://github.com/SymphonyPlatformSolutions/symphony-api-client-java.git</developerConnection>
<url>https://github.com/SymphonyPlatformSolutions/symphony-api-client-java</url>
<tag>symphony-api-client-java-1.0.18</tag>
<tag>symphony-api-client-java-1.0.19</tag>
</scm>

<properties>
Expand Down

0 comments on commit 5bdc901

Please sign in to comment.