Skip to content

Commit

Permalink
update: new version -> 1.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mySingleLive committed Nov 21, 2022
1 parent 46fb047 commit 3ed96a2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<img src="https://gitee.com/dromara/forest/badge/star.svg" alt="Gitee Stars">
</a>
<!--
<a href="https://search.maven.org/artifact/com.dtflys.forest/forest-core/1.5.27/jar">
<a href="https://search.maven.org/artifact/com.dtflys.forest/forest-core/1.5.28/jar">
<img src="https://img.shields.io/badge/maven%20central-1.5.1-brightgreen.svg" alt="Maven Central">
</a>
-->
<!--
<a href="https://gitee.com/dromara/forest/releases/v1.5.27">
<img src="https://img.shields.io/badge/release-v1.5.27" alt="Release">
<a href="https://gitee.com/dromara/forest/releases/v1.5.28">
<img src="https://img.shields.io/badge/release-v1.5.28" alt="Release">
</a>
-->
<a href="https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html">
Expand Down
6 changes: 3 additions & 3 deletions forest-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<groupId>com.dtflys.forest</groupId>
<artifactId>forest-core</artifactId>
<version>1.5.27</version>
<version>1.5.28</version>

<parent>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest</artifactId>
<version>1.5.27</version>
<version>1.5.28</version>
</parent>

<properties>
Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-mock</artifactId>
<version>1.5.27</version>
<version>1.5.28</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
4 changes: 2 additions & 2 deletions forest-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>com.dtflys.forest</groupId>
<artifactId>forest-mock</artifactId>
<version>1.5.27</version>
<version>1.5.28</version>

<name>forest-mock</name>

<parent>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest</artifactId>
<version>1.5.27</version>
<version>1.5.28</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions forest-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot-starter</artifactId>
<version>1.5.27</version>
<version>1.5.28</version>

<parent>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest</artifactId>
<version>1.5.27</version>
<version>1.5.28</version>
</parent>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions forest-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring</artifactId>
<version>1.5.27</version>
<version>1.5.28</version>

<parent>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest</artifactId>
<version>1.5.27</version>
<version>1.5.28</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.dtflys.forest</groupId>
<artifactId>forest</artifactId>
<version>1.5.27</version>
<version>1.5.28</version>
<packaging>pom</packaging>
<name>forest</name>
<description>A easy HTTP client framework for Java</description>
Expand All @@ -31,7 +31,7 @@
<url>https://github.com/dromara/forest</url>
<connection>scm:git:https://github.com/dromara/forest.git</connection>
<developerConnection>https://forest.dtflyx.com</developerConnection>
<tag>1.5.27</tag>
<tag>1.5.28</tag>
</scm>

<properties>
Expand Down

0 comments on commit 3ed96a2

Please sign in to comment.