Skip to content

Commit

Permalink
Merge branch 'release-3.4' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Jun 13, 2020
2 parents 72c8178 + b2d5960 commit e3819c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<packaging>jar</packaging>

<name>EqualsVerifier</name>
<version>3.3.1-SNAPSHOT</version>
<version>3.4.1-SNAPSHOT</version>
<description>EqualsVerifier can be used in JUnit 4 unit tests to verify whether the contract for the equals and hashCode methods is met.</description>
<url>http://www.jqno.nl/equalsverifier</url>

Expand Down Expand Up @@ -309,7 +309,7 @@
</activation>

<properties>
<additional.argLine></additional.argLine> <!-- Can be set from the command-line to enable JVM preview features -->
<additional.argLine /> <!-- Can be set from the command-line to enable JVM preview features -->
<surefire.argLine>--illegal-access=deny ${additional.argLine}</surefire.argLine>
</properties>

Expand Down

0 comments on commit e3819c0

Please sign in to comment.