Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit54686cc

Browse files
committed
Merge tag 'immutables-vavr-0.6.2' into develop
Release: immutables-vavr 0.6.2Change: Add an additional null check for Option provided to factory methods generated when @Value.Parameter is used
2 parents68fe42d +ea7be90 commit54686cc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

‎README-CHANGES.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@
9696
<c:changedate="2021-01-06T00:00:00+00:00"summary="Start requiring JDK 11 to build the project (the compiled code remains JDK 8 compatible)"/>
9797
</c:changes>
9898
</c:release>
99-
<c:releasedate="2021-01-07T16:39:29+00:00"is-open="true"ticket-system="com.github.immutables.vavr"version="0.6.2">
99+
<c:releasedate="2021-01-07T16:50:32+00:00"is-open="false"ticket-system="com.github.immutables.vavr"version="0.6.2">
100100
<c:changes>
101-
<c:changedate="2021-01-07T16:39:29+00:00"summary="Add an additional null check for Option provided to factory methods generated when @Value.Parameter is used"/>
101+
<c:changedate="2021-01-07T00:00:00+00:00"summary="Add an additional null check for Option provided to factory methods generated when @Value.Parameter is used"/>
102102
</c:changes>
103103
</c:release>
104104
</c:releases>

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.immutables.vavr</groupId>
99
<artifactId>vavr</artifactId>
10-
<version>0.6.2-SNAPSHOT</version>
10+
<version>0.6.2</version>
1111

1212
<packaging>pom</packaging>
1313
<name>vavr</name>

‎vavr-checkstyle/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.immutables.vavr</groupId>
1010
<artifactId>vavr</artifactId>
11-
<version>0.6.2-SNAPSHOT</version>
11+
<version>0.6.2</version>
1212
</parent>
1313
<artifactId>vavr-checkstyle</artifactId>
1414

‎vavr-encodings/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.immutables.vavr</groupId>
1010
<artifactId>vavr</artifactId>
11-
<version>0.6.2-SNAPSHOT</version>
11+
<version>0.6.2</version>
1212
</parent>
1313
<artifactId>vavr-encodings</artifactId>
1414

‎vavr-examples/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.immutables.vavr</groupId>
1010
<artifactId>vavr</artifactId>
11-
<version>0.6.2-SNAPSHOT</version>
11+
<version>0.6.2</version>
1212
</parent>
1313
<artifactId>vavr-examples</artifactId>
1414

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp