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

Commit4916d43

Browse files
committed
Merge tag 'immutables-vavr-0.6.1' into develop
Release: immutables-vavr 0.6.1Change: Update Option encoding to be stricter about nulls (Ticket:#27)Change: Start requiring JDK 11 to build the project (the compiled code remains JDK 8 compatible)
2 parents0abbe79 +d64500b commit4916d43

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
@@ -86,14 +86,14 @@
8686
</c:change>
8787
</c:changes>
8888
</c:release>
89-
<c:releasedate="2021-01-06T21:49:10+00:00"is-open="true"ticket-system="com.github.immutables.vavr"version="0.6.1">
89+
<c:releasedate="2021-01-07T14:58:55+00:00"is-open="false"ticket-system="com.github.immutables.vavr"version="0.6.1">
9090
<c:changes>
9191
<c:changedate="2021-01-06T00:00:00+00:00"summary="Update Option encoding to be stricter about nulls">
9292
<c:tickets>
9393
<c:ticketid="27"/>
9494
</c:tickets>
9595
</c:change>
96-
<c:changedate="2021-01-06T21:49:10+00:00"summary="Start requiring JDK 11 to build the project (the compiled code remains JDK 8 compatible)"/>
96+
<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>
9999
</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.1-SNAPSHOT</version>
10+
<version>0.6.1</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.1-SNAPSHOT</version>
11+
<version>0.6.1</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.1-SNAPSHOT</version>
11+
<version>0.6.1</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.1-SNAPSHOT</version>
11+
<version>0.6.1</version>
1212
</parent>
1313
<artifactId>vavr-examples</artifactId>
1414

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp