Skip to content

Commit

Permalink
plugin dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
Polve committed May 17, 2021
1 parent e337139 commit f4d2179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

Expand Down Expand Up @@ -182,7 +183,7 @@
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<version>2.0</version>
<version>2.1.1</version>
<executions>
<execution>
<id>generate-changelog</id>
Expand Down

0 comments on commit f4d2179

Please sign in to comment.