You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/03/03 12:24:49 UTC

svn commit: r633041 - /commons/proper/logging/trunk/pom.xml

Author: niallp
Date: Mon Mar  3 03:24:42 2008
New Revision: 633041

URL: http://svn.apache.org/viewvc?rev=633041&view=rev
Log:
Revert logging to surefire 2.3 (fails with surefire 2.4.2) and remove the compile target config which is now fixed in commons-parent

Modified:
    commons/proper/logging/trunk/pom.xml

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=633041&r1=633040&r2=633041&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Mon Mar  3 03:24:42 2008
@@ -141,6 +141,15 @@
       </testResource>
     </testResources>
 
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
 
       <!--
@@ -153,13 +162,6 @@
         <configuration>
           <archive>
             <manifestFile>src/conf/MANIFEST.MF</manifestFile>
-            <!--
-              - Copied from commons-parent-5, because X-Compile-Target-JDK is
-              - wrong there. Can be removed when we update to commons-parent-6.
-              -->
-            <manifestEntries>
-              <X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
-            </manifestEntries>
           </archive>
         </configuration>
         <executions>