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>
--
|