Skip to content

Commit

Permalink
use correct tycho version for surefire
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Flammer <[email protected]>
  • Loading branch information
alxflam authored and eneufeld committed Mar 29, 2022
1 parent 8456e17 commit 4ebc695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/releng/org.eclipse.emfcloud.coffee.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tychoVersion}</version>
<version>${tycho-version}</version>
<configuration>
<!-- THE FOLLOWING LINE MUST NOT BE BROKEN BY AUTOFORMATTING -->
<argLine>${tycho.testArgLine} ${platformSystemProperties} ${systemProperties} ${moduleProperties}</argLine>
Expand Down Expand Up @@ -339,4 +339,4 @@
</properties>
</profile>
</profiles>
</project>
</project>

0 comments on commit 4ebc695

Please sign in to comment.