This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch release/tools/1.4
in repository https://gitbox.apache.org/repos/asf/training.git
The following commit(s) were added to refs/heads/release/tools/1.4 by this push:
new 7c0e414 chore: Did the housekeeping in preparation for a release.
(Removed some Incubator-related settings)
7c0e414 is described below
commit 7c0e41495641686b1a8c29b61f6747795798fda9
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Sep 5 16:26:53 2025 +0200
chore: Did the housekeeping in preparation for a release. (Removed some
Incubator-related settings)
---
tools/DISCLAIMER | 8 --------
tools/NOTICE | 4 ++--
tools/pom.xml | 2 --
3 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/tools/DISCLAIMER b/tools/DISCLAIMER
deleted file mode 100644
index d295639..0000000
--- a/tools/DISCLAIMER
+++ /dev/null
@@ -1,8 +0,0 @@
-Apache Training is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Apache Incubator. Incubation is required
-of all newly accepted projects until a further review indicates that the
-infrastructure, communications, and decision making process have stabilized
-in a manner consistent with other successful ASF projects. While incubation
-status is not necessarily a reflection of the completeness or stability of
-the code, it does indicate that the project has yet to be fully endorsed by
-the ASF.
diff --git a/tools/NOTICE b/tools/NOTICE
index 049b18f..e1ee555 100644
--- a/tools/NOTICE
+++ b/tools/NOTICE
@@ -1,5 +1,5 @@
-Apache Training (incubating)
-Copyright 2020-2024 The Apache Software Foundation
+Apache Training
+Copyright 2020-2025 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/tools/pom.xml b/tools/pom.xml
index 02f8aaa..19a222f 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -74,8 +74,6 @@
<resourceBundles>
<!-- Will generate META-INF/{DEPENDENCIES,LICENSE,NOTICE} -->
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
- <!-- Will generate META-INF/DISCLAIMER -->
-
<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
</resourceBundles>
<!-- Content in this directory will be appended to generated
resources -->
<appendedResourcesDirectory>${basedir}/src/remote-resources</appendedResourcesDirectory>