This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 128f11d867 Bump org.apache.maven.archetype:archetype-packaging from
3.3.0 to 3.3.1 (#1023)
128f11d867 is described below
commit 128f11d8673e08dbd7b6af6c2fbd7a4f1a2b0f46
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 3 18:13:57 2024 +0200
Bump org.apache.maven.archetype:archetype-packaging from 3.3.0 to 3.3.1
(#1023)
---
archetypes/quickstart/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 07e81d8ba3..d59b6d6436 100644
--- a/archetypes/quickstart/pom.xml
+++ b/archetypes/quickstart/pom.xml
@@ -52,7 +52,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
</extension>
</extensions>
<pluginManagement>