plexus-compiler (1.6-2) 0002-add-version-3.8.2-to-dependency-junit.patch

Summary

 plexus-compiler-api/pom.xml                      |    1 +
 plexus-compiler-manager/pom.xml                  |    1 +
 plexus-compiler-test/pom.xml                     |    1 +
 plexus-compilers/plexus-compiler-aspectj/pom.xml |    1 +
 plexus-compilers/plexus-compiler-csharp/pom.xml  |    1 +
 plexus-compilers/plexus-compiler-eclipse/pom.xml |    1 +
 plexus-compilers/plexus-compiler-javac/pom.xml   |    1 +
 plexus-compilers/plexus-compiler-jikes/pom.xml   |    1 +
 plexus-compilers/pom.xml                         |    1 +
 pom.xml                                          |    7 ++++++-
 10 files changed, 15 insertions(+), 1 deletion(-)

    
download this patch

Patch contents

Index: b/plexus-compiler-api/pom.xml
===================================================================
--- a/plexus-compiler-api/pom.xml
+++ b/plexus-compiler-api/pom.xml
@@ -6,6 +6,7 @@
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus-compiler</artifactId>
     <version>1.6</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>plexus-compiler-api</artifactId>
Index: b/plexus-compiler-manager/pom.xml
===================================================================
--- a/plexus-compiler-manager/pom.xml
+++ b/plexus-compiler-manager/pom.xml
@@ -6,6 +6,7 @@
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus-compiler</artifactId>
     <version>1.6</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>plexus-compiler-manager</artifactId>
Index: b/plexus-compiler-test/pom.xml
===================================================================
--- a/plexus-compiler-test/pom.xml
+++ b/plexus-compiler-test/pom.xml
@@ -6,6 +6,7 @@
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus-compiler</artifactId>
     <version>1.6</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>plexus-compiler-test</artifactId>
Index: b/plexus-compilers/plexus-compiler-aspectj/pom.xml
===================================================================
--- a/plexus-compilers/plexus-compiler-aspectj/pom.xml
+++ b/plexus-compilers/plexus-compiler-aspectj/pom.xml
@@ -6,6 +6,7 @@
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus-compilers</artifactId>
     <version>1.6</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>plexus-compiler-aspectj</artifactId>
Index: b/plexus-compilers/plexus-compiler-csharp/pom.xml
===================================================================
--- a/plexus-compilers/plexus-compiler-csharp/pom.xml
+++ b/plexus-compilers/plexus-compiler-csharp/pom.xml
@@ -6,6 +6,7 @@
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus-compilers</artifactId>
     <version>1.6</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>plexus-compiler-csharp</artifactId>
Index: b/plexus-compilers/plexus-compiler-eclipse/pom.xml
===================================================================
--- a/plexus-compilers/plexus-compiler-eclipse/pom.xml
+++ b/plexus-compilers/plexus-compiler-eclipse/pom.xml
@@ -6,6 +6,7 @@
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus-compilers</artifactId>
     <version>1.6</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>plexus-compiler-eclipse</artifactId>
Index: b/plexus-compilers/plexus-compiler-javac/pom.xml
===================================================================
--- a/plexus-compilers/plexus-compiler-javac/pom.xml
+++ b/plexus-compilers/plexus-compiler-javac/pom.xml
@@ -6,6 +6,7 @@
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus-compilers</artifactId>
     <version>1.6</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>plexus-compiler-javac</artifactId>
Index: b/plexus-compilers/plexus-compiler-jikes/pom.xml
===================================================================
--- a/plexus-compilers/plexus-compiler-jikes/pom.xml
+++ b/plexus-compilers/plexus-compiler-jikes/pom.xml
@@ -6,6 +6,7 @@
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus-compilers</artifactId>
     <version>1.6</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>plexus-compiler-jikes</artifactId>
Index: b/plexus-compilers/pom.xml
===================================================================
--- a/plexus-compilers/pom.xml
+++ b/plexus-compilers/pom.xml
@@ -6,6 +6,7 @@
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus-compiler</artifactId>
     <version>1.6</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.codehaus.plexus</groupId>
Index: b/pom.xml
===================================================================
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,12 @@
         <artifactId>plexus-utils</artifactId>
         <version>1.5.5</version>
       </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>3.8.2</version>
+        <scope>test</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   <dependencies>
@@ -57,7 +63,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>