You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2022/02/16 21:50:44 UTC

[incubator-toree] branch master updated (ca831fb -> a7a48c6)

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

lresende pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git.


    from ca831fb  [TOREE-525] Add support for Java 11 and Spark 3.2.0 (#194)
     new a803d29  Prepare release 0.5.0-incubating
     new a7a48c6  Prepare for next development interaction 0.6.0.dev0

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:

[incubator-toree] 01/02: Prepare release 0.5.0-incubating

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

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit a803d295d90b39881ccc3de93467a2af199e2dcd
Author: Luciano Resende <lr...@apple.com>
AuthorDate: Wed Feb 16 13:44:02 2022 -0800

    Prepare release 0.5.0-incubating
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ad67676..4594f76 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
      dev-binder \
      audit audit-licenses
 
-BASE_VERSION?=0.6.0.dev0
+BASE_VERSION?=0.5.0
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))

[incubator-toree] 02/02: Prepare for next development interaction 0.6.0.dev0

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

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit a7a48c6e920421f8622fdb99b62e08dbac8b65d6
Author: Luciano Resende <lr...@apple.com>
AuthorDate: Wed Feb 16 13:44:02 2022 -0800

    Prepare for next development interaction 0.6.0.dev0
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4594f76..ad67676 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
      dev-binder \
      audit audit-licenses
 
-BASE_VERSION?=0.5.0
+BASE_VERSION?=0.6.0.dev0
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))