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


The following commit(s) were added to refs/heads/master by this push:
     new b4ef9dc6 use toree.apache.org (#236)
b4ef9dc6 is described below

commit b4ef9dc6ee6702c46cd52ff9fdcf773d44a8d4a4
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Nov 24 21:24:41 2025 +0100

    use toree.apache.org (#236)
---
 build.sbt                | 2 +-
 etc/pip_install/setup.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.sbt b/build.sbt
index 37fa63b6..626dcbbe 100644
--- a/build.sbt
+++ b/build.sbt
@@ -108,7 +108,7 @@ ThisBuild / pomExtra := {
     <artifactId>apache</artifactId>
     <version>23</version>
   </parent>
-  <url>http://toree.incubator.apache.org/</url>
+  <url>http://toree.apache.org/</url>
   <scm>
     <url>[email protected]:apache/incubator-toree.git</url>
     <connection>scm:git:[email protected]:apache/incubator-toree.git</connection>
diff --git a/etc/pip_install/setup.py b/etc/pip_install/setup.py
index d0df9927..799310c6 100644
--- a/etc/pip_install/setup.py
+++ b/etc/pip_install/setup.py
@@ -28,7 +28,7 @@ with open(os.path.join(here, 'toree', '_version.py')) as f:
 setup_args = dict(
     name='toree',
     author='Apache Toree Development Team',
-    author_email='[email protected]',
+    author_email='[email protected]',
     description='A Jupyter kernel for enabling remote applications to 
interaction with Apache Spark.',
     long_description = '''
     This package will install Apache Toree as a Jupyter kernel.
@@ -44,7 +44,7 @@ setup_args = dict(
     or stability of the code, it does indicate that the project has yet to be
     fully endorsed by the ASF.
     ''',
-    url='http://toree.incubator.apache.org/',
+    url='http://toree.apache.org/',
     version=version_ns['__version__'],
     license='Apache License 2.0',
     platforms=[],

Reply via email to