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 2015/01/11 18:50:40 UTC

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

Author: elecharny
Date: Sun Jan 11 17:50:40 2015
New Revision: 1650934

URL: http://svn.apache.org/r1650934
Log:
Make the project accepting only Java 7

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1650934&r1=1650933&r2=1650934&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Sun Jan 11 17:50:40 2015
@@ -167,8 +167,8 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <configuration>
-            <source>1.6</source>
-            <target>1.6</target>
+            <source>1.7</source>
+            <target>1.7</target>
             <optimize>true</optimize>
             <showDeprecations>true</showDeprecations>
             <encoding>ISO-8859-1</encoding>
@@ -324,7 +324,7 @@
                 <linkXref>true</linkXref>
                 <sourceEncoding>utf-8</sourceEncoding>
                 <minimumTokens>100</minimumTokens>
-                <targetJdk>1.6</targetJdk>
+                <targetJdk>1.7</targetJdk>
                 <aggregate>true</aggregate>
               </configuration>
             </plugin -->
@@ -414,7 +414,7 @@
                     <head>WARNING</head>
                   </tag>
                 </tags>
-                <source>1.6</source>
+                <source>1.7</source>
               </configuration>
               <reportSets>
                 <reportSet>