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/30 03:39:49 UTC

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

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.


    omit 26128f6  [TUBEMQ-131] Set version as 0.3.0-incubating in release-0.3.0 for first RC of 0.3.0
    omit ae4b5f1  [TUBEMQ-130] Addendum changes since last update
     new 0003b92  [TUBEMQ-165] Remove unnecessary fiiles
     new 6f66c7e  [TUBEMQ-130] Addendum changes since last update
     new 8e21562  [TUBEMQ-131] Set version as 0.3.0-incubating in release-0.3.0 for first RC of 0.3.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (26128f6)
            \
             N -- N -- N   refs/heads/release-0.3.0 (8e21562)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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    | 1 +
 docs/.gitkeep | 3 ---
 logs/.gitkeep | 3 ---
 3 files changed, 1 insertion(+), 6 deletions(-)
 delete mode 100644 docs/.gitkeep
 delete mode 100644 logs/.gitkeep


[incubator-tubemq] 01/03: [TUBEMQ-165] Remove unnecessary fiiles

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 0003b929baf22e70c8a1f18d13027fcb50e89674
Author: Guangxu Cheng <gx...@apache.org>
AuthorDate: Sat May 30 11:35:37 2020 +0800

    [TUBEMQ-165] Remove unnecessary fiiles
---
 docs/.gitkeep | 3 ---
 logs/.gitkeep | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/docs/.gitkeep b/docs/.gitkeep
deleted file mode 100644
index 781e383..0000000
--- a/docs/.gitkeep
+++ /dev/null
@@ -1,3 +0,0 @@
-# Ignore everything in this directory 
-* 
-# Except this file !.gitkeep
\ No newline at end of file
diff --git a/logs/.gitkeep b/logs/.gitkeep
deleted file mode 100644
index 781e383..0000000
--- a/logs/.gitkeep
+++ /dev/null
@@ -1,3 +0,0 @@
-# Ignore everything in this directory 
-* 
-# Except this file !.gitkeep
\ No newline at end of file


[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 6f66c7e3780ed528f75c16216274d1dfa05906f0
Author: Guangxu Cheng <gx...@apache.org>
AuthorDate: Sat May 30 11:37:27 2020 +0800

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

diff --git a/CHANGES.md b/CHANGES.md
index 06ac4cd..e445fd3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -72,9 +72,20 @@
 | [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 |
+| [TUBEMQ-165](https://issues.apache.org/jira/browse/TUBEMQ-165) |Remove unnecessary fiiles|  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] 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 8e21562edfff1d4b5de574a500da3b515ade497f
Author: Guangxu Cheng <gx...@apache.org>
AuthorDate: Sat May 30 11:37:42 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>