Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wren-ai[bot] committed Aug 15, 2024
1 parent f4f2172 commit 4df5c2e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>pom</packaging>

<name>WrenEngine</name>
Expand All @@ -35,7 +35,7 @@
</modules>

<scm>
<tag>HEAD</tag>
<tag>0.9.1</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.9.1-SNAPSHOT</version>
<version>0.9.1</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.9.1-SNAPSHOT</version>
<version>0.9.1</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.9.1-SNAPSHOT</version>
<version>0.9.1</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.9.1-SNAPSHOT</version>
<version>0.9.1</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.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 4df5c2e

Please sign in to comment.