Skip to content
Snippets Groups Projects
Commit 48d085c4 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Add missing version definition for the cleaning plugin

parent a591e295
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,11 @@ ...@@ -107,6 +107,11 @@
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId> <artifactId>tycho-surefire-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment