From: Benjamin R. <ran...@us...> - 2007-08-02 16:22:24
|
Update of /cvsroot/jrobin/maven In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26770 Modified Files: pom.xml Log Message: yay, it works! Index: pom.xml =================================================================== RCS file: /cvsroot/jrobin/maven/pom.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pom.xml 29 Jul 2007 17:33:20 -0000 1.7 --- pom.xml 2 Aug 2007 16:22:20 -0000 1.8 *************** *** 17,20 **** --- 17,27 ---- <plugins> <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> <artifactId>maven-deploy-plugin</artifactId> <configuration> |