1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Use the Debian version of the artifacts referenced by the dependency plugin
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/surefire-providers/surefire-junit47/pom.xml
+++ b/surefire-providers/surefire-junit47/pom.xml
@@ -82,7 +82,7 @@
<artifactItem>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.7</version>
+ <version>4.x</version>
<type>jar</type>
</artifactItem>
</artifactItems>
@@ -102,7 +102,7 @@
<artifactItem>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.x</version>
<type>jar</type>
</artifactItem>
</artifactItems>
|