File: 0001-fix-some-artifacts-in-pom.xml.patch

package info (click to toggle)
plexus-classworlds 1.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 632 kB
  • sloc: java: 4,001; xml: 202; sh: 13; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From: Torsten Werner <twerner@debian.org>
Date: Thu, 25 Aug 2011 16:32:54 +0200
Subject: [PATCH] fix some artifacts in pom.xml

---
 pom.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b906267..8ebc06f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,19 +81,19 @@
             <configuration>
                 <artifactItems>
                   <artifactItem>
-                    <groupId>ant</groupId>
+                    <groupId>org.apache.ant</groupId>
                     <artifactId>ant</artifactId>
-                    <version>1.6.5</version>
+                    <version>debian</version>
                   </artifactItem>
                   <artifactItem>
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
-                    <version>1.0.3</version>
+                    <version>debian</version>
                   </artifactItem>
                   <artifactItem>
                     <groupId>xml-apis</groupId>
                     <artifactId>xml-apis</artifactId>
-                    <version>1.3.02</version>
+                    <version>debian</version>
                   </artifactItem>
                 </artifactItems>
                 <outputDirectory>${project.build.directory}/test-lib</outputDirectory>
--