This is an automated email from the ASF dual-hosted git repository.
rombert 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 0bb6d8d SLING-13110: groovy post-generation script fails with current
maven-archetype-plugin 3.4.1 (#22)
0bb6d8d is described below
commit 0bb6d8d80589f9ab2cafc3749662814419e93cce
Author: Dirk Tschentscher <[email protected]>
AuthorDate: Thu Feb 12 15:40:38 2026 +0100
SLING-13110: groovy post-generation script fails with current
maven-archetype-plugin 3.4.1 (#22)
---------
Co-authored-by: dirk.tschentscher <[email protected]>
---
.sling-module.json | 2 +-
pom.xml | 2 +-
src/main/resources/META-INF/archetype-post-generate.groovy | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.sling-module.json b/.sling-module.json
index cfad4d2..3298adb 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,5 +1,5 @@
{
"jenkins": {
- "jdks": [17, 21]
+ "jdks": [17, 21, 25]
}
}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 84cd592..5a3a5c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
<slf4japi.version>1.7.25</slf4japi.version>
<!-- version of the maven archetype plugin -->
- <archetype.version>3.3.1</archetype.version>
+ <archetype.version>3.4.1</archetype.version>
</properties>
<dependencies>
diff --git a/src/main/resources/META-INF/archetype-post-generate.groovy
b/src/main/resources/META-INF/archetype-post-generate.groovy
index 9ddeb8a..7ac4500 100644
--- a/src/main/resources/META-INF/archetype-post-generate.groovy
+++ b/src/main/resources/META-INF/archetype-post-generate.groovy
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-@Grab(group="org.apache.groovy", module="groovy-xml", version="4.0.23")
+@Grab(group="org.apache.groovy", module="groovy-xml", version="4.0.28")
import java.util.regex.Pattern
import org.apache.commons.io.FileUtils