From: Vance K. <va...@us...> - 2006-06-26 06:55:09
|
User: vancek Date: 06/06/25 23:55:08 Modified: andromda-ejb3 pom.xml Log: set java compiler to use v 1.5 Revision Changes Path 1.6 +8 -0 cartridges/andromda-ejb3/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/pom.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- pom.xml 29 May 2006 01:49:31 -0000 1.5 +++ pom.xml 26 Jun 2006 06:55:08 -0000 1.6 @@ -41,6 +41,14 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-maven-plugin</artifactId> <dependencies> |