diff --git a/backend-volto/LICENSE.md b/backend-volto/LICENSE.md
index 93b8648..0e8a794 100644
--- a/backend-volto/LICENSE.md
+++ b/backend-volto/LICENSE.md
@@ -1,4 +1,4 @@
-plone6.demo Copyright 2023, Plone Foundation
+plone6.demo Copyright 2024, Plone Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2
diff --git a/backend-volto/setup.py b/backend-volto/setup.py
index 183fe3d..1742804 100644
--- a/backend-volto/setup.py
+++ b/backend-volto/setup.py
@@ -15,11 +15,10 @@
setup(
name="plone6.demo",
version="1.0.0a0",
- description="A new project using Plone 6.",
+ description="Plone 6 Volto demo site configuration package.",
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
- "Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: Addon",
@@ -36,7 +35,7 @@
keywords="Python Plone CMS",
author="Plone Foundation",
author_email="collective@plone.org",
- url="https://github.com/collective/plone6.demo",
+ url="https://github.com/plone/demo.plone.org",
project_urls={
"PyPI": "https://pypi.org/project/plone6.demo",
"Source": "https://github.com/collective/plone6.demo",
diff --git a/backend-volto/src/plone6/demo/profiles.zcml b/backend-volto/src/plone6/demo/profiles.zcml
index 460ed02..8f5aa01 100644
--- a/backend-volto/src/plone6/demo/profiles.zcml
+++ b/backend-volto/src/plone6/demo/profiles.zcml
@@ -6,7 +6,7 @@
diff --git a/backend-volto/src/plone6/demo/profiles/default/registry/plone.base.interfaces.controlpanel.IMailSchema.xml b/backend-volto/src/plone6/demo/profiles/default/registry/plone.base.interfaces.controlpanel.IMailSchema.xml
index f4cbe1e..2996aca 100644
--- a/backend-volto/src/plone6/demo/profiles/default/registry/plone.base.interfaces.controlpanel.IMailSchema.xml
+++ b/backend-volto/src/plone6/demo/profiles/default/registry/plone.base.interfaces.controlpanel.IMailSchema.xml
@@ -4,6 +4,6 @@
prefix="plone"
purge="false"
>
- Project Title
+ Plone 6 Demo Site
diff --git a/backend-volto/src/plone6/demo/profiles/default/registry/plone.base.interfaces.controlpanel.ISiteSchema.xml b/backend-volto/src/plone6/demo/profiles/default/registry/plone.base.interfaces.controlpanel.ISiteSchema.xml
index e7fb1f8..0b2e681 100644
--- a/backend-volto/src/plone6/demo/profiles/default/registry/plone.base.interfaces.controlpanel.ISiteSchema.xml
+++ b/backend-volto/src/plone6/demo/profiles/default/registry/plone.base.interfaces.controlpanel.ISiteSchema.xml
@@ -4,6 +4,6 @@
prefix="plone"
purge="false"
>
- Project Title
+ Plone 6 Demo Site
diff --git a/backend/LICENSE.md b/backend/LICENSE.md
index 93b8648..0e8a794 100644
--- a/backend/LICENSE.md
+++ b/backend/LICENSE.md
@@ -1,4 +1,4 @@
-plone6.demo Copyright 2023, Plone Foundation
+plone6.demo Copyright 2024, Plone Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2
diff --git a/backend/src/plone6/demo/profiles.zcml b/backend/src/plone6/demo/profiles.zcml
index 6c7e10f..70894d5 100644
--- a/backend/src/plone6/demo/profiles.zcml
+++ b/backend/src/plone6/demo/profiles.zcml
@@ -6,16 +6,16 @@