Skip to content

Commit 046608a

Browse files
committed
[maven-release-plugin] prepare release stream-java-2.1.2
1 parent 5969137 commit 046608a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.getstream.client</groupId>
66
<artifactId>stream-java</artifactId>
77
<packaging>pom</packaging>
8-
<version>2.1.2-SNAPSHOT</version>
8+
<version>2.1.2</version>
99

1010
<name>stream-java</name>
1111
<description>stream-java is a Java client for http://getstream.io.</description>
@@ -39,7 +39,7 @@
3939
<connection>scm:git:git@github.com:GetStream/stream-java.git</connection>
4040
<developerConnection>scm:git:git@github.com:GetStream/stream-java.git</developerConnection>
4141
<url>git@github.com:GetStream/stream-java.git</url>
42-
<tag>HEAD</tag>
42+
<tag>stream-java-2.1.2</tag>
4343
</scm>
4444

4545
<modules>

stream-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>stream-java</artifactId>
55
<groupId>io.getstream.client</groupId>
6-
<version>2.1.2-SNAPSHOT</version>
6+
<version>2.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

stream-repo-apache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>stream-java</artifactId>
55
<groupId>io.getstream.client</groupId>
6-
<version>2.1.2-SNAPSHOT</version>
6+
<version>2.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

stream-repo-okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>stream-java</artifactId>
55
<groupId>io.getstream.client</groupId>
6-
<version>2.1.2-SNAPSHOT</version>
6+
<version>2.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)