From: Joern K. <joe...@us...> - 2010-09-06 09:37:57
|
Update of /cvsroot/maxent/maxent In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv31469 Modified Files: pom.xml Log Message: Added version to compiler plugin and added scm connection. Index: pom.xml =================================================================== RCS file: /cvsroot/maxent/maxent/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 6 Sep 2010 07:48:50 -0000 1.2 --- pom.xml 6 Sep 2010 09:37:48 -0000 1.3 *************** *** 37,40 **** --- 37,41 ---- </licenses> <scm> + <connection>scm:cvs:pserver:anonymous:@maxent.cvs.sourceforge.net:/cvsroot/maxent:maxent</connection> <url>http://maxent.cvs.sourceforge.net/viewvc/maxent/</url> </scm> *************** *** 53,56 **** --- 54,58 ---- <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.1</version> <configuration> <source>1.5</source> |