You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ws...@apache.org on 2007/01/28 04:20:19 UTC

svn commit: r500741 - /tiles/examples/trunk/tiles-showcase/pom.xml

Author: wsmoak
Date: Sat Jan 27 19:20:18 2007
New Revision: 500741

URL: http://svn.apache.org/viewvc?view=rev&rev=500741
Log:
Configure the compiler plugin for 1.5

Modified:
    tiles/examples/trunk/tiles-showcase/pom.xml

Modified: tiles/examples/trunk/tiles-showcase/pom.xml
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/pom.xml?view=diff&rev=500741&r1=500740&r2=500741
==============================================================================
--- tiles/examples/trunk/tiles-showcase/pom.xml (original)
+++ tiles/examples/trunk/tiles-showcase/pom.xml Sat Jan 27 19:20:18 2007
@@ -92,6 +92,14 @@
    
    <build>
        <plugins>
+           <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-compiler-plugin</artifactId>
+               <configuration>
+                   <source>1.5</source>
+                   <target>1.5</target>
+               </configuration>
+           </plugin>
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-war-plugin</artifactId>