Skip to content

Commit 3ed96a2

Browse files
committed
update: new version -> 1.5.28
1 parent 46fb047 commit 3ed96a2

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<img src="https://gitee.com/dromara/forest/badge/star.svg" alt="Gitee Stars">
1313
</a>
1414
<!--
15-
<a href="https://search.maven.org/artifact/com.dtflys.forest/forest-core/1.5.27/jar">
15+
<a href="https://search.maven.org/artifact/com.dtflys.forest/forest-core/1.5.28/jar">
1616
<img src="https://img.shields.io/badge/maven%20central-1.5.1-brightgreen.svg" alt="Maven Central">
1717
</a>
1818
-->
1919
<!--
20-
<a href="https://gitee.com/dromara/forest/releases/v1.5.27">
21-
<img src="https://img.shields.io/badge/release-v1.5.27" alt="Release">
20+
<a href="https://gitee.com/dromara/forest/releases/v1.5.28">
21+
<img src="https://img.shields.io/badge/release-v1.5.28" alt="Release">
2222
</a>
2323
-->
2424
<a href="https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html">

forest-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<groupId>com.dtflys.forest</groupId>
88
<artifactId>forest-core</artifactId>
9-
<version>1.5.27</version>
9+
<version>1.5.28</version>
1010

1111
<parent>
1212
<groupId>com.dtflys.forest</groupId>
1313
<artifactId>forest</artifactId>
14-
<version>1.5.27</version>
14+
<version>1.5.28</version>
1515
</parent>
1616

1717
<properties>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>com.dtflys.forest</groupId>
144144
<artifactId>forest-mock</artifactId>
145-
<version>1.5.27</version>
145+
<version>1.5.28</version>
146146
<scope>test</scope>
147147
<exclusions>
148148
<exclusion>

forest-mock/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
<groupId>com.dtflys.forest</groupId>
88
<artifactId>forest-mock</artifactId>
9-
<version>1.5.27</version>
9+
<version>1.5.28</version>
1010

1111
<name>forest-mock</name>
1212

1313
<parent>
1414
<groupId>com.dtflys.forest</groupId>
1515
<artifactId>forest</artifactId>
16-
<version>1.5.27</version>
16+
<version>1.5.28</version>
1717
</parent>
1818

1919
<properties>

forest-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<groupId>com.dtflys.forest</groupId>
88
<artifactId>forest-spring-boot-starter</artifactId>
9-
<version>1.5.27</version>
9+
<version>1.5.28</version>
1010

1111
<parent>
1212
<groupId>com.dtflys.forest</groupId>
1313
<artifactId>forest</artifactId>
14-
<version>1.5.27</version>
14+
<version>1.5.28</version>
1515
</parent>
1616

1717
<dependencyManagement>

forest-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<groupId>com.dtflys.forest</groupId>
88
<artifactId>forest-spring</artifactId>
9-
<version>1.5.27</version>
9+
<version>1.5.28</version>
1010

1111
<parent>
1212
<groupId>com.dtflys.forest</groupId>
1313
<artifactId>forest</artifactId>
14-
<version>1.5.27</version>
14+
<version>1.5.28</version>
1515
</parent>
1616

1717
<dependencies>

pom.xml

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

55
<groupId>com.dtflys.forest</groupId>
66
<artifactId>forest</artifactId>
7-
<version>1.5.27</version>
7+
<version>1.5.28</version>
88
<packaging>pom</packaging>
99
<name>forest</name>
1010
<description>A easy HTTP client framework for Java</description>
@@ -31,7 +31,7 @@
3131
<url>https://github.com/dromara/forest</url>
3232
<connection>scm:git:https://github.com/dromara/forest.git</connection>
3333
<developerConnection>https://forest.dtflyx.com</developerConnection>
34-
<tag>1.5.27</tag>
34+
<tag>1.5.28</tag>
3535
</scm>
3636

3737
<properties>

0 commit comments

Comments
 (0)