← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17045: Live, set compiler source version

 

------------------------------------------------------------
revno: 17045
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-10-10 18:55:34 +0200
message:
  Live, set compiler source version
modified:
  dhis-live/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-live/pom.xml'
--- dhis-live/pom.xml	2014-04-14 07:42:04 +0000
+++ dhis-live/pom.xml	2014-10-10 16:55:34 +0000
@@ -46,7 +46,9 @@
 	    <artifactId>maven-compiler-plugin</artifactId>
 	    <version>2.0.2</version>
 	    <configuration>
-	      <debug>true</debug>
+		<debug>true</debug>
+		  <source>1.7</source>
+		  <target>1.7</target>
 	    </configuration>
       </plugin>
 	  
@@ -166,5 +168,5 @@
       </exclusions>
     </dependency>
   </dependencies>
-
+  
 </project>