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:
273273 <plugin >
274274 <groupId >org.apache.maven.plugins</groupId >
275275 <artifactId >maven-javadoc-plugin</artifactId >
276- <version >${maven.javadoc.version} </version >
277276 <configuration >
278277 <links >
279278 <link >https://docs.oracle.com/javase/8/docs/api/</link >
Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >${project.groupId} </groupId >
2424 <artifactId >vavr-match</artifactId >
25- <version >${project.version} </version >
25+ <version >0.10.7 </version >
2626 </dependency >
2727
2828 <dependency >
2929 <groupId >${project.groupId} </groupId >
3030 <artifactId >vavr-match-processor</artifactId >
31- <version >${project.version} </version >
31+ <version >0.10.7 </version >
3232 <optional >true</optional >
3333 </dependency >
3434
You can’t perform that action at this time.
0 commit comments