This is an automated email from the ASF dual-hosted git repository.
williamsong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 0f2f927 [RELEASE] Bump version to 1.1.0-SNAPSHOT after release
0f2f927 is described below
commit 0f2f927e7057befcd4b4e247d4f449cc4fe9a36d
Author: szywilliam <[email protected]>
AuthorDate: Wed Mar 22 00:15:38 2023 +0800
[RELEASE] Bump version to 1.1.0-SNAPSHOT after release
---
misc/pom.xml | 2 +-
pom.xml | 2 +-
test/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/misc/pom.xml b/misc/pom.xml
index f4b0d0a..21e6093 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty</artifactId>
- <version>1.0.4</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>ratis-thirdparty-misc</artifactId>
<name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index 67ae4d8..9d8bab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
</parent>
<artifactId>ratis-thirdparty</artifactId>
<groupId>org.apache.ratis</groupId>
- <version>1.0.4</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>Apache Ratis Thirdparty</name>
<packaging>pom</packaging>
<description>Thirdparty dependencies for Apache Ratis</description>
diff --git a/test/pom.xml b/test/pom.xml
index 130f27f..e6bf15e 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty</artifactId>
- <version>1.0.4</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>ratis-thirdparty-test</artifactId>
<name>Apache Ratis Thirdparty Test</name>