Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jebeaudet committed Jun 1, 2017
1 parent 40581f8 commit e327423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The plugin is available on Maven central, just add this to your project or paren
<plugin>
<groupId>io.github.jebeaudet</groupId>
<artifactId>flyway-validator-maven-plugin</artifactId>
<version>0.3.3</version>
<version>0.3.4</version>
<executions>
<execution>
<goals>
Expand All @@ -37,7 +37,7 @@ This is done in the plugin configuration (default values shown here) :
<plugin>
<groupId>io.github.jebeaudet</groupId>
<artifactId>flyway-validator-maven-plugin</artifactId>
<version>0.3.3</version>
<version>0.3.4</version>
<configuration>
<rootPath>/src/main/resources</rootPath>
<sqlRevisesRootPath>db/migration</sqlRevisesRootPath>
Expand All @@ -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.3:validate-flyway-revises (default) on project test-project:
[ERROR] Failed to execute goal io.github.jebeaudet:flyway-validator-maven-plugin:0.3.4:validate-flyway-revises (default) on project test-project:
[ERROR] ------------------------------------------------------------------------
[ERROR] Duplicate migration version(s) found : [1.0, 1.0.1].
[ERROR] Details :
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.jebeaudet</groupId>
<artifactId>flyway-validator-maven-plugin</artifactId>
<version>0.3.3</version>
<version>0.3.4</version>
<packaging>maven-plugin</packaging>

<name>flyway-validator-maven-plugin</name>
Expand Down

0 comments on commit e327423

Please sign in to comment.