Skip to content

Commit 70a13bb

Browse files
committed
fix version
1 parent f5b8098 commit 70a13bb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

vavr/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
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

0 commit comments

Comments
 (0)