This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-schema-registry.git


The following commit(s) were added to refs/heads/main by this push:
     new bfb7941  0.1.0-release (#71)
bfb7941 is described below

commit bfb7941ad2618e86b477425166f4cb0e38c91a7a
Author: HuiTong <[email protected]>
AuthorDate: Wed Oct 12 14:08:05 2022 +0800

    0.1.0-release (#71)
---
 client/pom.xml           | 2 +-
 common/pom.xml           | 2 +-
 core/pom.xml             | 2 +-
 example/pom.xml          | 2 +-
 pom.xml                  | 2 +-
 storage-rocketmq/pom.xml | 2 +-
 war/pom.xml              | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/client/pom.xml b/client/pom.xml
index 300d7d4..5df9a64 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>rocketmq-schema-registry-all</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0</version>
+        <version>0.1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/common/pom.xml b/common/pom.xml
index f5940a1..8cbd050 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>rocketmq-schema-registry-all</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0</version>
+        <version>0.1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/core/pom.xml b/core/pom.xml
index 7014d7b..dd453b7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-schema-registry-all</artifactId>
-        <version>1.0.0</version>
+        <version>0.1.0</version>
     </parent>
 
     <packaging>jar</packaging>
diff --git a/example/pom.xml b/example/pom.xml
index dfbe15a..ce0e4a7 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>rocketmq-schema-registry-all</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0</version>
+        <version>0.1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 52460cd..912e74e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-schema-registry-all</artifactId>
-    <version>1.0.0</version>
+    <version>0.1.0</version>
     <packaging>pom</packaging>
     <description>rocketmq-schema-registry</description>
 
diff --git a/storage-rocketmq/pom.xml b/storage-rocketmq/pom.xml
index 31ab4e2..1817b86 100644
--- a/storage-rocketmq/pom.xml
+++ b/storage-rocketmq/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>rocketmq-schema-registry-all</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0</version>
+        <version>0.1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/war/pom.xml b/war/pom.xml
index 251743d..f53a285 100644
--- a/war/pom.xml
+++ b/war/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>rocketmq-schema-registry-all</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0</version>
+        <version>0.1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Reply via email to