File tree Expand file tree Collapse file tree 6 files changed +44
-3
lines changed
forest-examples/example-springboot Expand file tree Collapse file tree 6 files changed +44
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments