This repository was archived by the owner on Oct 4, 2020. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<groupId >org.codefx.lab</groupId >
10
10
<artifactId >junit-lambda</artifactId >
11
- <version >1.0-SNAPSHOT</version >
11
+ <!-- the version matches the prototype's build number-->
12
+ <version >75</version >
12
13
13
14
<!-- PROJECT META INFORMATION -->
14
15
56
57
57
58
<properties >
58
59
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59
- <junit .gen5.version>5.0.0-SNAPSHOT</junit .gen5.version>
60
60
</properties >
61
61
62
62
<dependencies >
63
63
<!-- JUNIT 5 -->
64
64
<dependency >
65
65
<groupId >org.junit.prototype</groupId >
66
66
<artifactId >junit5-api</artifactId >
67
- <version >${junit.gen5.version} </version >
67
+ <version >5.0.0-20151119.213341-75 </version >
68
68
<scope >test</scope >
69
69
</dependency >
70
70
<dependency >
71
71
<groupId >org.junit.prototype</groupId >
72
72
<artifactId >junit-console</artifactId >
73
- <version >${junit.gen5.version} </version >
73
+ <version >5.0.0-20151119.213336-75 </version >
74
74
<scope >test</scope >
75
75
</dependency >
76
76
<dependency >
77
77
<groupId >org.junit.prototype</groupId >
78
78
<artifactId >junit5-engine</artifactId >
79
- <version >${junit.gen5.version} </version >
79
+ <version >5.0.0-20151119.213342-75 </version >
80
80
<scope >test</scope >
81
81
</dependency >
82
82
You can’t perform that action at this time.
0 commit comments