This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
commit 2c636043e51ca9c02bac792c1ba4c042f3b819e7 Author: gk <[email protected]> AuthorDate: Wed Apr 2 16:50:09 2025 +0200 Update to apache v34 and adding default outputTimestamp (seconds for today) to be in allowed time range for maven-remote-resources-plugin:3.3.0:process --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 55ae57b..9b704d9 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>33</version> + <version>34</version> <relativePath/> <!-- like turbine parent --> </parent> @@ -54,6 +54,7 @@ <turbine_database_driver>com.mysql.cj.jdbc.Driver</turbine_database_driver> <connectionProperties>serverTimezone=${turbine_database_timezone}&useSSL=false&verifyServerCertificate=false&requireSSL=false</connectionProperties> <db>mysql</db> + <project.build.outputTimestamp>1743604929</project.build.outputTimestamp> </properties> <build>
