We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba9a9f commit c47f6a0Copy full SHA for c47f6a0
pom.xml
@@ -174,7 +174,7 @@
174
<plugin> <!-- use a new version of maven -->
175
<groupId>org.apache.maven.plugins</groupId>
176
<artifactId>maven-enforcer-plugin</artifactId>
177
- <version>3.5.0</version>
+ <version>3.6.1</version>
178
<executions>
179
<execution>
180
<id>enforce-maven</id>
@@ -259,7 +259,7 @@
259
<plugin> <!-- sign jar for maven central-->
260
261
<artifactId>maven-gpg-plugin</artifactId>
262
- <version>3.2.7</version>
+ <version>3.2.8</version>
263
264
265
<id>sign-artifacts</id>
0 commit comments