Skip to content

Commit a5ab5fa

Browse files
author
Jan Waś
committed
[ci skip] prepare for next development iteration
1 parent 9c2d84c commit a5ab5fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>pl.net.was</groupId>
1212
<artifactId>trino-cloud</artifactId>
13-
<version>0.78</version>
13+
<version>0.79-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<description>Trino Cloud Connectors</description>
1616

@@ -28,7 +28,7 @@
2828

2929
<scm>
3030
<developerConnection>scm:git:https://github.com/nineinchnick/trino-cloud.git</developerConnection>
31-
<tag>v0.78</tag>
31+
<tag>HEAD</tag>
3232
</scm>
3333

3434
<distributionManagement>

trino-cloud-aws/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>pl.net.was</groupId>
77
<artifactId>trino-cloud</artifactId>
8-
<version>0.78</version>
8+
<version>0.79-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>trino-cloud-aws</artifactId>
12-
<version>0.78</version>
12+
<version>0.79-SNAPSHOT</version>
1313
<packaging>trino-plugin</packaging>
1414
<description>Trino Cloud</description>
1515

0 commit comments

Comments
 (0)