You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by di...@apache.org on 2023/04/13 01:59:16 UTC

[doris-shade] 01/02: [maven-release-plugin] prepare release doris-shade-1.0.1

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

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

commit e5f62c28f272ec655a2bc8ebafa6b0021c601a62
Author: wudi <>
AuthorDate: Thu Apr 13 09:59:03 2023 +0800

    [maven-release-plugin] prepare release doris-shade-1.0.1
---
 hive-catalog-shade/pom.xml | 6 ++----
 pom.xml                    | 4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml
index 98a0959..5e21ab3 100644
--- a/hive-catalog-shade/pom.xml
+++ b/hive-catalog-shade/pom.xml
@@ -15,14 +15,12 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.doris</groupId>
         <artifactId>doris-shade</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <artifactId>hive-catalog-shade</artifactId>
diff --git a/pom.xml b/pom.xml
index 6391f9e..fae64c9 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-SNAPSHOT</version>
+    <version>1.0.1</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>git@github.com:apache/doris-shade.git</connection>
         <developerConnection>scm:git:https://github.com/apache/doris-shade.git</developerConnection>
-      <tag>HEAD</tag>
+      <tag>doris-shade-1.0.1</tag>
   </scm>
 
     <modules>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org