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

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

commit a7018309da1a95d8fcf61f1d708d2c9ef6c0227f
Author: wudi <>
AuthorDate: Tue Mar 21 17:48:01 2023 +0800

    [maven-release-plugin] prepare release doris-shade-1.0.0
---
 pom.xml                   | 10 +++++-----
 thrift-shade-0.16/pom.xml |  8 +++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 925267d..88c8ec2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,8 +15,7 @@ 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/maven-v4_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/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache</groupId>
@@ -25,7 +24,7 @@ under the License.
     </parent>
     <groupId>org.apache.doris</groupId>
     <artifactId>doris-shade</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
     <name>Archetype - doris-shade</name>
     <url>https://doris.apache.org</url>
@@ -41,7 +40,8 @@ under the License.
         <url>https://github.com/apache/doris-shade</url>
         <connection>g...@github.com:apache/doris-shade.git</connection>
         
<developerConnection>scm:git:https://github.com/apache/doris-shade.git</developerConnection>
-    </scm>
+      <tag>doris-shade-1.0.0</tag>
+  </scm>
 
     <modules>
         <module>thrift-shade-0.16</module>
@@ -79,7 +79,7 @@ under the License.
                     <artifactId>maven-shade-plugin</artifactId>
                     <configuration>
                         <transformers>
-                            <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                            <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
                             <transformer 
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
                                 <projectName>Apache Doris-Shade</projectName>
                                 <encoding>UTF-8</encoding>
diff --git a/thrift-shade-0.16/pom.xml b/thrift-shade-0.16/pom.xml
index 6785634..e82d736 100644
--- a/thrift-shade-0.16/pom.xml
+++ b/thrift-shade-0.16/pom.xml
@@ -15,17 +15,15 @@ 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.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>thrift-shade-0.16</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <properties>
         <libethrift.version>0.16.0</libethrift.version>
     </properties>


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

Reply via email to