Skip to content

Commit 67cdd47

Browse files
committed
[maven-release-plugin] prepare release 4
1 parent 7264284 commit 67cdd47

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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>io.trino</groupId>
1212
<artifactId>trino-aws-proxy-root</artifactId>
13-
<version>4-SNAPSHOT</version>
13+
<version>4</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:git@github.com/trinodb/aws-proxy.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>4</tag>
4040
<url>https://github.com/trinodb/aws-proxy.git</url>
4141
</scm>
4242

trino-aws-proxy-glue/pom.xml

Lines changed: 1 addition & 1 deletion
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>4-SNAPSHOT</version>
7+
<version>4</version>
88
</parent>
99

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

trino-aws-proxy-spark3/pom.xml

Lines changed: 1 addition & 1 deletion
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>4-SNAPSHOT</version>
7+
<version>4</version>
88
</parent>
99

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

trino-aws-proxy-spark4/pom.xml

Lines changed: 1 addition & 1 deletion
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>4-SNAPSHOT</version>
7+
<version>4</version>
88
</parent>
99

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

trino-aws-proxy-spi/pom.xml

Lines changed: 1 addition & 1 deletion
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>4-SNAPSHOT</version>
7+
<version>4</version>
88
</parent>
99

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

trino-aws-proxy/pom.xml

Lines changed: 1 addition & 1 deletion
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>4-SNAPSHOT</version>
7+
<version>4</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)