File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
14
14
### Dependencies
15
15
16
16
- Spring Boot 3 (#82 )
17
+ - Update all Maven plugins
17
18
18
19
## [ 0.8.0] - (https://github.com/porscheinformatik/weblate-spring/compare/v0.7.1...v0.8.0 ) - 2023-01-14
19
20
Original file line number Diff line number Diff line change 102
102
<plugins >
103
103
<plugin >
104
104
<artifactId >maven-compiler-plugin</artifactId >
105
- <version >3.12.1 </version >
105
+ <version >3.13.0 </version >
106
106
<configuration >
107
107
<source >${java.version} </source >
108
108
<target >${java.version} </target >
188
188
<plugin >
189
189
<groupId >org.sonatype.plugins</groupId >
190
190
<artifactId >nexus-staging-maven-plugin</artifactId >
191
- <version >1.6.13 </version >
191
+ <version >1.7.0 </version >
192
192
<extensions >true</extensions >
193
193
<configuration >
194
194
<serverId >ossrh</serverId >
195
195
<nexusUrl >https://oss.sonatype.org/</nexusUrl >
196
196
<autoReleaseAfterClose >true</autoReleaseAfterClose >
197
197
</configuration >
198
198
</plugin >
199
- <plugin >
200
- <groupId >org.apache.maven.plugins</groupId >
201
- <artifactId >maven-surefire-plugin</artifactId >
202
- <version >3.5.0</version >
203
- </plugin >
204
199
</plugins >
205
200
</build >
206
201
<distributionManagement >
You can’t perform that action at this time.
0 commit comments