Skip to content

Commit fca5f00

Browse files
committed
[Build] Update versions of build plugins to their latest version
1 parent 85a2fd6 commit fca5f00

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

m2e-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-clean-plugin</artifactId>
166-
<version>3.2.0</version>
166+
<version>3.4.0</version>
167167
</plugin>
168168
<plugin>
169169
<groupId>org.eclipse.tycho</groupId>
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.eclipse.cbi.maven.plugins</groupId>
204204
<artifactId>eclipse-jarsigner-plugin</artifactId>
205-
<version>1.3.4</version>
205+
<version>1.5.0</version>
206206
<configuration>
207207
<excludeInnerJars>true</excludeInnerJars>
208208
<resigningStrategy>DO_NOT_RESIGN</resigningStrategy>

org.eclipse.m2e.maven.runtime/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<plugin>
237237
<groupId>org.apache.maven.plugins</groupId>
238238
<artifactId>maven-dependency-plugin</artifactId>
239-
<version>3.6.1</version>
239+
<version>3.8.0</version>
240240
<configuration>
241241
<overWriteIfNewer>true</overWriteIfNewer>
242242
<includeScope>runtime</includeScope> <!-- only include runtime and compile time dependencies, not test or provided! -->
@@ -263,7 +263,7 @@
263263
<plugin>
264264
<groupId>org.codehaus.mojo</groupId>
265265
<artifactId>animal-sniffer-maven-plugin</artifactId>
266-
<version>1.23</version>
266+
<version>1.24</version>
267267
<executions>
268268
<execution>
269269
<goals>
@@ -368,7 +368,7 @@
368368
<plugin>
369369
<groupId>org.apache.maven.plugins</groupId>
370370
<artifactId>maven-jar-plugin</artifactId>
371-
<version>3.3.0</version>
371+
<version>3.4.2</version>
372372
<configuration>
373373
<archive>
374374
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
@@ -379,7 +379,7 @@
379379
<plugin>
380380
<groupId>org.codehaus.mojo</groupId>
381381
<artifactId>build-helper-maven-plugin</artifactId>
382-
<version>3.5.0</version>
382+
<version>3.6.0</version>
383383
<executions>
384384
<execution>
385385
<?m2e ignore?>

0 commit comments

Comments
 (0)