Skip to content

Commit f028b3d

Browse files
authored
Fix the maven-release-plugin arg (#92)
1 parent 07976f1 commit f028b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
<groupId>org.apache.maven.plugins</groupId>
312312
<artifactId>maven-release-plugin</artifactId>
313313
<configuration>
314-
<arguments>$(arguments)</arguments>
314+
<arguments>${arguments}</arguments>
315315
</configuration>
316316
</plugin>
317317
</plugins>

0 commit comments

Comments
 (0)