Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 00e56cc

Browse files
author
nipa
committed
Use prototype build 95
1 parent f5c242e commit 00e56cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ I'm using this project to get to know the features and to demonstrate them.
1616
Because the prototype is still changing a lot, this project depends on a specific build at any point in time.
1717
This build number is hardocded in the `pom.xml`.
1818

19-
**Current Version**: :seven::five:
19+
**Current Version**: :nine::five:
2020

2121
## Compiling & Running
2222

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>org.codefx.lab</groupId>
1010
<artifactId>junit-lambda</artifactId>
1111
<!-- the version matches the prototype's build number-->
12-
<version>75</version>
12+
<version>95</version>
1313

1414
<!-- PROJECT META INFORMATION -->
1515

@@ -64,19 +64,19 @@
6464
<dependency>
6565
<groupId>org.junit.prototype</groupId>
6666
<artifactId>junit5-api</artifactId>
67-
<version>5.0.0-20151119.213341-75</version>
67+
<version>5.0.0-20151121.015920-95</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.junit.prototype</groupId>
7272
<artifactId>junit-console</artifactId>
73-
<version>5.0.0-20151119.213336-75</version>
73+
<version>5.0.0-20151121.015915-95</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.junit.prototype</groupId>
7878
<artifactId>junit5-engine</artifactId>
79-
<version>5.0.0-20151119.213342-75</version>
79+
<version>5.0.0-20151121.015920-95</version>
8080
<scope>test</scope>
8181
</dependency>
8282

0 commit comments

Comments
 (0)