Skip to content

Commit

Permalink
Bump h2 from 2.1.210 to 2.2.220
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Aug 14, 2023
1 parent 7f69e3a commit f63e8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<property name="h2v1.jar" value="h2-${h2v1.version}.jar"/>
<property name="h2v1.url" value="https://repo1.maven.org/maven2/com/h2database/h2/${h2v1.version}/${h2v1.jar}"/>
<property name="h2v1.dir" value="${basedir}/build/h2"/>
<property name="h2v2.version" value="2.1.210"/>
<property name="h2v2.version" value="2.2.220"/>
<property name="h2v2.jar" value="h2-${h2v2.version}.jar"/>
<property name="h2v2.url" value="https://repo1.maven.org/maven2/com/h2database/h2/${h2v2.version}/${h2v2.jar}"/>
<property name="h2v2.dir" value="${basedir}/build/h2/v2"/>
Expand Down

0 comments on commit f63e8f8

Please sign in to comment.