Skip to content

Commit

Permalink
[ci skip] prepare release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 15, 2021
1 parent b89fc1e commit 6a1933c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.5-SNAPSHOT</version>
<version>0.5</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.5</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.5-SNAPSHOT</version>
<version>0.5</version>

<parent>
<groupId>pl.net.was</groupId>
<artifactId>trino-rest</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</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.5-SNAPSHOT</version>
<version>0.5</version>

<parent>
<groupId>pl.net.was</groupId>
<artifactId>trino-rest</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</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.5-SNAPSHOT</version>
<version>0.5</version>

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

<properties>
Expand Down
4 changes: 2 additions & 2 deletions trino-rest-twitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<artifactId>trino-rest-twitter</artifactId>
<description>Trino REST Twitter</description>
<packaging>trino-plugin</packaging>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>

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

<properties>
Expand Down

0 comments on commit 6a1933c

Please sign in to comment.