You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/11/08 09:33:28 UTC

[iotdb] branch rel/0.11 updated: remove incubating keyword

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

hxd pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new e7dcc0a  remove incubating keyword
e7dcc0a is described below

commit e7dcc0abb19af2862bdcbdc3d4ce971c45176278
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sun Nov 8 17:33:03 2020 +0800

    remove incubating keyword
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 86daaca..1505e0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -951,7 +951,7 @@
                 </plugins>
             </build>
         </profile>
-        <!-- Make sure the source assembly has the right name (includes "incubating") -->
+        <!-- Make sure the source assembly has the right name -->
         <profile>
             <id>apache-release</id>
             <build>
@@ -973,7 +973,7 @@
                                     See  https://issues.apache.org/jira/browse/MNG-5454  sigh.
                                  -->
                                 <configuration combine.self="append">
-                                    <finalName>apache-iotdb-${project.version}-incubating</finalName>
+                                    <finalName>apache-iotdb-${project.version}</finalName>
                                     <archive>
                                         <manifest>
                                             <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
@@ -1006,7 +1006,7 @@
                                         <fileSet>
                                             <directory>${project.build.directory}</directory>
                                             <includes>
-                                                <include>apache-iotdb-${project.version}-incubating-source-release.zip</include>
+                                                <include>apache-iotdb-${project.version}-source-release.zip</include>
                                             </includes>
                                         </fileSet>
                                     </fileSets>