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" xmlns:xsi="http://www.w3 .org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P OM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <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/P OM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<prerequisites> <prerequisites>
<maven>3.0.1</maven> <maven>3.0.1</maven>
</prerequisites> </prerequisites>
<groupId>io.dropwizard.modules</groupId> <groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-discovery</artifactId> <artifactId>dropwizard-discovery</artifactId>
<version>0.8.2-1</version> <version>0.8.4-1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Dropwizard Discovery</name> <name>Dropwizard Discovery</name>
<description>Service discovery for Dropwizard using Curator</descriptio n> <description>Service discovery for Dropwizard using Curator</descriptio n>
<url>https://github.com/dropwizard/dropwizard-discovery</url> <url>https://github.com/dropwizard/dropwizard-discovery</url>
<licenses> <licenses>
<license> <license>
<name>Apache 2.0</name> <name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution> <distribution>repo</distribution>
</license> </license>
</licenses> </licenses>
<scm> <scm>
<developerConnection>scm:git:git@github.com:dropwizard/dropwizard-d iscovery.git</developerConnection> <developerConnection>scm:git:git@github.com:dropwizard/dropwizard-d iscovery.git</developerConnection>
<connection>scm:git:https://github.com/dropwizard/dropwizard-discov ery.git</connection> <connection>scm:git:https://github.com/dropwizard/dropwizard-discov ery.git</connection>
<url>https://github.com/dropwizard/dropwizard-discovery</url> <url>https://github.com/dropwizard/dropwizard-discovery</url>
<tag>v0.8.2-1</tag> <tag>v0.8.4-1</tag>
</scm> </scm>
<ciManagement> <ciManagement>
<system>Travis CI</system> <system>Travis CI</system>
<url>https://travis-ci.org/dropwizard/dropwizard-discovery</url> <url>https://travis-ci.org/dropwizard/dropwizard-discovery</url>
</ciManagement> </ciManagement>
<issueManagement> <issueManagement>
<system>GitHub Issues</system> <system>GitHub Issues</system>
<url>https://github.com/dropwizard/dropwizard-discovery/issues</url > <url>https://github.com/dropwizard/dropwizard-discovery/issues</url >
skipping to change at line 85 skipping to change at line 85
<id>jplock</id> <id>jplock</id>
<name>Justin Plock</name> <name>Justin Plock</name>
<email>justin@plock.net</email> <email>justin@plock.net</email>
<timezone>America/New_York</timezone> <timezone>America/New_York</timezone>
</developer> </developer>
</developers> </developers>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEn coding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEn coding>
<dropwizard.version>0.8.2</dropwizard.version> <dropwizard.version>0.8.4</dropwizard.version>
<curator.version>2.8.0</curator.version> <curator.version>2.8.0</curator.version>
</properties> </properties>
<profiles> <profiles>
<profile> <profile>
<id>java8-disable-strict-javadoc</id> <id>java8-disable-strict-javadoc</id>
<activation> <activation>
<jdk>[1.8,)</jdk> <jdk>[1.8,)</jdk>
</activation> </activation>
<properties> <properties>
skipping to change at line 112 skipping to change at line 112
<property> <property>
<name>performRelease</name> <name>performRelease</name>
<value>true</value> <value>true</value>
</property> </property>
</activation> </activation>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId> <artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version> <version>1.6</version>
<executions> <executions>
<execution> <execution>
<id>sign-artifacts</id> <id>sign-artifacts</id>
<phase>verify</phase> <phase>verify</phase>
<goals> <goals>
<goal>sign</goal> <goal>sign</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
skipping to change at line 182 skipping to change at line 182
<version>${dropwizard.version}</version> <version>${dropwizard.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version> <version>3.3</version>
<configuration> <configuration>
<source>1.7</source> <source>1.7</source>
<target>1.7</target> <target>1.7</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version> <version>2.18.1</version>
</plugin> </plugin>
skipping to change at line 218 skipping to change at line 218
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>2.7</version> <version>2.7</version>
<configuration> <configuration>
<outputDirectory /> <outputDirectory />
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version> <version>2.10.3</version>
<configuration> <configuration>
<additionalparam>${javadoc.doclint.none}</additionalpar am> <additionalparam>${javadoc.doclint.none}</additionalpar am>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>attach-javadocs</id> <id>attach-javadocs</id>
<goals> <goals>
<goal>jar</goal> <goal>jar</goal>
</goals> </goals>
</execution> </execution>
skipping to change at line 273 skipping to change at line 273
<goals> <goals>
<goal>site</goal> <goal>site</goal>
</goals> </goals>
<phase>site-deploy</phase> <phase>site-deploy</phase>
</execution> </execution>
</executions> </executions>
</plugin> --> </plugin> -->
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId> <artifactId>cobertura-maven-plugin</artifactId>
<version>2.6</version> <version>2.7</version>
<configuration> <configuration>
<formats> <formats>
<format>xml</format> <format>xml</format>
</formats> </formats>
<aggregate>true</aggregate> <aggregate>true</aggregate>
</configuration> </configuration>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.sourceforge.cobertura</groupId> <groupId>net.sourceforge.cobertura</groupId>
<artifactId>cobertura</artifactId> <artifactId>cobertura</artifactId>
<version>2.1.1</version> <version>2.1.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.eluder.coveralls</groupId> <groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId> <artifactId>coveralls-maven-plugin</artifactId>
<version>3.0.1</version> <version>4.0.0</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId> <artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version> <version>1.4.1</version>
<executions> <executions>
<execution> <execution>
<id>enforce</id> <id>enforce</id>
<configuration> <configuration>
<rules> <rules>
<DependencyConvergence /> <DependencyConvergence />
</rules> </rules>
</configuration> </configuration>
<goals> <goals>
<goal>enforce</goal> <goal>enforce</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version> <version>2.5.2</version>
<configuration> <configuration>
<arguments>-Dgpg.passphrase=${gpg.passphrase}</argument s> <arguments>-Dgpg.passphrase=${gpg.passphrase}</argument s>
<autoVersionSubmodules>true</autoVersionSubmodules> <autoVersionSubmodules>true</autoVersionSubmodules>
<mavenExecutorId>forked-path</mavenExecutorId> <mavenExecutorId>forked-path</mavenExecutorId>
<tagNameFormat>v@{project.version}</tagNameFormat> <tagNameFormat>v@{project.version}</tagNameFormat>
<preparationGoals>clean test</preparationGoals> <preparationGoals>clean test</preparationGoals>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<reporting> <reporting>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId> <artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version> <version>2.8</version>
<configuration> <configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabl ed> <dependencyDetailsEnabled>false</dependencyDetailsEnabl ed>
<dependencyLocationsEnabled>false</dependencyLocationsE nabled> <dependencyLocationsEnabled>false</dependencyLocationsE nabled>
</configuration> </configuration>
<reportSets> <reportSets>
<reportSet> <reportSet>
<reports> <reports>
<report>index</report> <report>index</report>
<report>summary</report> <report>summary</report>
<report>dependency-info</report> <report>dependency-info</report>
skipping to change at line 357 skipping to change at line 357
<report>dependencies</report> <report>dependencies</report>
<report>dependency-convergence</report> <report>dependency-convergence</report>
<report>modules</report> <report>modules</report>
</reports> </reports>
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version> <version>2.10.3</version>
<configuration> <configuration>
<additionalparam>${javadoc.doclint.none}</additionalpar am> <additionalparam>${javadoc.doclint.none}</additionalpar am>
<quiet>true</quiet> <quiet>true</quiet>
</configuration> </configuration>
<reportSets> <reportSets>
<reportSet> <reportSet>
<id>html</id> <id>html</id>
<reports> <reports>
<report>javadoc</report> <report>javadoc</report>
</reports> </reports>
 End of changes. 12 change blocks. 
12 lines changed or deleted 12 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/