Skip to content

Commit

Permalink
Release v. 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Oct 22, 2021
1 parent 66852df commit 7fdc5ec
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion embedded-db-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion embedded-db-flyway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion embedded-db-junit-jupiter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion embedded-db-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>embedded-db-junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embedded-db-plugin-jupiter-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<properties>
<byte-buddy.version>1.10.8</byte-buddy.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
Expand Down

0 comments on commit 7fdc5ec

Please sign in to comment.