Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

Commit e35cd59

Browse files
committed
[maven-release-plugin] prepare release symphony-java-client-1.0.2
1 parent 4551643 commit e35cd59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.symphonyoss.symphony</groupId>
2828
<artifactId>symphony-java-client</artifactId>
29-
<version>1.0.2-SNAPSHOT</version>
29+
<version>1.0.2</version>
3030
<name>Symphony Java Client</name>
3131
<packaging>pom</packaging>
3232
<url>https://github.com/symphonyoss/symphony-java-client</url>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:git://github.com/symphonyoss/symphony-java-client.git</connection>
5050
<developerConnection>scm:git:git@github.com:symphonyoss/symphony-java-client.git</developerConnection>
5151
<url>https://github.com/symphonyoss/symphony-java-client</url>
52-
<tag>HEAD</tag>
52+
<tag>symphony-java-client-1.0.2</tag>
5353
</scm>
5454

5555
<developers>

symphony-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>symphony-java-client</artifactId>
2727
<groupId>org.symphonyoss.symphony</groupId>
28-
<version>1.0.2-SNAPSHOT</version>
28+
<version>1.0.2</version>
2929
</parent>
3030

3131
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)