diff options
author | Manuel Bentele | 2021-12-17 17:54:11 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-17 17:54:11 +0100 |
commit | d6c1502c69343f244469224548de5c97996f0afe (patch) | |
tree | 377b359d225b0c608c7d005cd67b4877ec7f6516 /core | |
parent | [docker-ce] Fix https://github.com/NVIDIA/nvidia-docker/issues/1399 (diff) | |
download | mltk-d6c1502c69343f244469224548de5c97996f0afe.tar.gz mltk-d6c1502c69343f244469224548de5c97996f0afe.tar.xz mltk-d6c1502c69343f244469224548de5c97996f0afe.zip |
[qemu] Update version of Maven build plugins
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/qemu/runvirt-plugin-qemu/pom.xml | 41 |
1 files changed, 9 insertions, 32 deletions
diff --git a/core/modules/qemu/runvirt-plugin-qemu/pom.xml b/core/modules/qemu/runvirt-plugin-qemu/pom.xml index 6c6d6540..78fccf63 100644 --- a/core/modules/qemu/runvirt-plugin-qemu/pom.xml +++ b/core/modules/qemu/runvirt-plugin-qemu/pom.xml @@ -128,7 +128,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> - <version>1.4</version> + <version>3.0.0</version> <executions> <execution> <phase>package</phase> @@ -148,16 +148,9 @@ </configuration> </plugin> <plugin> - <artifactId>maven-clean-plugin</artifactId> - <version>3.1.0</version> - </plugin> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>3.0.2</version> - </plugin> - <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.0</version> + <version>3.8.1</version> <configuration> <source>${maven.compiler.source}</source> <target>${maven.compiler.target}</target> @@ -165,16 +158,14 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.1</version> - </plugin> - <plugin> - <artifactId>maven-failsafe-plugin</artifactId> - <version>2.22.1</version> + <version>3.0.0-M5</version> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.4</version> + <version>3.2.0</version> <executions> <execution> <id>default-jar</id> @@ -183,7 +174,9 @@ </executions> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> + <version>3.0.0</version> <executions> <execution> <phase>package</phase> @@ -210,22 +203,6 @@ </descriptorRefs> </configuration> </plugin> - <plugin> - <artifactId>maven-install-plugin</artifactId> - <version>2.5.2</version> - </plugin> - <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.2</version> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <version>3.7.1</version> - </plugin> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.0.0</version> - </plugin> </plugins> </build> </project> |