You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/09/24 23:54:09 UTC

svn commit: r1001092 - /maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml

Author: olamy
Date: Fri Sep 24 21:54:09 2010
New Revision: 1001092

URL: http://svn.apache.org/viewvc?rev=1001092&view=rev
Log:
fix source/target for 1.5 build

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml?rev=1001092&r1=1001091&r2=1001092&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml Fri Sep 24 21:54:09 2010
@@ -328,8 +328,8 @@
           <artifactId>maven-compiler-plugin</artifactId> 
           <version>2.3.2</version> 
           <configuration> 
-            <source>1.6</source> 
-            <target>1.6</target> 
+            <source>1.5</source> 
+            <target>1.5</target> 
             <encoding>utf-8</encoding> 
           </configuration> 
         </plugin>