You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2010/06/30 07:42:55 UTC

svn commit: r959196 - in /geronimo/samples/branches/3.0-M1: pom.xml samples/daytrader/README.jboss5

Author: xiaming
Date: Wed Jun 30 05:42:55 2010
New Revision: 959196

URL: http://svn.apache.org/viewvc?rev=959196&view=rev
Log:
GERONIMO-5399 remove daytrader jboss5 readme

Removed:
    geronimo/samples/branches/3.0-M1/samples/daytrader/README.jboss5
Modified:
    geronimo/samples/branches/3.0-M1/pom.xml

Modified: geronimo/samples/branches/3.0-M1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-M1/pom.xml?rev=959196&r1=959195&r2=959196&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-M1/pom.xml (original)
+++ geronimo/samples/branches/3.0-M1/pom.xml Wed Jun 30 05:42:55 2010
@@ -278,7 +278,9 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>                
                 <configuration>                    
-                    <debug>true</debug>                    
+                    <debug>true</debug>
+                    <source>1.5</source>
+                    <target>1.5</target>                
                 </configuration>
             </plugin>            
             <plugin>