| 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> | |||
| <groupId>io.dropwizard.modules</groupId> | <groupId>io.dropwizard.modules</groupId> | |||
| <artifactId>dropwizard-flyway</artifactId> | <artifactId>dropwizard-flyway</artifactId> | |||
| <version>2.0.14-2</version> | <version>2.0.15-1</version> | |||
| <packaging>jar</packaging> | <packaging>jar</packaging> | |||
| <name>Dropwizard Flyway Bundle</name> | <name>Dropwizard Flyway Bundle</name> | |||
| <description>Addon bundle for Dropwizard to support Flyway for database migrations</description> | <description>Addon bundle for Dropwizard to support Flyway for database migrations</description> | |||
| <url>https://github.com/dropwizard/dropwizard-flyway</url> | <url>https://github.com/dropwizard/dropwizard-flyway</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-f lyway.git</developerConnection> | <developerConnection>scm:git:git@github.com:dropwizard/dropwizard-f lyway.git</developerConnection> | |||
| <connection>scm:git:https://github.com/dropwizard/dropwizard-flyway .git</connection> | <connection>scm:git:https://github.com/dropwizard/dropwizard-flyway .git</connection> | |||
| <url>https://github.com/dropwizard/dropwizard-flyway</url> | <url>https://github.com/dropwizard/dropwizard-flyway</url> | |||
| <tag>dropwizard-flyway-2.0.14-2</tag> | <tag>dropwizard-flyway-2.0.15-1</tag> | |||
| </scm> | </scm> | |||
| <ciManagement> | <ciManagement> | |||
| <system>Travis CI</system> | <system>Travis CI</system> | |||
| <url>https://travis-ci.org/dropwizard/dropwizard-flyway</url> | <url>https://travis-ci.org/dropwizard/dropwizard-flyway</url> | |||
| </ciManagement> | </ciManagement> | |||
| <issueManagement> | <issueManagement> | |||
| <system>GitHub Issues</system> | <system>GitHub Issues</system> | |||
| <url>https://github.com/dropwizard/dropwizard-flyway/issues</url> | <url>https://github.com/dropwizard/dropwizard-flyway/issues</url> | |||
| skipping to change at line 72 | skipping to change at line 72 | |||
| <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> | |||
| <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> | |||
| <sonar.projectKey>dropwizard_dropwizard-flyway</sonar.projectKey> | <sonar.projectKey>dropwizard_dropwizard-flyway</sonar.projectKey> | |||
| <sonar.organization>dropwizard</sonar.organization> | <sonar.organization>dropwizard</sonar.organization> | |||
| <sonar.host.url>https://sonarcloud.io</sonar.host.url> | <sonar.host.url>https://sonarcloud.io</sonar.host.url> | |||
| <dropwizard.version>2.0.14</dropwizard.version> | <dropwizard.version>2.0.16</dropwizard.version> | |||
| <flyway.version>7.1.0</flyway.version> | <flyway.version>7.3.0</flyway.version> | |||
| </properties> | </properties> | |||
| <dependencyManagement> | <dependencyManagement> | |||
| <dependencies> | <dependencies> | |||
| <dependency> | <dependency> | |||
| <groupId>io.dropwizard</groupId> | <groupId>io.dropwizard</groupId> | |||
| <artifactId>dropwizard-dependencies</artifactId> | <artifactId>dropwizard-dependencies</artifactId> | |||
| <version>${dropwizard.version}</version> | <version>${dropwizard.version}</version> | |||
| <type>pom</type> | <type>pom</type> | |||
| <scope>import</scope> | <scope>import</scope> | |||
| End of changes. 3 change blocks. | ||||
| 4 lines changed or deleted | 4 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/ | ||||