You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2006/02/21 17:50:31 UTC

svn commit: r379529 - /myfaces/maven/trunk/master-pom/pom.xml

Author: manolito
Date: Tue Feb 21 08:50:28 2006
New Revision: 379529

URL: http://svn.apache.org/viewcvs?rev=379529&view=rev
Log:
compiler source and target set to 1.3

Modified:
    myfaces/maven/trunk/master-pom/pom.xml

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/master-pom/pom.xml?rev=379529&r1=379528&r2=379529&view=diff
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Tue Feb 21 08:50:28 2006
@@ -352,6 +352,16 @@
         <version>1.0-alpha-5</version>
       </extension>
     </extensions>
+    <plugins>
+      <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+              <source>1.3</source>
+              <target>1.3</target>
+          </configuration>
+       </plugin>
+    </plugins>
   </build>
   <repositories>
     <repository>