You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by gx...@apache.org on 2020/05/29 01:27:22 UTC

[incubator-tubemq] branch release-0.3.0 updated (a44773e -> 26128f6)

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

gxcheng pushed a change to branch release-0.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git.


    from a44773e  [TUBEMQ-149]Some of the consumers stop consuming their corresponding partitions and never release the partition to others[addendum] (#96)
     new f7b86cd  [TUBEMQ-153] update copyright notices year to 2020
     new ae4b5f1  [TUBEMQ-130] Addendum changes since last update
     new 26128f6  [TUBEMQ-131] Set version as 0.3.0-incubating in release-0.3.0 for first RC of 0.3.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md             | 12 +++++++++++-
 NOTICE                 |  2 +-
 pom.xml                |  2 +-
 tubemq-client/pom.xml  |  2 +-
 tubemq-core/pom.xml    |  2 +-
 tubemq-example/pom.xml |  2 +-
 tubemq-server/pom.xml  |  2 +-
 7 files changed, 17 insertions(+), 7 deletions(-)


[incubator-tubemq] 03/03: [TUBEMQ-131] Set version as 0.3.0-incubating in release-0.3.0 for first RC of 0.3.0

Posted by gx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gxcheng pushed a commit to branch release-0.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git

commit 26128f6c141e58c7f71b43ba981c1b4ef9d09a7a
Author: Guangxu Cheng <gx...@apache.org>
AuthorDate: Fri May 29 09:27:01 2020 +0800

    [TUBEMQ-131] Set version as 0.3.0-incubating in release-0.3.0 for first RC of 0.3.0
---
 pom.xml                | 2 +-
 tubemq-client/pom.xml  | 2 +-
 tubemq-core/pom.xml    | 2 +-
 tubemq-example/pom.xml | 2 +-
 tubemq-server/pom.xml  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index d1f2208..5e193db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.tubemq</groupId>
     <artifactId>tubemq</artifactId>
     <inceptionYear>2013</inceptionYear>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <packaging>pom</packaging>
     <name>Apache TubeMQ</name>
 
diff --git a/tubemq-client/pom.xml b/tubemq-client/pom.xml
index e577fae..9b6f62f 100644
--- a/tubemq-client/pom.xml
+++ b/tubemq-client/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.tubemq</groupId>
         <artifactId>tubemq</artifactId>
-        <version>0.3.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tubemq-client</artifactId>
diff --git a/tubemq-core/pom.xml b/tubemq-core/pom.xml
index 5494e54..a7d6e31 100644
--- a/tubemq-core/pom.xml
+++ b/tubemq-core/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.tubemq</groupId>
         <artifactId>tubemq</artifactId>
-        <version>0.3.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tubemq-core</artifactId>
diff --git a/tubemq-example/pom.xml b/tubemq-example/pom.xml
index 671fd80..131dbcc 100644
--- a/tubemq-example/pom.xml
+++ b/tubemq-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.tubemq</groupId>
         <artifactId>tubemq</artifactId>
-        <version>0.3.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tubemq-example</artifactId>
diff --git a/tubemq-server/pom.xml b/tubemq-server/pom.xml
index f84e745..c56eb0b 100644
--- a/tubemq-server/pom.xml
+++ b/tubemq-server/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.tubemq</groupId>
         <artifactId>tubemq</artifactId>
-        <version>0.3.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 


[incubator-tubemq] 02/03: [TUBEMQ-130] Addendum changes since last update

Posted by gx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gxcheng pushed a commit to branch release-0.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git

commit ae4b5f153108758dacb1574effeef754663f90d4
Author: Guangxu Cheng <gx...@apache.org>
AuthorDate: Fri May 29 09:26:13 2020 +0800

    [TUBEMQ-130] Addendum changes since last update
---
 CHANGES.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 06ac4cd..879b1a8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -72,9 +72,19 @@
 | [TUBEMQ-66](https://issues.apache.org/jira/browse/TUBEMQ-66) |TubeSingleSessionFactory shutdown bug|Normal|
 | [TUBEMQ-85](https://issues.apache.org/jira/browse/TUBEMQ-85) |There is NPE when creating PullConsumer with TubeSingleSessionFactory|Major|
 | [TUBEMQ-88](https://issues.apache.org/jira/browse/TUBEMQ-88) |Broker does not take effect after the deletePolicy value is changed|Major|
+| [TUBEMQ-149](https://issues.apache.org/jira/browse/TUBEMQ-149) |Some of the consumers stop consuming their corresponding partitions and never release the partition to others|Major|
+| [TUBEMQ-153](https://issues.apache.org/jira/browse/TUBEMQ-153) |update copyright notices year to 2020|  Major |
 
 ### TASK:
 | JIRA | Summary | Priority |
 |:---- |:---- | :--- |
 |[TUBEMQ-12](https://issues.apache.org/jira/browse/TUBEMQ-12)  |Change to use Apache License V2   |  Major |
-|[TUBEMQ-130](https://issues.apache.org/jira/browse/TUBEMQ-130)  |Generate CHANGES.md and DISCLAIMER-WIP   |  Major |
+
+### SUB-TASK:
+| JIRA | Summary | Priority |
+|:---- |:---- | :--- |
+|[TUBEMQ-130](https://issues.apache.org/jira/browse/TUBEMQ-130) |Generate CHANGES.md and DISCLAIMER-WIP   |  Major |
+|[TUBEMQ-133](https://issues.apache.org/jira/browse/TUBEMQ-133) |Add Apache parent pom |  Major |
+|[TUBEMQ-134](https://issues.apache.org/jira/browse/TUBEMQ-134) |add maven-source-plugin for generate source jar|  Major |
+|[TUBEMQ-135](https://issues.apache.org/jira/browse/TUBEMQ-135) |Refactoring all pom.xml|  Major |
+|[TUBEMQ-136](https://issues.apache.org/jira/browse/TUBEMQ-136) |Add LICENSE/NOTICE/DISCLAIMER-WIP to binary package|  Major |


[incubator-tubemq] 01/03: [TUBEMQ-153] update copyright notices year to 2020

Posted by gx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gxcheng pushed a commit to branch release-0.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git

commit f7b86cd42ce706d231a31eea67a907d2b0489cd1
Author: Guangxu Cheng <gx...@apache.org>
AuthorDate: Fri May 29 09:24:02 2020 +0800

    [TUBEMQ-153] update copyright notices year to 2020
---
 NOTICE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index f4e3079..c5234a8 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache TubeMQ
-Copyright 2019 The Apache Software Foundation.
+Copyright 2019-2020 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (https://www.apache.org/).