Skip to content

Commit

Permalink
[ci skip] prepare release v0.146
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed May 7, 2024
1 parent d8bbf3b commit c81a4d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>pl.net.was</groupId>
<artifactId>trino-rest</artifactId>
<version>0.146-SNAPSHOT</version>
<version>0.146</version>
<packaging>pom</packaging>
<description>Trino RESTful Connectors</description>

Expand All @@ -30,7 +30,7 @@

<scm>
<developerConnection>scm:git:https://github.com/nineinchnick/trino-rest.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.146</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions trino-rest-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>pl.net.was</groupId>
<artifactId>trino-rest</artifactId>
<version>0.146-SNAPSHOT</version>
<version>0.146</version>
</parent>

<artifactId>trino-rest-base</artifactId>
<version>0.146-SNAPSHOT</version>
<version>0.146</version>
<packaging>jar</packaging>
<description>Trino REST base</description>

Expand Down
4 changes: 2 additions & 2 deletions trino-rest-github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>pl.net.was</groupId>
<artifactId>trino-rest</artifactId>
<version>0.146-SNAPSHOT</version>
<version>0.146</version>
</parent>

<artifactId>trino-rest-github</artifactId>
<version>0.146-SNAPSHOT</version>
<version>0.146</version>
<packaging>trino-plugin</packaging>
<description>Trino REST GitHub</description>

Expand Down
4 changes: 2 additions & 2 deletions trino-rest-slack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>pl.net.was</groupId>
<artifactId>trino-rest</artifactId>
<version>0.146-SNAPSHOT</version>
<version>0.146</version>
</parent>

<artifactId>trino-rest-slack</artifactId>
<version>0.146-SNAPSHOT</version>
<version>0.146</version>
<packaging>trino-plugin</packaging>
<description>Trino REST Slack</description>

Expand Down

0 comments on commit c81a4d9

Please sign in to comment.