Skip to content

Commit

Permalink
Update maven.archetype.version to v3.3.1 (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stefan Seifert <[email protected]>
  • Loading branch information
renovate[bot] and stefanseifert authored Nov 4, 2024
1 parent 610019f commit c1a0b2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<properties>
<site.url.module.prefix>tooling/maven/archetypes/aem</site.url.module.prefix>
<maven.archetype.version>3.3.0</maven.archetype.version>
<maven.archetype.version>3.3.1</maven.archetype.version>
</properties>

<scm>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/archetype-post-generate.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Grab(group="org.codehaus.groovy", module="groovy-xml", version="3.0.22")
@Grab(group="org.apache.groovy", module="groovy-xml", version="4.0.23")
@Grab(group="net.lingala.zip4j", module="zip4j", version="2.11.5")
import java.util.regex.Pattern
import java.util.concurrent.Callable
Expand All @@ -7,7 +7,7 @@ import java.text.SimpleDateFormat
import java.nio.file.Files
import java.nio.file.StandardCopyOption
import groovy.io.FileType
import groovy.util.XmlSlurper
import groovy.xml.XmlSlurper
import net.lingala.zip4j.ZipFile

def rootDir = new File(request.getOutputDirectory() + "/" + request.getArtifactId())
Expand Down

0 comments on commit c1a0b2d

Please sign in to comment.