You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/03/11 02:21:16 UTC

[kafka] branch 2.4 updated (8df0f52 -> 91446ef)

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

bbejeck pushed a change to branch 2.4
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 8df0f52  KAFKA-9658; Fix user quota removal (#8232)
     add c57222a  Bump version to 2.4.1
     new efb44c6  Merge tag '2.4.1-rc0' into 2.4
     new 91446ef  Bump version to 2.4.2-SNAPSHOT

The 2 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:
 gradle.properties                                                      | 2 +-
 streams/quickstart/java/pom.xml                                        | 2 +-
 streams/quickstart/java/src/main/resources/archetype-resources/pom.xml | 2 +-
 streams/quickstart/pom.xml                                             | 2 +-
 tests/kafkatest/__init__.py                                            | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


[kafka] 01/02: Merge tag '2.4.1-rc0' into 2.4

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

bbejeck pushed a commit to branch 2.4
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit efb44c65c25110e588eb3a9f680ab8ed9e820db1
Merge: 8df0f52 c57222a
Author: bill <bb...@gmail.com>
AuthorDate: Tue Mar 10 22:16:09 2020 -0400

    Merge tag '2.4.1-rc0' into 2.4
    
    2.4.1-rc0

 gradle.properties                                                      | 2 +-
 streams/quickstart/java/pom.xml                                        | 2 +-
 streams/quickstart/java/src/main/resources/archetype-resources/pom.xml | 2 +-
 streams/quickstart/pom.xml                                             | 2 +-
 tests/kafkatest/__init__.py                                            | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


[kafka] 02/02: Bump version to 2.4.2-SNAPSHOT

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

bbejeck pushed a commit to branch 2.4
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 91446ef8a5cfc69eb3655e6d23dd861507cb3e25
Author: bill <bb...@gmail.com>
AuthorDate: Tue Mar 10 22:20:16 2020 -0400

    Bump version to 2.4.2-SNAPSHOT
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index bc2ddfe..8b42e42 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -20,7 +20,7 @@ group=org.apache.kafka
 #  - tests/kafkatest/__init__.py
 #  - tests/kafkatest/version.py (variable DEV_VERSION)
 #  - kafka-merge-pr.py
-version=2.4.1
+version=2.4.2-SNAPSHOT
 scalaVersion=2.12.10
 task=build
 org.gradle.jvmargs=-Xmx1024m -Xss2m