File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,6 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
273
273
<plugin >
274
274
<groupId >org.apache.maven.plugins</groupId >
275
275
<artifactId >maven-javadoc-plugin</artifactId >
276
- <version >${maven.javadoc.version} </version >
277
276
<configuration >
278
277
<links >
279
278
<link >https://docs.oracle.com/javase/8/docs/api/</link >
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >${project.groupId} </groupId >
24
24
<artifactId >vavr-match</artifactId >
25
- <version >${project.version} </version >
25
+ <version >0.10.7 </version >
26
26
</dependency >
27
27
28
28
<dependency >
29
29
<groupId >${project.groupId} </groupId >
30
30
<artifactId >vavr-match-processor</artifactId >
31
- <version >${project.version} </version >
31
+ <version >0.10.7 </version >
32
32
<optional >true</optional >
33
33
</dependency >
34
34
You can’t perform that action at this time.
0 commit comments