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 6094035 commit b666589Copy full SHA for b666589
pom.xml
@@ -82,7 +82,7 @@
82
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
83
<plugin>
84
<artifactId>maven-clean-plugin</artifactId>
85
- <version>3.3.2</version>
+ <version>3.4.0</version>
86
</plugin>
87
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
88
@@ -102,7 +102,7 @@
102
103
104
<artifactId>maven-jar-plugin</artifactId>
105
- <version>3.4.1</version>
+ <version>3.4.2</version>
106
<configuration>
107
<skipIfEmpty>true</skipIfEmpty>
108
</configuration>
0 commit comments