This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/develop by this push:
new 3b23d78 chore: Bumped the apache parent to the latest version and
updated the year entries in the NOTICE files
3b23d78 is described below
commit 3b23d78e5c80a8328f38b894dd9eadd417d83b50
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Feb 8 07:49:55 2024 +0100
chore: Bumped the apache parent to the latest version and updated the year
entries in the NOTICE files
---
NOTICE | 2 +-
pom.xml | 2 +-
site/pom.xml | 2 +-
tools/NOTICE | 2 +-
tools/pom.xml | 2 +-
website-skin/pom.xml | 2 +-
website-skin/src/it/training-website/pom.xml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/NOTICE b/NOTICE
index e61d7e3..47ff85d 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Training (incubating)
-Copyright 2019 The Apache Software Foundation
+Copyright 2019-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/pom.xml b/pom.xml
index 3b0a330..3da5fc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>30</version>
+ <version>31</version>
</parent>
<groupId>org.apache.training</groupId>
diff --git a/site/pom.xml b/site/pom.xml
index d03aa62..019c7e2 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>27</version>
+ <version>31</version>
<!-- Otherwise maven complains about the pom upstairs having different
coordinates. -->
<relativePath/>
</parent>
diff --git a/tools/NOTICE b/tools/NOTICE
index fac3f46..049b18f 100644
--- a/tools/NOTICE
+++ b/tools/NOTICE
@@ -1,5 +1,5 @@
Apache Training (incubating)
-Copyright 2020 The Apache Software Foundation
+Copyright 2020-2024 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 61702d7..9a72865 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>30</version>
+ <version>31</version>
<!-- Required in our case as per
http://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent -->
<relativePath />
diff --git a/website-skin/pom.xml b/website-skin/pom.xml
index a17886b..a903c0a 100644
--- a/website-skin/pom.xml
+++ b/website-skin/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>27</version>
+ <version>31</version>
<!-- Required in our case as per
https://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent -->
<relativePath />
diff --git a/website-skin/src/it/training-website/pom.xml
b/website-skin/src/it/training-website/pom.xml
index fbf2e6a..c1e68b7 100644
--- a/website-skin/src/it/training-website/pom.xml
+++ b/website-skin/src/it/training-website/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>27</version>
+ <version>31</version>
<relativePath/>
</parent>