From 3d957a0aeb509c5976a3489e7867ecbb121280f4 Mon Sep 17 00:00:00 2001 From: Andrei Tokar Date: Tue, 4 Jan 2022 13:45:29 -0500 Subject: [PATCH] Release 2.0.206 preparation --- README.md | 2 +- h2/pom.xml | 2 +- h2/src/docsrc/html/download-archive.html | 6 +++++- h2/src/main/org/h2/engine/Constants.java | 6 +++--- h2/src/test/org/h2/samples/newsfeed.sql | 1 + h2/src/tools/org/h2/build/Build.java | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3105990c31..9a10b96796 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ More information: https://h2database.com com.h2database h2 - 2.0.204 + 2.0.206 ``` diff --git a/h2/pom.xml b/h2/pom.xml index cc65552d93..5d7f23e8b3 100644 --- a/h2/pom.xml +++ b/h2/pom.xml @@ -4,7 +4,7 @@ com.h2database h2 - 2.0.205-SNAPSHOT + 2.0.206 jar H2 Database Engine https://h2database.com diff --git a/h2/src/docsrc/html/download-archive.html b/h2/src/docsrc/html/download-archive.html index 55adba8b20..d18518335e 100644 --- a/h2/src/docsrc/html/download-archive.html +++ b/h2/src/docsrc/html/download-archive.html @@ -28,7 +28,11 @@

Distribution

- + + + + + diff --git a/h2/src/main/org/h2/engine/Constants.java b/h2/src/main/org/h2/engine/Constants.java index b104e94dbc..c846ad987a 100644 --- a/h2/src/main/org/h2/engine/Constants.java +++ b/h2/src/main/org/h2/engine/Constants.java @@ -15,7 +15,7 @@ public class Constants { /** * The build date is updated for each public release. */ - public static final String BUILD_DATE = "2021-12-21"; + public static final String BUILD_DATE = "2022-01-04"; /** * The build date of the last stable release. @@ -26,7 +26,7 @@ public class Constants { * Sequential version number. Even numbers are used for official releases, * odd numbers are used for development builds. */ - public static final int BUILD_ID = 205; + public static final int BUILD_ID = 206; /** * The build id of the last stable release. @@ -36,7 +36,7 @@ public class Constants { /** * Whether this is a snapshot version. */ - public static final boolean BUILD_SNAPSHOT = true; + public static final boolean BUILD_SNAPSHOT = false; /** * If H2 is compiled to be included in a product, this should be set to diff --git a/h2/src/test/org/h2/samples/newsfeed.sql b/h2/src/test/org/h2/samples/newsfeed.sql index fb917dcd49..56cb2ad9cc 100644 --- a/h2/src/test/org/h2/samples/newsfeed.sql +++ b/h2/src/test/org/h2/samples/newsfeed.sql @@ -7,6 +7,7 @@ CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR); INSERT INTO VERSION VALUES +(153, '2.0.206', '2022-01-04'), (152, '2.0.204', '2021-12-21'), (151, '2.0.202', '2021-11-25'), (150, '1.4.200', '2019-10-14'), diff --git a/h2/src/tools/org/h2/build/Build.java b/h2/src/tools/org/h2/build/Build.java index b1aa178135..e2df0580aa 100644 --- a/h2/src/tools/org/h2/build/Build.java +++ b/h2/src/tools/org/h2/build/Build.java @@ -602,7 +602,7 @@ public void javadocImpl() { File.pathSeparator + "src/test" + File.pathSeparator + "src/tools", // need to be disabled for java 7 - "-Xdoclint:all,-missing", +// "-Xdoclint:all,-missing", "-noindex", "-tag", "h2.resource", "-d", "docs/javadocImpl2",
1.4.202
2.0.204Windows InstallerPlatform-Independent Zip
2.0.202 Windows Installer Platform-Independent Zip