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.0</maven> | <maven>3.0.0</maven> | |||
</prerequisites> | </prerequisites> | |||
<groupId>io.dropwizard.modules</groupId> | <groupId>io.dropwizard.modules</groupId> | |||
<artifactId>dropwizard-flyway</artifactId> | <artifactId>dropwizard-flyway</artifactId> | |||
<version>1.2.0-2</version> | <version>1.3.0-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-1.2.0-2</tag> | <tag>dropwizard-flyway-1.3.0-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 71 | skipping to change at line 71 | |||
<name>Jochen Schalanda</name> | <name>Jochen Schalanda</name> | |||
<email>jochen@schalanda.name</email> | <email>jochen@schalanda.name</email> | |||
</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> | |||
<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> | |||
<dropwizard.version>1.2.0</dropwizard.version> | <dropwizard.version>1.3.0</dropwizard.version> | |||
<flyway.version>5.0.7</flyway.version> | <flyway.version>5.0.7</flyway.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> | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 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/ |