We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f452638 commit eab05f5Copy full SHA for eab05f5
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.sigpwned</groupId>
5
<artifactId>jdbq</artifactId>
6
- <version>0.0.6-SNAPSHOT</version>
+ <version>0.0.6</version>
7
<name>jdbq</name>
8
<inceptionYear>2022</inceptionYear>
9
<description>JDBI-inspired database access layer for Google BigQuery for Java 8+</description>
@@ -19,7 +19,7 @@
19
<connection>scm:git:ssh://[email protected]/sigpwned/jdbq.git</connection>
20
<developerConnection>scm:git:ssh://[email protected]/sigpwned/jdbq.git</developerConnection>
21
<url>https://github.com/sigpwned/jdbq/tree/main</url>
22
- <tag>v70.1.0</tag>
+ <tag>v0.0.6</tag>
23
</scm>
24
25
<licenses>
0 commit comments