This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch 1.0.0 in repository https://gitbox.apache.org/repos/asf/doris-shade.git
commit 4ab3f5e97665b391cabb1b53ad0a9beaa6044f00 Author: wudi <> AuthorDate: Tue Mar 21 16:16:21 2023 +0800 release 1.0.0 --- pom.xml | 2 +- thrift-shade-0.16/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 925267d..b41cdeb 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. </parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>Archetype - doris-shade</name> <url>https://doris.apache.org</url> diff --git a/thrift-shade-0.16/pom.xml b/thrift-shade-0.16/pom.xml index 6785634..944786f 100644 --- a/thrift-shade-0.16/pom.xml +++ b/thrift-shade-0.16/pom.xml @@ -22,10 +22,10 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>thrift-shade-0.16</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <properties> <libethrift.version>0.16.0</libethrift.version> </properties> @@ -79,4 +79,4 @@ under the License. </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org