Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stable-release-bot committed Jun 27, 2024
1 parent c2c1797 commit e834c18
Show file tree
Hide file tree
Showing 9 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 @@ -10,7 +10,7 @@

<groupId>io.wren</groupId>
<artifactId>wren-root</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<packaging>pom</packaging>

<name>WrenEngine</name>
Expand Down Expand Up @@ -38,7 +38,7 @@
</modules>

<scm>
<tag>HEAD</tag>
<tag>0.5.2</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion trino-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.wren</groupId>
<artifactId>wren-root</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion wren-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>io.wren</groupId>
<artifactId>wren-root</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion wren-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>io.wren</groupId>
<artifactId>wren-root</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion wren-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.wren</groupId>
<artifactId>wren-root</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion wren-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.wren</groupId>
<artifactId>wren-root</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion wren-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.wren</groupId>
<artifactId>wren-root</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion wren-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>io.wren</groupId>
<artifactId>wren-root</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion wren-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>io.wren</groupId>
<artifactId>wren-root</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit e834c18

Please sign in to comment.