Skip to content

Commit 5be0f8e

Browse files
authored
Merge pull request #168 from splitio/release-4.1.2
Release 4.1.2
2 parents cf1f5ab + 36403e7 commit 5be0f8e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

client/CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
CHANGES
22

3-
4.1.2(XXX XX, 2020)
3+
4.1.2 (Nov 25, 2020)
44
- Updated junit from 4.12 to 4.13.1
5+
- Updated HttpClient from 4.5.2 to 5.0.3
56

67
4.1.1 (Sep 30, 2020)
78
- Fixed fetch retries after received an SPLIT_CHANGE.

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.split.client</groupId>
77
<artifactId>java-client-parent</artifactId>
8-
<version>4.1.2-rc3</version>
8+
<version>4.1.2</version>
99
</parent>
1010
<artifactId>java-client</artifactId>
1111
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.split.client</groupId>
66
<artifactId>java-client-parent</artifactId>
7-
<version>4.1.2-rc3</version>
7+
<version>4.1.2</version>
88
<dependencyManagement>
99
<dependencies>
1010
<dependency>

testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.split.client</groupId>
88
<artifactId>java-client-parent</artifactId>
9-
<version>4.1.2-rc3</version>
9+
<version>4.1.2</version>
1010
</parent>
1111

1212
<artifactId>java-client-testing</artifactId>

0 commit comments

Comments
 (0)