File: dependency-plugin-configuration.patch

package info (click to toggle)
surefire 2.22.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,884 kB
  • sloc: java: 65,603; xml: 16,675; jsp: 5; sh: 3; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (4)
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>