fd387fc
From 9f84b1a71df2f7ba035db8f5af109a1d4120fa58 Mon Sep 17 00:00:00 2001
fd387fc
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
fd387fc
Date: Mon, 17 May 2010 13:48:31 +0200
fd387fc
Subject: [PATCH 02/10] Remove version dependencies
fd387fc
fd387fc
this is to remove (unneeded) versioned dependencies until we upgrade maven
fd387fc
---
fd387fc
 pom.xml |    3 ---
fd387fc
 1 files changed, 0 insertions(+), 3 deletions(-)
fd387fc
fd387fc
diff --git a/pom.xml b/pom.xml
fd387fc
index 977ca83..ae0d95e 100644
fd387fc
--- a/pom.xml
fd387fc
+++ b/pom.xml
fd387fc
@@ -95,7 +95,6 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
fd387fc
       </plugin>
fd387fc
       <plugin>
fd387fc
         <artifactId>maven-surefire-plugin</artifactId>
fd387fc
-        <version>2.5</version>
fd387fc
         <configuration>
fd387fc
           <workingDirectory>tests</workingDirectory>
fd387fc
           <reportFormat>plain</reportFormat>
fd387fc
@@ -149,7 +148,6 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
fd387fc
       </plugin>
fd387fc
       <plugin>
fd387fc
         <artifactId>maven-compiler-plugin</artifactId>
fd387fc
-        <version>2.1</version>
fd387fc
         <configuration>
fd387fc
           <source>1.3</source>
fd387fc
           <target>1.1</target>
fd387fc
@@ -332,7 +330,6 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
fd387fc
       </plugin>
fd387fc
       <plugin>
fd387fc
         <artifactId>maven-javadoc-plugin</artifactId>
fd387fc
-        <version>2.6.1</version>
fd387fc
         <configuration>
fd387fc
           <docfilessubdirs>true</docfilessubdirs>
fd387fc
           <encoding>UTF-8</encoding>
fd387fc
-- 
fd387fc
1.6.6.1
fd387fc