Skip to content

Commit

Permalink
[ci skip] prepare release v0.111
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Jun 7, 2023
1 parent 75ffeb9 commit 1bfba4b
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 @@ -18,13 +18,13 @@

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

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

<parent>
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 @@ -19,12 +19,12 @@
<artifactId>trino-rest-base</artifactId>
<description>Trino REST base</description>
<packaging>jar</packaging>
<version>0.111-SNAPSHOT</version>
<version>0.111</version>

<parent>
<groupId>pl.net.was</groupId>
<artifactId>trino-rest</artifactId>
<version>0.111-SNAPSHOT</version>
<version>0.111</version>
</parent>

<licenses>
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 @@ -19,12 +19,12 @@
<artifactId>trino-rest-github</artifactId>
<description>Trino REST GitHub</description>
<packaging>trino-plugin</packaging>
<version>0.111-SNAPSHOT</version>
<version>0.111</version>

<parent>
<groupId>pl.net.was</groupId>
<artifactId>trino-rest</artifactId>
<version>0.111-SNAPSHOT</version>
<version>0.111</version>
</parent>

<properties>
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 @@ -19,12 +19,12 @@
<artifactId>trino-rest-slack</artifactId>
<description>Trino REST Slack</description>
<packaging>trino-plugin</packaging>
<version>0.111-SNAPSHOT</version>
<version>0.111</version>

<parent>
<groupId>pl.net.was</groupId>
<artifactId>trino-rest</artifactId>
<version>0.111-SNAPSHOT</version>
<version>0.111</version>
</parent>

<properties>
Expand Down

0 comments on commit 1bfba4b

Please sign in to comment.