pom.xml   pom.xml 
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven
.apache.org/maven-v4_0_0.xsd"> .apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz-parent</artifactId> <artifactId>quartz-parent</artifactId>
<version>1.8.6</version> <groupId>org.quartz-scheduler</groupId>
<version>2.0.2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quartz-commonj</artifactId> <artifactId>quartz-commonj</artifactId>
<name>quartz-commonj</name> <name>quartz-commonj</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.quartz-scheduler</groupId> <groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId> <artifactId>quartz</artifactId>
</dependency> </dependency>
<dependency> <dependency>
 End of changes. 4 change blocks. 
6 lines changed or deleted 5 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/