pom.xml   pom.xml 
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <project
xmlns="http://maven.apache.org/POM/4.0.0" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.joda</groupId> <groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId> <artifactId>joda-convert</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Joda convert</name> <name>Joda convert</name>
<version>1.1.1</version> <version>1.2</version>
<description>Library to convert Objects to and from String</description> <description>Library to convert Objects to and from String</description>
<url>http://joda-convert.sourceforge.net</url> <url>http://joda-convert.sourceforge.net</url>
<issueManagement> <issueManagement>
<system>Sourceforge</system> <system>Sourceforge</system>
<url>https://sourceforge.net/tracker/?group_id=344317&amp;atid=1440693< /url> <url>https://sourceforge.net/tracker/?group_id=344317&amp;atid=1440693< /url>
</issueManagement> </issueManagement>
<inceptionYear>2010</inceptionYear> <inceptionYear>2010</inceptionYear>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>Joda Convert Interest list</name> <name>Joda Convert Interest list</name>
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/