Update of /cvsroot/clirr/clirr/core
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23094
Modified Files:
pom.xml
Log Message:
maven 2 is long dead, point to version 3
Index: pom.xml
===================================================================
RCS file: /cvsroot/clirr/clirr/core/pom.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pom.xml 18 Jun 2013 18:34:28 -0000 1.10
+++ pom.xml 6 Dec 2013 12:53:23 -0000 1.11
@@ -1,5 +1,5 @@
<!--
- - Maven 2.x pom file for the CLIRR Core module.
+ - Maven 3.x pom file for the CLIRR Core module.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -82,6 +82,8 @@
<version>2.0.2</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
+ <source>1.5</source>
+ <target>1.5</target>
</configuration>
</plugin>
|