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

diwu pushed a commit to branch 1.0.1-release
in repository https://gitbox.apache.org/repos/asf/doris-shade.git

commit 439652e78ac320d62d382b0b1df46816ba41bb8b
Author: wudi <>
AuthorDate: Tue Jun 13 09:50:29 2023 +0800

    [maven-release-plugin] prepare for next development iteration
---
 hadoop-aws-shade-2/pom.xml   | 2 +-
 hadoop-cloud-shade-2/pom.xml | 2 +-
 hadoop-shade-2/pom.xml       | 2 +-
 hive-catalog-shade/pom.xml   | 2 +-
 hive-shade-3/pom.xml         | 2 +-
 hudi-mr-shade-0.13/pom.xml   | 2 +-
 kerby-shade-1.0/pom.xml      | 2 +-
 pom.xml                      | 4 ++--
 spring-shade-5/pom.xml       | 2 +-
 thrift-shade-0.13/pom.xml    | 4 ++--
 10 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/hadoop-aws-shade-2/pom.xml b/hadoop-aws-shade-2/pom.xml
index 9bda28b..55f5b59 100644
--- a/hadoop-aws-shade-2/pom.xml
+++ b/hadoop-aws-shade-2/pom.xml
@@ -20,7 +20,7 @@ under the License.
     <parent>
         <groupId>org.apache.doris</groupId>
         <artifactId>doris-shade</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>hadoop-aws-shade-2</artifactId>
diff --git a/hadoop-cloud-shade-2/pom.xml b/hadoop-cloud-shade-2/pom.xml
index 49024cd..53f4a1e 100644
--- a/hadoop-cloud-shade-2/pom.xml
+++ b/hadoop-cloud-shade-2/pom.xml
@@ -20,7 +20,7 @@ under the License.
     <parent>
         <groupId>org.apache.doris</groupId>
         <artifactId>doris-shade</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>hadoop-cloud-shade-2</artifactId>
diff --git a/hadoop-shade-2/pom.xml b/hadoop-shade-2/pom.xml
index 53c2a1d..bebfd0b 100644
--- a/hadoop-shade-2/pom.xml
+++ b/hadoop-shade-2/pom.xml
@@ -20,7 +20,7 @@ under the License.
     <parent>
         <groupId>org.apache.doris</groupId>
         <artifactId>doris-shade</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>hadoop-shade-2</artifactId>
diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml
index ca65948..49108c6 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>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>hive-catalog-shade</artifactId>
diff --git a/hive-shade-3/pom.xml b/hive-shade-3/pom.xml
index ebb52eb..2dd5cde 100644
--- a/hive-shade-3/pom.xml
+++ b/hive-shade-3/pom.xml
@@ -20,7 +20,7 @@ under the License.
     <parent>
         <groupId>org.apache.doris</groupId>
         <artifactId>doris-shade</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>hive-shade-3</artifactId>
diff --git a/hudi-mr-shade-0.13/pom.xml b/hudi-mr-shade-0.13/pom.xml
index c9a505b..306f301 100644
--- a/hudi-mr-shade-0.13/pom.xml
+++ b/hudi-mr-shade-0.13/pom.xml
@@ -20,7 +20,7 @@ under the License.
     <parent>
         <groupId>org.apache.doris</groupId>
         <artifactId>doris-shade</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>hudi-mr-shade-0.13</artifactId>
diff --git a/kerby-shade-1.0/pom.xml b/kerby-shade-1.0/pom.xml
index dcb49df..d3846e4 100644
--- a/kerby-shade-1.0/pom.xml
+++ b/kerby-shade-1.0/pom.xml
@@ -20,7 +20,7 @@ under the License.
     <parent>
         <groupId>org.apache.doris</groupId>
         <artifactId>doris-shade</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>kerby-shade-1.0</artifactId>
diff --git a/pom.xml b/pom.xml
index 4a82767..fb4c723 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>1.0.1</version>
+    <version>1.0.2-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-1.0.1</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <modules>
diff --git a/spring-shade-5/pom.xml b/spring-shade-5/pom.xml
index 0259e08..dcc11b7 100644
--- a/spring-shade-5/pom.xml
+++ b/spring-shade-5/pom.xml
@@ -20,7 +20,7 @@ under the License.
     <parent>
         <groupId>org.apache.doris</groupId>
         <artifactId>doris-shade</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-shade-5</artifactId>
diff --git a/thrift-shade-0.13/pom.xml b/thrift-shade-0.13/pom.xml
index ffd8f8e..8b5ec91 100644
--- a/thrift-shade-0.13/pom.xml
+++ b/thrift-shade-0.13/pom.xml
@@ -20,10 +20,10 @@ under the License.
     <parent>
         <groupId>org.apache.doris</groupId>
         <artifactId>doris-shade</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <artifactId>thrift-shade-0.13</artifactId>
-    <version>1.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
     <properties>
         <libethrift.version>0.13.0</libethrift.version>
     </properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to