Author: jmitchell Date: Thu Jun 1 22:15:14 2006 New Revision: 411040 URL: http://svn.apache.org/viewvc?rev=411040&view=rev Log: Add 1.5 override for this app
Modified: struts/shale/branches/mvn_reorg/apps/sql-browser/pom.xml Modified: struts/shale/branches/mvn_reorg/apps/sql-browser/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/apps/sql-browser/pom.xml?rev=411040&r1=411039&r2=411040&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/apps/sql-browser/pom.xml (original) +++ struts/shale/branches/mvn_reorg/apps/sql-browser/pom.xml Thu Jun 1 22:15:14 2006 @@ -43,6 +43,14 @@ <warSourceDirectory>src/web/</warSourceDirectory> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> </plugins> </pluginManagement> </build>