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 f5a62f5 commit 220a92aCopy full SHA for 220a92a
gateway-ha/pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>io.trino.gateway</groupId>
8
<artifactId>trino-gateway-parent</artifactId>
9
- <version>12</version>
+ <version>13-SNAPSHOT</version>
10
<relativePath>../</relativePath>
11
</parent>
12
pom.xml
@@ -11,7 +11,7 @@
13
14
15
<packaging>pom</packaging>
16
17
<name>trino-gateway-parent</name>
@@ -32,7 +32,7 @@
32
</modules>
33
<scm>
34
<connection>scm:git:git://github.com/trinodb/trino-gateway.git</connection>
35
- <tag>12</tag>
+ <tag>HEAD</tag>
36
<url>https://github.com/trinodb/trino-gateway</url>
37
</scm>
38
0 commit comments