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

Commit281c6d1

Browse files
committed
Begin next development iteration
1 parent54686cc commit281c6d1

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

‎README-CHANGES.xml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,14 @@
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:50:32+00:00"is-open="false"ticket-system="com.github.immutables.vavr"version="0.6.2">
99+
<c:releasedate="2021-01-07T00:00:00+00:00"is-open="false"ticket-system="com.github.immutables.vavr"version="0.6.2">
100100
<c:changes>
101101
<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>
104+
<c:releasedate="2021-01-07T16:55:43+00:00"is-open="true"ticket-system="com.github.immutables.vavr"version="0.6.3">
105+
<c:changes/>
106+
</c:release>
104107
</c:releases>
105108
<c:ticket-systems>
106109
<c:ticket-systemdefault="false"id="com.github.immutables.vavr"url="https://github.com/immutables/immutables-vavr/issues/"/>

‎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</version>
10+
<version>0.6.3-SNAPSHOT</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</version>
11+
<version>0.6.3-SNAPSHOT</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</version>
11+
<version>0.6.3-SNAPSHOT</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</version>
11+
<version>0.6.3-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>vavr-examples</artifactId>
1414

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp