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.apache .org/maven-v4_0_0.xsd"> | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache .org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<groupId>io.dropwizard.modules</groupId> | <groupId>io.dropwizard.modules</groupId> | |||
<artifactId>dropwizard-kafka</artifactId> | <artifactId>dropwizard-kafka</artifactId> | |||
<version>1.3.13-2</version> | <version>1.3.14-1</version> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>Dropwizard Kafka</name> | <name>Dropwizard Kafka</name> | |||
<description>Provides easy integration for Dropwizard applications with A pache Kafka</description> | <description>Provides easy integration for Dropwizard applications with A pache Kafka</description> | |||
<url>https://github.com/dropwizard/dropwizard-kafka</url> | <url>https://github.com/dropwizard/dropwizard-kafka</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-kafka .git</developerConnection> | <developerConnection>scm:git:git@github.com:dropwizard/dropwizard-kafka .git</developerConnection> | |||
<connection>scm:git:https://github.com/dropwizard/dropwizard-kafka.git< /connection> | <connection>scm:git:https://github.com/dropwizard/dropwizard-kafka.git< /connection> | |||
<url>https://github.com/dropwizard/dropwizard-kafka</url> | <url>https://github.com/dropwizard/dropwizard-kafka</url> | |||
<tag>dropwizard-kafka-1.3.13-2</tag> | <tag>dropwizard-kafka-1.3.14-1</tag> | |||
</scm> | </scm> | |||
<ciManagement> | <ciManagement> | |||
<system>Travis CI</system> | <system>Travis CI</system> | |||
<url>https://travis-ci.org/dropwizard/dropwizard-kafka</url> | <url>https://travis-ci.org/dropwizard/dropwizard-kafka</url> | |||
</ciManagement> | </ciManagement> | |||
<issueManagement> | <issueManagement> | |||
<system>GitHub Issues</system> | <system>GitHub Issues</system> | |||
<url>https://github.com/dropwizard/dropwizard-kafka/issues</url> | <url>https://github.com/dropwizard/dropwizard-kafka/issues</url> | |||
skipping to change at line 74 | skipping to change at line 74 | |||
</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.outputEncodi ng> | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncodi ng> | |||
<maven.compiler.source>1.8</maven.compiler.source> | <maven.compiler.source>1.8</maven.compiler.source> | |||
<maven.compiler.target>1.8</maven.compiler.target> | <maven.compiler.target>1.8</maven.compiler.target> | |||
<maven.compiler.showWarnings>true</maven.compiler.showWarnings> | <maven.compiler.showWarnings>true</maven.compiler.showWarnings> | |||
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation> | <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation> | |||
<brave.version>5.6.9</brave.version> | <brave.version>5.6.10</brave.version> | |||
<dropwizard.version>1.3.13</dropwizard.version> | <dropwizard.version>1.3.14</dropwizard.version> | |||
<kafka-client.version>2.1.1</kafka-client.version> | <kafka-client.version>2.1.1</kafka-client.version> | |||
<spring-kafka.version>2.2.7.RELEASE</spring-kafka.version> | <spring-kafka.version>2.2.8.RELEASE</spring-kafka.version> | |||
</properties> | </properties> | |||
<dependencyManagement> | <dependencyManagement> | |||
<dependencies> | <dependencies> | |||
<dependency> | <dependency> | |||
<groupId>io.dropwizard</groupId> | <groupId>io.dropwizard</groupId> | |||
<artifactId>dropwizard-bom</artifactId> | <artifactId>dropwizard-bom</artifactId> | |||
<version>${dropwizard.version}</version> | <version>${dropwizard.version}</version> | |||
<type>pom</type> | <type>pom</type> | |||
<scope>import</scope> | <scope>import</scope> | |||
skipping to change at line 152 | skipping to change at line 152 | |||
<property> | <property> | |||
<name>performRelease</name> | <name>performRelease</name> | |||
<value>true</value> | <value>true</value> | |||
</property> | </property> | |||
</activation> | </activation> | |||
<properties> | <properties> | |||
<maven.compiler.optimize>true</maven.compiler.optimize> | <maven.compiler.optimize>true</maven.compiler.optimize> | |||
<gpg.keyname>EDA86E9FB607B5FC9223FB767D4868B53E31E7AD</gpg.keyname> | <gpg.keyname>EDA86E9FB607B5FC9223FB767D4868B53E31E7AD</gpg.keyname> | |||
</properties> | </properties> | |||
<build> | <build> | |||
<pluginManagement> | ||||
<plugins> | ||||
<plugin> | ||||
<groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-failsafe-plugin</artifactId> | ||||
<version>2.22.2</version> | ||||
</plugin> | ||||
</plugins> | ||||
</pluginManagement> | ||||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-source-plugin</artifactId> | <artifactId>maven-source-plugin</artifactId> | |||
<executions> | <executions> | |||
<execution> | <execution> | |||
<id>attach-sources</id> | <id>attach-sources</id> | |||
<goals> | <goals> | |||
<goal>jar-no-fork</goal> | <goal>jar-no-fork</goal> | |||
</goals> | </goals> | |||
skipping to change at line 212 | skipping to change at line 221 | |||
<executions> | <executions> | |||
<execution> | <execution> | |||
<id>nexus-deploy</id> | <id>nexus-deploy</id> | |||
<phase>deploy</phase> | <phase>deploy</phase> | |||
<goals> | <goals> | |||
<goal>deploy</goal> | <goal>deploy</goal> | |||
</goals> | </goals> | |||
</execution> | </execution> | |||
</executions> | </executions> | |||
</plugin> | </plugin> | |||
<plugin> | ||||
<groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-failsafe-plugin</artifactId> | ||||
<executions> | ||||
<execution> | ||||
<goals> | ||||
<goal>integration-test</goal> | ||||
<goal>verify</goal> | ||||
</goals> | ||||
</execution> | ||||
</executions> | ||||
</plugin> | ||||
</plugins> | </plugins> | |||
</build> | </build> | |||
</profile> | </profile> | |||
</profiles> | </profiles> | |||
</project> | </project> | |||
End of changes. 6 change blocks. | ||||
5 lines changed or deleted | 26 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/ |