From 233fdde5850405fadfa68f7b370966f0232a4387 Mon Sep 17 00:00:00 2001 From: Jacques-Etienne Beaudet Date: Wed, 3 May 2017 17:35:00 -0400 Subject: [PATCH] Release 0.3.3 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6f88f4..fc24527 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The plugin is available on Maven central, just add this to your project or paren io.github.jebeaudet flyway-validator-maven-plugin - 0.3.2 + 0.3.3 @@ -37,7 +37,7 @@ This is done in the plugin configuration (default values shown here) : io.github.jebeaudet flyway-validator-maven-plugin - 0.3.2 + 0.3.3 /src/main/resources db/migration @@ -55,7 +55,7 @@ Here's an example of a failed build : [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ -[ERROR] Failed to execute goal io.github.jebeaudet:flyway-validator-maven-plugin:0.3.2:validate-flyway-revises (default) on project test-project: +[ERROR] Failed to execute goal io.github.jebeaudet:flyway-validator-maven-plugin:0.3.3:validate-flyway-revises (default) on project test-project: [ERROR] ------------------------------------------------------------------------ [ERROR] Duplicate migration version(s) found : [1.0, 1.0.1]. [ERROR] Details : diff --git a/pom.xml b/pom.xml index 5d5e07a..478eecf 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.jebeaudet flyway-validator-maven-plugin - 0.3.2 + 0.3.3 maven-plugin flyway-validator-maven-plugin