Skip to content

Commit c2bc130

Browse files
committed
chore: update and cleanup Maven plugins
1 parent 1cacc2f commit c2bc130

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414
### Dependencies
1515

1616
- Spring Boot 3 (#82)
17+
- Update all Maven plugins
1718

1819
## [0.8.0] - (https://github.com/porscheinformatik/weblate-spring/compare/v0.7.1...v0.8.0) - 2023-01-14
1920

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<plugins>
103103
<plugin>
104104
<artifactId>maven-compiler-plugin</artifactId>
105-
<version>3.12.1</version>
105+
<version>3.13.0</version>
106106
<configuration>
107107
<source>${java.version}</source>
108108
<target>${java.version}</target>
@@ -188,19 +188,14 @@
188188
<plugin>
189189
<groupId>org.sonatype.plugins</groupId>
190190
<artifactId>nexus-staging-maven-plugin</artifactId>
191-
<version>1.6.13</version>
191+
<version>1.7.0</version>
192192
<extensions>true</extensions>
193193
<configuration>
194194
<serverId>ossrh</serverId>
195195
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
196196
<autoReleaseAfterClose>true</autoReleaseAfterClose>
197197
</configuration>
198198
</plugin>
199-
<plugin>
200-
<groupId>org.apache.maven.plugins</groupId>
201-
<artifactId>maven-surefire-plugin</artifactId>
202-
<version>3.5.0</version>
203-
</plugin>
204199
</plugins>
205200
</build>
206201
<distributionManagement>

0 commit comments

Comments
 (0)