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 605c07b commit d87df40Copy full SHA for d87df40
gateway-ha/pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>io.trino.gateway</groupId>
8
<artifactId>trino-gateway-parent</artifactId>
9
- <version>13</version>
+ <version>14-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>13</tag>
+ <tag>HEAD</tag>
36
<url>https://github.com/trinodb/trino-gateway</url>
37
</scm>
38
0 commit comments