You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
</parent>
9
9
<groupId>io.quarkiverse.jdbi</groupId>
10
10
<artifactId>quarkus-jdbi-parent</artifactId>
11
-
<version>999-SNAPSHOT</version>
11
+
<version>1.7.0</version>
12
12
<packaging>pom</packaging>
13
13
<name>Quarkus Jdbi - Parent</name>
14
14
<description>Jdbi provides convenient, idiomatic access to relational data in Java. This extension makes it possible to use JDBI in native executables.</description>
0 commit comments