You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/11/09 23:27:23 UTC

svn commit: r473104 - /directory/branches/apacheds-schema/shared/ldap/pom.xml

Author: elecharny
Date: Thu Nov  9 14:27:22 2006
New Revision: 473104

URL: http://svn.apache.org/viewvc?view=rev&rev=473104
Log:
Switched from jdk 1.4 to java 5 target

Modified:
    directory/branches/apacheds-schema/shared/ldap/pom.xml

Modified: directory/branches/apacheds-schema/shared/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/apacheds-schema/shared/ldap/pom.xml?view=diff&rev=473104&r1=473103&r2=473104
==============================================================================
--- directory/branches/apacheds-schema/shared/ldap/pom.xml (original)
+++ directory/branches/apacheds-schema/shared/ldap/pom.xml Thu Nov  9 14:27:22 2006
@@ -131,8 +131,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>
           <debug>true</debug>
           <optimize>true</optimize>
           <showDeprecations>true</showDeprecations>