File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
22allprojects {
33 ext {
4- EVOMASTER_VERSION = " 3.4 .1-SNAPSHOT"
4+ EVOMASTER_VERSION = " 4.0 .1-SNAPSHOT"
55 }
66}
Original file line number Diff line number Diff line change 4747
4848 <properties >
4949 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50- <evomaster-version >3.4 .1-SNAPSHOT</evomaster-version >
50+ <evomaster-version >4.0 .1-SNAPSHOT</evomaster-version >
5151 </properties >
5252
5353 <build >
Original file line number Diff line number Diff line change 11
22allprojects {
33 ext {
4- EVOMASTER_VERSION = " 3.4 .1-SNAPSHOT"
4+ EVOMASTER_VERSION = " 4.0 .1-SNAPSHOT"
55 }
66}
Original file line number Diff line number Diff line change 4747
4848 <properties >
4949 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50- <evomaster-version >3.4 .1-SNAPSHOT</evomaster-version >
50+ <evomaster-version >4.0 .1-SNAPSHOT</evomaster-version >
5151 </properties >
5252
5353 <build >
Original file line number Diff line number Diff line change 4747
4848 <properties >
4949 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50- <evomaster-version >3.4 .1-SNAPSHOT</evomaster-version >
50+ <evomaster-version >4.0 .1-SNAPSHOT</evomaster-version >
5151 </properties >
5252
5353 <build >
Original file line number Diff line number Diff line change 11
22allprojects {
33 ext {
4- EVOMASTER_VERSION = " 3.4 .1-SNAPSHOT"
4+ EVOMASTER_VERSION = " 4.0 .1-SNAPSHOT"
55 }
66}
Original file line number Diff line number Diff line change 4747
4848 <properties >
4949 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50- <evomaster-version >3.4 .1-SNAPSHOT</evomaster-version >
50+ <evomaster-version >4.0 .1-SNAPSHOT</evomaster-version >
5151 </properties >
5252
5353 <build >
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22
3- EVOMASTER_VERSION = "3.4 .1-SNAPSHOT"
3+ EVOMASTER_VERSION = "4.0 .1-SNAPSHOT"
44
55import sys
66import os
Original file line number Diff line number Diff line change 1212
1313target = sys .argv [1 ].strip ()
1414
15- if target != "wfd" & & target != "em" :
15+ if target != "wfd" and target != "em" :
1616 println ("Invalid target: " + target + ". Only accepted 'wfd' and 'em' as valid targets" )
1717 exit (1 )
1818
You can’t perform that action at this time.
0 commit comments