Author: abelevich
Date: 2007-05-15 14:07:00 -0400 (Tue, 15 May 2007)
New Revision: 770
Modified:
trunk/sandbox-samples/scrollable-grid-demo/pom.xml
Log:
Modified: trunk/sandbox-samples/scrollable-grid-demo/pom.xml
===================================================================
--- trunk/sandbox-samples/scrollable-grid-demo/pom.xml 2007-05-15 17:47:46 UTC (rev 769)
+++ trunk/sandbox-samples/scrollable-grid-demo/pom.xml 2007-05-15 18:07:00 UTC (rev 770)
@@ -27,5 +27,15 @@
</dependencies>
<build>
<finalName>scrollable-grid-demo</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
</project>
\ No newline at end of file
Show replies by date