Skip to content

Commit d55e6d9

Browse files
committed
v2.5.1 ^_^
1 parent cbce725 commit d55e6d9

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

okhttps-fastjson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ejlchina</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>2.5.0</version>
11+
<version>2.5.1</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ejlchina</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>2.5.0</version>
11+
<version>2.5.1</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ejlchina</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>2.5.0</version>
11+
<version>2.5.1</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-parallel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ejlchina</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>2.5.0</version>
11+
<version>2.5.1</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-stomp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ejlchina</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>2.5.0</version>
11+
<version>2.5.1</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ejlchina</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>2.5.0</version>
11+
<version>2.5.1</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ejlchina</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>2.5.0</version>
11+
<version>2.5.1</version>
1212
</parent>
1313

1414
<dependencies>

okhttps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.ejlchina</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>2.5.0</version>
11+
<version>2.5.1</version>
1212
</parent>
1313

1414
<dependencies>

pom.xml

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

44
<groupId>com.ejlchina</groupId>
55
<artifactId>okhttps-parent</artifactId>
6-
<version>2.5.0</version>
6+
<version>2.5.1</version>
77
<name>OkHttps</name>
88

99
<packaging>pom</packaging>
@@ -20,7 +20,7 @@
2020
</modules>
2121

2222
<properties>
23-
<okhttps.version>2.5.0</okhttps.version>
23+
<okhttps.version>2.5.1</okhttps.version>
2424
<java-version>1.8</java-version>
2525
<okhttp.version>3.14.9</okhttp.version>
2626
<gson.version>2.8.6</gson.version>

0 commit comments

Comments
 (0)