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 f4ab1af

Browse files
author
nipa
committed
Hardcode dependency on current prototype version
1 parent 84ebf2f commit f4ab1af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
<groupId>org.codefx.lab</groupId>
1010
<artifactId>junit-lambda</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<!-- the version matches the prototype's build number-->
12+
<version>75</version>
1213

1314
<!-- PROJECT META INFORMATION -->
1415

@@ -56,27 +57,26 @@
5657

5758
<properties>
5859
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59-
<junit.gen5.version>5.0.0-SNAPSHOT</junit.gen5.version>
6060
</properties>
6161

6262
<dependencies>
6363
<!-- JUNIT 5 -->
6464
<dependency>
6565
<groupId>org.junit.prototype</groupId>
6666
<artifactId>junit5-api</artifactId>
67-
<version>${junit.gen5.version}</version>
67+
<version>5.0.0-20151119.213341-75</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.junit.prototype</groupId>
7272
<artifactId>junit-console</artifactId>
73-
<version>${junit.gen5.version}</version>
73+
<version>5.0.0-20151119.213336-75</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.junit.prototype</groupId>
7878
<artifactId>junit5-engine</artifactId>
79-
<version>${junit.gen5.version}</version>
79+
<version>5.0.0-20151119.213342-75</version>
8080
<scope>test</scope>
8181
</dependency>
8282

0 commit comments

Comments
 (0)