Skip to content

Commit

Permalink
#857 make compatible with maven-archetype-plugin 3.2.1 - which contai…
Browse files Browse the repository at this point in the history
…ns "groovy-all" dependency by default (#858)
  • Loading branch information
stefanseifert authored and cziegeler committed Jan 5, 2022
1 parent ee123c8 commit e5d2afa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</developers>

<properties>
<maven.archetype.version>3.1.2</maven.archetype.version>
<maven.archetype.version>3.2.1</maven.archetype.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/archetype-post-generate.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@Grab(group="org.codehaus.groovy", module="groovy-all", version="2.4.8")
import static groovy.io.FileType.*
import groovy.util.XmlSlurper
import java.nio.file.Path
Expand Down

0 comments on commit e5d2afa

Please sign in to comment.