Update of /cvsroot/jrobin
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9220
Modified Files:
pom.xml
Log Message:
1.5.9 release with the LAST bugfix
Index: pom.xml
===================================================================
RCS file: /cvsroot/jrobin/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pom.xml 1 Aug 2008 16:59:23 -0000 1.1
--- pom.xml 26 Aug 2008 18:15:08 -0000 1.2
***************
*** 7,11 ****
<name>JRobin</name>
! <version>1.5.9-SNAPSHOT</version>
<description>
JRobin is a 100% pure Java alternative to RRDTool, with about exactly the same specifications. If you provide the
--- 7,11 ----
<name>JRobin</name>
! <version>1.5.9</version>
<description>
JRobin is a 100% pure Java alternative to RRDTool, with about exactly the same specifications. If you provide the
***************
*** 154,174 ****
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
! <version>2.0-beta-5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
! <version>2.0.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
! <version>2.3</version>
<configuration>
<overview>${basedir}/src/overview.html</overview>
<linksource>true</linksource>
<links>
! <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
! <link>http://www.junit.org/junit/javadoc/3.8.1</link>
</links>
</configuration>
--- 154,174 ----
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
! <version>2.0-beta-7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
! <version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
! <version>2.4</version>
<configuration>
<overview>${basedir}/src/overview.html</overview>
<linksource>true</linksource>
<links>
! <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
! <link>http://www.junit.org/junit/javadoc/4.4</link>
</links>
</configuration>
***************
*** 177,182 ****
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
! <version>2.2</version>
<configuration>
<targetJdk>1.5</targetJdk>
</configuration>
--- 177,184 ----
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
! <version>2.4</version>
<configuration>
+ <linkXRef>true</linkXRef>
+ <sourceEncoding>utf-8</sourceEncoding>
<targetJdk>1.5</targetJdk>
</configuration>
***************
*** 208,212 ****
<groupId>junit</groupId>
<artifactId>junit</artifactId>
! <version>3.8.1</version>
<scope>test</scope>
</dependency>
--- 210,214 ----
<groupId>junit</groupId>
<artifactId>junit</artifactId>
! <version>4.4</version>
<scope>test</scope>
</dependency>
|