Skip to content

Commit 59cf809

Browse files
authored
Fix maven-release-plugin version incompatibility with maven-scm (#103)
* Fix maven-release-plugin version incompatibility with maven-scm * Fix Java 17
1 parent 299519c commit 59cf809

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218

219219
<plugin>
220220
<artifactId>maven-release-plugin</artifactId>
221+
<version>3.0.0-M4</version>
221222
<dependencies>
222223
<dependency>
223224
<groupId>org.apache.maven.scm</groupId>
@@ -324,7 +325,7 @@
324325
<goal>test</goal>
325326
</goals>
326327
<configuration>
327-
<argLine>-XX:-CompactStrings</argLine>
328+
<argLine>@{argLine} -XX:-CompactStrings ${jvm.requiredArgs}</argLine>
328329
</configuration>
329330
</execution>
330331
</executions>

0 commit comments

Comments
 (0)