File tree 3 files changed +3
-4
lines changed
src/test/java/com/saucelabs/saucebindings/junit5/examples/without
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 44
44
</developers >
45
45
46
46
<properties >
47
- <saucebindings-junit5 .version>2.0.0-beta.2. 1-SNAPSHOT</saucebindings-junit5 .version>
47
+ <saucebindings-junit5 .version>2.0.0-beta.1-SNAPSHOT</saucebindings-junit5 .version>
48
48
<surefire .parallel>8</surefire .parallel>
49
49
<maven .compiler.source>11</maven .compiler.source>
50
50
<maven .compiler.target>11</maven .compiler.target>
62
62
<dependency >
63
63
<groupId >com.saucelabs</groupId >
64
64
<artifactId >sauce_bindings</artifactId >
65
- <version >2.0.0-beta.2. 1-SNAPSHOT</version >
65
+ <version >2.0.0-beta.1-SNAPSHOT</version >
66
66
</dependency >
67
67
<dependency >
68
68
<groupId >org.projectlombok</groupId >
Original file line number Diff line number Diff line change 7
7
import java .time .Duration ;
8
8
import java .util .HashMap ;
9
9
import java .util .Map ;
10
- import org .junit .jupiter .api .AfterAll ;
11
10
import org .junit .jupiter .api .BeforeAll ;
12
11
import org .junit .jupiter .api .BeforeEach ;
13
12
import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 44
44
</developers >
45
45
46
46
<properties >
47
- <saucebindings .version>2.0.0-beta.2. 1-SNAPSHOT</saucebindings .version>
47
+ <saucebindings .version>2.0.0-beta.1-SNAPSHOT</saucebindings .version>
48
48
<surefire .parallel>8</surefire .parallel>
49
49
<maven .compiler.source>11</maven .compiler.source>
50
50
<maven .compiler.target>11</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments