Skip to content

Commit c7eda75

Browse files
author
haileyajohnson
committed
begin work on 5.5.1-SNAPSHOT
1 parent cb0072b commit c7eda75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ allprojects {
4545
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
4646
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
4747
// docs/src/private/internal/release.md for details)
48-
version = '5.5.0'
49-
status = 'release'
48+
version = '5.5.1-SNAPSHOT'
49+
status = 'development'
5050
}
5151

5252
// Matches Maven's "project.description".

gradle/any/javadoc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tasks.withType(Javadoc).all { // Common Javadoc config.
77

88
// When instances of JDK classes appear in our Javadoc (e.g. "java.lang.String"), create links out of them to
99
// Oracle's JavaSE 8 Javadoc.
10-
options.links('https://docs.oracle.com/javase/8/docs/api/')
10+
options.links('https://docs.oracle.com/en/java/javase/11/docs/api/')
1111

1212
if (JavaVersion.current().isJava8Compatible()) {
1313
// doclint="all" (the default) will identify 100s of errors in our docs and cause no Javadoc to be generated.

0 commit comments

Comments
 (0)