Commit in lcsim-parent on MAIN
pom.xml+2-21.160 -> 1.161
JM: Well it seems that forcing Java 1.7 breaks my DIRAC jobs as this Java version is not available on the remote sites.  Go back to 1.6 for now.

lcsim-parent
pom.xml 1.160 -> 1.161
diff -u -r1.160 -r1.161
--- pom.xml	25 Apr 2013 21:34:59 -0000	1.160
+++ pom.xml	25 Apr 2013 23:36:58 -0000	1.161
@@ -218,8 +218,8 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>3.1</version>
                     <configuration>
-                        <source>1.7</source>
-                        <target>1.7</target>
+                        <source>1.6</source>
+                        <target>1.6</target>
                     </configuration>
                 </plugin>
                 <plugin>
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1