Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Jun 7, 2019
1 parent d673df6 commit ec7495b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion embedded-db-flyway/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion embedded-db-junit-liquibase/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion embedded-db-junit/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<artifactId>embedded-db-junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<properties>
<byte-buddy.version>1.9.13</byte-buddy.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
Expand Down

0 comments on commit ec7495b

Please sign in to comment.