This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git
The following commit(s) were added to refs/heads/master by this push:
new 949ce20 prepare release of 1.0.16
949ce20 is described below
commit 949ce201d66d2dd126deef97a981c030c382498f
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Mar 9 16:00:34 2026 +0100
prepare release of 1.0.16
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d54519d..23ab7e6 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@
|1.0.8 |Added a launcher module|
|1.0.12 |Add Java 17 support|
|1.0.14 |Automatically use latest available Sling Starter version, improve
launcher for Windows and different Maven setups, include examples in launcher
when enabled|
+|1.0.16 |Fixed: groovy post-generation script fails with current
maven-archetype-plugin 3.4.1|
#### Introduction
@@ -70,7 +71,7 @@ You can create a project with this archetype using this
command:
mvn archetype:generate \
-DarchetypeGroupId=org.apache.sling \
-DarchetypeArtifactId=sling-project-archetype \
- -DarchetypeVersion=1.0.14
+ -DarchetypeVersion=1.0.16
```
Maven will then guide you through the configuration process to fill in all the
properties and then create the project.