Skip to content

Commit

Permalink
Update versions in POM (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck authored Jun 30, 2020
1 parent 9abab42 commit ca4c8a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ target/
.mvn/
mvnw
mvnw.cmd

# formatter-maven-plugin
.cache/
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<version.com.mycila>4.0.rc1</version.com.mycila>
<version.com.puppycrawl.tools>8.34</version.com.puppycrawl.tools>
<version.io.quarkus>1.6.0.CR1</version.io.quarkus>
<version.net.revelc.code.formatter.formatter-maven-plugin>2.11.0</version.net.revelc.code.formatter.formatter-maven-plugin>
<version.net.revelc.code.formatter.formatter-maven-plugin>2.12.0</version.net.revelc.code.formatter.formatter-maven-plugin>
<version.net.revelc.code.impsort-maven-plugin>1.4.1</version.net.revelc.code.impsort-maven-plugin>
<version.net.sourceforge.pmd>6.25.0</version.net.sourceforge.pmd>
<version.org.apache.maven.plugins.maven-antrun-plugin>3.0.0</version.org.apache.maven.plugins.maven-antrun-plugin>
Expand Down Expand Up @@ -480,6 +480,8 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>.cache/*</exclude>
<exclude>.vs*/*</exclude>
<exclude>LICENSE</exclude>
<exclude>lsp/log/*.log</exclude>
<exclude>src/main/docker/Dockerfile.jvm</exclude>
Expand Down

0 comments on commit ca4c8a5

Please sign in to comment.