This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch 2.0.0-release in repository https://gitbox.apache.org/repos/asf/doris-shade.git
commit 7ed9fd24512d0638ac11469e7c9a5a62a2f15ffc Author: Calvin Kirs <[email protected]> AuthorDate: Tue Apr 16 16:18:38 2024 +0800 [maven-release-plugin] prepare for next development iteration --- hive-catalog-shade/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml index f4f5d52..76b1c67 100644 --- a/hive-catalog-shade/pom.xml +++ b/hive-catalog-shade/pom.xml @@ -20,7 +20,7 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>hive-catalog-shade</artifactId> diff --git a/pom.xml b/pom.xml index 6c0e2a1..75704a8 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ under the License. </parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Archetype - doris-shade</name> <url>https://doris.apache.org</url> @@ -40,7 +40,7 @@ under the License. <url>https://github.com/apache/doris-shade</url> <connection>[email protected]:apache/doris-shade.git</connection> <developerConnection>scm:git:https://github.com/apache/doris-shade.git</developerConnection> - <tag>doris-shade-2.0.0</tag> + <tag>HEAD</tag> </scm> <modules> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
