Skip to content

Commit

Permalink
[maven-release-plugin] prepare release trino-plugin-archetype-root-1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Jan 12, 2024
1 parent 36f76cb commit d92b33a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions archetype-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.net.was</groupId>
<artifactId>trino-plugin-archetype-root</artifactId>
<version>1.17-SNAPSHOT</version>
<version>1.17</version>
</parent>

<artifactId>archetype-builder</artifactId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>pl.net.was</groupId>
<artifactId>trino-example-plugin</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>
</dependencies>

Expand Down
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-plugin-archetype-root</artifactId>
<version>1.17-SNAPSHOT</version>
<version>1.17</version>
<description>Maven Archetype for Trino Plugins</description>
<packaging>pom</packaging>

<scm>
<developerConnection>scm:git:https://github.com/nineinchnick/trino-plugin-archetype.git</developerConnection>
<tag>HEAD</tag>
<tag>trino-plugin-archetype-root-1.17</tag>
</scm>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions trino-example-jdbc/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-example-jdbc</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<packaging>trino-plugin</packaging>

<licenses>
Expand All @@ -23,7 +23,7 @@

<scm>
<developerConnection>scm:git:https://github.com/${githubOwner}/${githubRepo}.git</developerConnection>
<tag>HEAD</tag>
<tag>trino-plugin-archetype-root-1.17</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions trino-example-plugin/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-example-plugin</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<packaging>trino-plugin</packaging>

<licenses>
Expand All @@ -23,7 +23,7 @@

<scm>
<developerConnection>scm:git:https://github.com/${githubOwner}/${githubRepo}.git</developerConnection>
<tag>HEAD</tag>
<tag>trino-plugin-archetype-root-1.17</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit d92b33a

Please sign in to comment.