Skip to content

Commit

Permalink
Workaround for H2
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Feb 18, 2023
1 parent 3b3046d commit 4df0051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use Schematic, you need to add the following Maven dependency to your project
<dependency>
<groupId>com.bjoernkw</groupId>
<artifactId>schematic</artifactId>
<version>0.1.7</version>
<version>0.1.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.bjoernkw</groupId>
<artifactId>schematic</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
<name>Schematic</name>
<description>Database management UI for Spring Boot</description>
<properties>
Expand Down

0 comments on commit 4df0051

Please sign in to comment.