Skip to content

Commit 7205495

Browse files
committed
fix for hardcoded version
1 parent 0e33cf0 commit 7205495

File tree

1 file changed

+1
-1
lines changed
  • jdk_8_maven/em/embedded/rest/spring-batch-rest

1 file changed

+1
-1
lines changed

jdk_8_maven/em/embedded/rest/spring-batch-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.evomaster</groupId>
2929
<artifactId>evomaster-client-java-controller</artifactId>
30-
<version>3.4.1-SNAPSHOT</version>
30+
<version>${evomaster-version}</version>
3131
<exclusions>
3232
<exclusion>
3333
<groupId>javax.validation</groupId>

0 commit comments

Comments
 (0)