You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/07/08 12:39:01 UTC

svn commit: r1144244 - /directory/apacheds/trunk/pom.xml

Author: pamarcelot
Date: Fri Jul  8 10:39:01 2011
New Revision: 1144244

URL: http://svn.apache.org/viewvc?rev=1144244&view=rev
Log:
Moved compilation target to Java 6 (1.6).
Associated vote thread: http://mail-archives.apache.org/mod_mbox/directory-dev/201107.mbox/%3C25B9B323-E96A-4CEA-8F58-F19EBA948F6E@marcelot.net%3E

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1144244&r1=1144243&r2=1144244&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Fri Jul  8 10:39:01 2011
@@ -159,6 +159,17 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <source>1.6</source>
+            <target>1.6</target>
+            <optimize>true</optimize>
+            <showDeprecations>true</showDeprecations>
+            <encoding>ISO-8859-1</encoding>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
@@ -244,7 +255,7 @@
                 <linkXref>true</linkXref>
                 <sourceEncoding>utf-8</sourceEncoding>
                 <minimumTokens>100</minimumTokens>
-                <targetJdk>1.5</targetJdk>
+                <targetJdk>1.6</targetJdk>
                 <aggregate>true</aggregate>
               </configuration>
             </plugin>
@@ -334,7 +345,7 @@
                     <head>WARNING</head>
                   </tag>
                 </tags>
-                <source>1.5</source>
+                <source>1.6</source>
               </configuration>
               <reportSets>
                 <reportSet>