Skip to content

Commit

Permalink
update: new version 1.5.35
Browse files Browse the repository at this point in the history
  • Loading branch information
mySingleLive committed Nov 28, 2023
1 parent a4106d2 commit d211512
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Forest有哪些特性?
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot-starter</artifactId>
<version>1.5.34</version>
<version>1.5.35</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion forest-examples/example-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<java.version>1.8</java.version>
<maven.deploy.skip>true</maven.deploy.skip>
<forest.version>1.5.34</forest.version>
<forest.version>1.5.35</forest.version>
</properties>

<parent>
Expand Down
14 changes: 14 additions & 0 deletions forest-test/forest-spring-boot-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,18 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
14 changes: 14 additions & 0 deletions forest-test/forest-spring-boot3-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,18 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
13 changes: 13 additions & 0 deletions forest-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,17 @@
<dependencies>

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</scm>

<properties>
<revision>1.5.34</revision>
<revision>1.5.35</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

Expand Down

0 comments on commit d211512

Please sign in to comment.