Skip to content

Commit

Permalink
Update parent POM and use new compiler profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Apr 9, 2020
1 parent ede9aa6 commit 367d310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .mvn/maven.config
@@ -0,0 +1 @@
-DcommonConfig.compiler.profile=jdk7_w_errorprone
6 changes: 1 addition & 5 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.favre.lib</groupId>
<artifactId>common-parent</artifactId>
<version>7</version>
<version>10</version>
</parent>

<artifactId>bcrypt-parent</artifactId>
Expand Down Expand Up @@ -49,10 +49,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<parallel>classes</parallel>
<threadCount>5</threadCount>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 367d310

Please sign in to comment.