Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d211512

Browse files
committedNov 28, 2023
update: new version 1.5.35
1 parent a4106d2 commit d211512

File tree

6 files changed

+44
-3
lines changed

6 files changed

+44
-3
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Forest有哪些特性?
8686
<dependency>
8787
<groupId>com.dtflys.forest</groupId>
8888
<artifactId>forest-spring-boot-starter</artifactId>
89-
<version>1.5.34</version>
89+
<version>1.5.35</version>
9090
</dependency>
9191
```
9292

‎forest-examples/example-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<java.version>1.8</java.version>
1313
<maven.deploy.skip>true</maven.deploy.skip>
14-
<forest.version>1.5.34</forest.version>
14+
<forest.version>1.5.35</forest.version>
1515
</properties>
1616

1717
<parent>

‎forest-test/forest-spring-boot-test/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,18 @@
112112
<scope>test</scope>
113113
</dependency>
114114
</dependencies>
115+
116+
<build>
117+
<plugins>
118+
<plugin>
119+
<groupId>org.apache.maven.plugins</groupId>
120+
<artifactId>maven-deploy-plugin</artifactId>
121+
<version>3.1.0</version>
122+
<configuration>
123+
<skip>true</skip>
124+
</configuration>
125+
</plugin>
126+
</plugins>
127+
</build>
128+
115129
</project>

‎forest-test/forest-spring-boot3-test/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,18 @@
118118
<scope>test</scope>
119119
</dependency>
120120
</dependencies>
121+
122+
<build>
123+
<plugins>
124+
<plugin>
125+
<groupId>org.apache.maven.plugins</groupId>
126+
<artifactId>maven-deploy-plugin</artifactId>
127+
<version>3.1.0</version>
128+
<configuration>
129+
<skip>true</skip>
130+
</configuration>
131+
</plugin>
132+
</plugins>
133+
</build>
134+
121135
</project>

‎forest-test/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,17 @@
2525
<dependencies>
2626

2727
</dependencies>
28+
29+
<build>
30+
<plugins>
31+
<plugin>
32+
<groupId>org.apache.maven.plugins</groupId>
33+
<artifactId>maven-deploy-plugin</artifactId>
34+
<version>3.1.0</version>
35+
<configuration>
36+
<skip>true</skip>
37+
</configuration>
38+
</plugin>
39+
</plugins>
40+
</build>
2841
</project>

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</scm>
3535

3636
<properties>
37-
<revision>1.5.34</revision>
37+
<revision>1.5.35</revision>
3838
<maven.compiler.source>8</maven.compiler.source>
3939
<maven.compiler.target>8</maven.compiler.target>
4040

0 commit comments

Comments
 (0)
Please sign in to comment.