Skip to content

Commit

Permalink
Prepare further development
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Jul 11, 2024
1 parent 519fa35 commit 8d3829c
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.2.0</version>
<version>2.2.1-SNAPSHOT</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.2.0</version>
<version>2.2.1-SNAPSHOT</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.2.0</version>
<version>2.2.1-SNAPSHOT</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.2.0</version>
<version>2.2.1-SNAPSHOT</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.2.0</version>
<version>2.2.1-SNAPSHOT</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.2.0</version>
<version>2.2.1-SNAPSHOT</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.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<properties>
<byte-buddy.version>1.14.18</byte-buddy.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
Expand Down

0 comments on commit 8d3829c

Please sign in to comment.