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>3.0.0-5</version> | <version>4.0.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-3.0.0-5</tag> | <tag>dropwizard-flyway-4.0.0-1</tag> | |||
</scm> | </scm> | |||
<ciManagement> | <ciManagement> | |||
<system>GitHub Actions</system> | <system>Travis CI</system> | |||
<url>https://github.com/dropwizard/dropwizard-flyway/actions</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> | |||
</issueManagement> | </issueManagement> | |||
<distributionManagement> | <distributionManagement> | |||
<snapshotRepository> | <snapshotRepository> | |||
<id>ossrh</id> | <id>ossrh</id> | |||
skipping to change at line 65 | skipping to change at line 65 | |||
<developer> | <developer> | |||
<id>j.schalanda</id> | <id>j.schalanda</id> | |||
<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.release>17</maven.compiler.release> | <maven.compiler.release>11</maven.compiler.release> | |||
<maven.compiler.parameters>true</maven.compiler.parameters> | <maven.compiler.parameters>true</maven.compiler.parameters> | |||
<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>3.0.6</dropwizard.version> | <dropwizard.version>4.0.0</dropwizard.version> | |||
<flyway.version>10.7.2</flyway.version> | <flyway.version>9.16.1</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> | |||
skipping to change at line 137 | skipping to change at line 137 | |||
<dependency> | <dependency> | |||
<groupId>org.mockito</groupId> | <groupId>org.mockito</groupId> | |||
<artifactId>mockito-core</artifactId> | <artifactId>mockito-core</artifactId> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.mockito</groupId> | <groupId>org.mockito</groupId> | |||
<artifactId>mockito-junit-jupiter</artifactId> | <artifactId>mockito-junit-jupiter</artifactId> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | ||||
<groupId>org.flywaydb</groupId> | ||||
<artifactId>flyway-database-postgresql</artifactId> | ||||
<version>${flyway.version}</version> | ||||
<scope>test</scope> | ||||
</dependency> | ||||
<dependency> | ||||
<groupId>com.h2database</groupId> | ||||
<artifactId>h2</artifactId> | ||||
<version>2.2.224</version> | ||||
<scope>test</scope> | ||||
</dependency> | ||||
</dependencies> | </dependencies> | |||
<build> | <build> | |||
<pluginManagement> | <pluginManagement> | |||
<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.12.1</version> | <version>3.11.0</version> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-source-plugin</artifactId> | <artifactId>maven-source-plugin</artifactId> | |||
<version>3.3.0</version> | <version>3.2.1</version> | |||
</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>3.6.3</version> | <version>3.5.0</version> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-site-plugin</artifactId> | <artifactId>maven-site-plugin</artifactId> | |||
<version>3.12.1</version> | <version>3.12.1</version> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-clean-plugin</artifactId> | <artifactId>maven-clean-plugin</artifactId> | |||
<version>3.3.2</version> | <version>3.2.0</version> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-deploy-plugin</artifactId> | <artifactId>maven-deploy-plugin</artifactId> | |||
<version>3.1.1</version> | <version>3.1.1</version> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-install-plugin</artifactId> | <artifactId>maven-install-plugin</artifactId> | |||
<version>3.1.1</version> | <version>3.1.1</version> | |||
skipping to change at line 202 | skipping to change at line 190 | |||
<version>3.3.0</version> | <version>3.3.0</version> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-resources-plugin</artifactId> | <artifactId>maven-resources-plugin</artifactId> | |||
<version>3.3.1</version> | <version>3.3.1</version> | |||
</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>3.2.5</version> | <version>3.0.0</version> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-project-info-reports-plugin</artifact Id> | <artifactId>maven-project-info-reports-plugin</artifact Id> | |||
<version>3.5.0</version> | <version>3.4.2</version> | |||
</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>3.0.1</version> | <version>3.0.0</version> | |||
</plugin> | </plugin> | |||
<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>3.1.0</version> | <version>3.0.1</version> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>com.github.github</groupId> | <groupId>com.github.github</groupId> | |||
<artifactId>site-maven-plugin</artifactId> | <artifactId>site-maven-plugin</artifactId> | |||
<version>0.12</version> | <version>0.12</version> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.jacoco</groupId> | <groupId>org.jacoco</groupId> | |||
<artifactId>jacoco-maven-plugin</artifactId> | <artifactId>jacoco-maven-plugin</artifactId> | |||
<version>0.8.11</version> | <version>0.8.8</version> | |||
</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>4.3.0</version> | <version>4.3.0</version> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.sonatype.plugins</groupId> | <groupId>org.sonatype.plugins</groupId> | |||
<artifactId>nexus-staging-maven-plugin</artifactId> | <artifactId>nexus-staging-maven-plugin</artifactId> | |||
<version>1.6.13</version> | <version>1.6.13</version> | |||
<extensions>true</extensions> | <extensions>true</extensions> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.sonarsource.scanner.maven</groupId> | <groupId>org.sonarsource.scanner.maven</groupId> | |||
<artifactId>sonar-maven-plugin</artifactId> | <artifactId>sonar-maven-plugin</artifactId> | |||
<version>3.10.0.2594</version> | <version>3.9.1.2184</version> | |||
</plugin> | </plugin> | |||
</plugins> | </plugins> | |||
</pluginManagement> | </pluginManagement> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-release-plugin</artifactId> | <artifactId>maven-release-plugin</artifactId> | |||
<configuration> | <configuration> | |||
<useReleaseProfile>false</useReleaseProfile> | <useReleaseProfile>false</useReleaseProfile> | |||
<releaseProfiles>release</releaseProfiles> | <releaseProfiles>release</releaseProfiles> | |||
End of changes. 16 change blocks. | ||||
29 lines changed or deleted | 17 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/ |