|
|
Author: elecharny
Date: Sun Aug 19 01:05:37 2007
New Revision: 567369
URL: http://svn.apache.org/viewvc?view=rev&rev=567369
Log:
Fixed the bad java 1.4 dependence
Modified:
directory/apacheds/trunk/core-plugin/pom.xml
Modified: directory/apacheds/trunk/core-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/core-plugin/pom.xml?view=diff&rev=567369&r1=567368&r2=567369
==============================================================================
--- directory/apacheds/trunk/core-plugin/pom.xml (original)
+++ directory/apacheds/trunk/core-plugin/pom.xml Sun Aug 19 01:05:37 2007
@@ -64,8 +64,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
</configuration>
</plugin>
|
|