Author: ceki
Date: Tue Aug 29 21:47:33 2006
New Revision: 626
Modified:
slf4j/trunk/slf4j-api/pom.xml
Log:
since the parent pom.xml already targets JDK 1.4, no need to repeat the
information here.
Modified: slf4j/trunk/slf4j-api/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-api/pom.xml (original)
+++ slf4j/trunk/slf4j-api/pom.xml Tue Aug 29 21:47:33 2006
@@ -33,15 +33,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once</forkMode>
_______________________________________________
dev mailing list
[email protected]
http://slf4j.org/mailman/listinfo/dev