Skip to content

Commit 261608d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e3d6bd0 commit 261608d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.trino</groupId>
1212
<artifactId>trino-aws-proxy-root</artifactId>
13-
<version>6</version>
13+
<version>7-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.artifactId}</name>
@@ -36,7 +36,7 @@
3636
<scm>
3737
<connection>scm:git:https://github.com/trinodb/aws-proxy.git</connection>
3838
<developerConnection>scm:git:[email protected]/trinodb/aws-proxy.git</developerConnection>
39-
<tag>6</tag>
39+
<tag>HEAD</tag>
4040
<url>https://github.com/trinodb/aws-proxy.git</url>
4141
</scm>
4242

trino-aws-proxy-glue/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.trino</groupId>
66
<artifactId>trino-aws-proxy-root</artifactId>
7-
<version>6</version>
7+
<version>7-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>trino-aws-proxy-glue</artifactId>

trino-aws-proxy-spark3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.trino</groupId>
66
<artifactId>trino-aws-proxy-root</artifactId>
7-
<version>6</version>
7+
<version>7-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>trino-aws-proxy-spark3</artifactId>

trino-aws-proxy-spark4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.trino</groupId>
66
<artifactId>trino-aws-proxy-root</artifactId>
7-
<version>6</version>
7+
<version>7-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>trino-aws-proxy-spark4</artifactId>

trino-aws-proxy-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.trino</groupId>
66
<artifactId>trino-aws-proxy-root</artifactId>
7-
<version>6</version>
7+
<version>7-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>trino-aws-proxy-spi</artifactId>

trino-aws-proxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.trino</groupId>
66
<artifactId>trino-aws-proxy-root</artifactId>
7-
<version>6</version>
7+
<version>7-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>trino-aws-proxy</artifactId>

0 commit comments

Comments
 (0)