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 3855127 commit c47ab75Copy full SHA for c47ab75
pom.xml
@@ -35,6 +35,7 @@
35
<sonar.organization>arangodb-1</sonar.organization>
36
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
37
<adb.jackson.version>2.14.1</adb.jackson.version>
38
+ <moduleName/>
39
</properties>
40
41
<developers>
@@ -266,6 +267,7 @@
266
267
<plugin>
268
<groupId>org.apache.maven.plugins</groupId>
269
<artifactId>maven-jar-plugin</artifactId>
270
+ <version>3.3.0</version>
271
<configuration>
272
<archive>
273
<manifestEntries>
@@ -315,7 +317,9 @@
315
317
</configuration>
316
318
</plugin>
319
320
+ <groupId>org.apache.maven.plugins</groupId>
321
<artifactId>maven-clean-plugin</artifactId>
322
+ <version>3.2.0</version>
323
324
<filesets>
325
<fileset>
0 commit comments