From 68f792b2b9e3fd33402dbc62ffd17a98bb06eb58 Mon Sep 17 00:00:00 2001 From: Alex Tymchenko <alex.tymchenko@teamdev.com> Date: Fri, 19 May 2023 11:40:44 +0100 Subject: [PATCH 1/5] Bump versions to `1.9.0`. --- version.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.gradle.kts b/version.gradle.kts index e84b12f3..be40d168 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -25,6 +25,6 @@ */ -val spineCoreVersion by extra("1.9.0-SNAPSHOT.13") -val spineBaseVersion by extra("1.9.0-SNAPSHOT.6") -val versionToPublish by extra("1.9.0-SNAPSHOT.6") +val spineCoreVersion by extra("1.9.0") +val spineBaseVersion by extra("1.9.0") +val versionToPublish by extra("1.9.0") From 504822daa2ded25f96d89475906987da6b5a0b73 Mon Sep 17 00:00:00 2001 From: Alex Tymchenko <alex.tymchenko@teamdev.com> Date: Fri, 19 May 2023 11:41:39 +0100 Subject: [PATCH 2/5] Update to the latest `config`. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 9c072b03..f4ef7383 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 9c072b030c537f494ed0f766efc4a88e4ecd4d55 +Subproject commit f4ef7383a8553ed5e5887edcc7e5950399bb61bf From b1de0d70a9d146d5c314f88a01ac68ce24d611b5 Mon Sep 17 00:00:00 2001 From: Alex Tymchenko <alex.tymchenko@teamdev.com> Date: Fri, 19 May 2023 11:45:07 +0100 Subject: [PATCH 3/5] Update the report files. --- license-report.md | 4 ++-- pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/license-report.md b/license-report.md index e4767330..dd8e0808 100644 --- a/license-report.md +++ b/license-report.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine:spine-rdbms:1.9.0-SNAPSHOT.5` +# Dependencies of `io.spine:spine-rdbms:1.9.0` ## Runtime 1. **Group:** com.google.android **Name:** annotations **Version:** 4.1.1.4 @@ -489,4 +489,4 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Apr 28 11:03:25 WEST 2023** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). \ No newline at end of file +This report was generated on **Fri May 19 11:43:37 WEST 2023** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9c14d39b..fe403ef9 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject. <groupId>io.spine</groupId> <artifactId>jdbc-storage</artifactId> -<version>1.9.0-SNAPSHOT.5</version> +<version>1.9.0</version> <inceptionYear>2015</inceptionYear> @@ -46,7 +46,7 @@ all modules and does not describe the project structure per-subproject. <dependency> <groupId>io.spine</groupId> <artifactId>spine-server</artifactId> - <version>1.9.0-SNAPSHOT.12</version> + <version>1.9.0</version> <scope>compile</scope> </dependency> <dependency> @@ -94,19 +94,19 @@ all modules and does not describe the project structure per-subproject. <dependency> <groupId>io.spine</groupId> <artifactId>spine-testlib</artifactId> - <version>1.9.0-SNAPSHOT.5</version> + <version>1.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>io.spine</groupId> <artifactId>spine-testutil-server</artifactId> - <version>1.9.0-SNAPSHOT.12</version> + <version>1.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>io.spine.tools</groupId> <artifactId>spine-mute-logging</artifactId> - <version>1.9.0-SNAPSHOT.5</version> + <version>1.9.0</version> <scope>test</scope> </dependency> <dependency> From dc48c33561f1752f6b6089d8f9c5cdec51142cfe Mon Sep 17 00:00:00 2001 From: Alex Tymchenko <alex.tymchenko@teamdev.com> Date: Fri, 19 May 2023 16:54:42 +0100 Subject: [PATCH 4/5] Use the latest version in `README.md`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af617072..b3abe994 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Gradle: ```kotlin dependencies { - implementation("io.spine:spine-rdbms:1.8.2") + implementation("io.spine:spine-rdbms:1.9.0") } ``` From 834c140a8c525519856229d49a8185d8dcee1fc5 Mon Sep 17 00:00:00 2001 From: Alex Tymchenko <alex.tymchenko@teamdev.com> Date: Fri, 19 May 2023 16:55:56 +0100 Subject: [PATCH 5/5] Update the reference to Querydsl documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3abe994..4831abd3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ For the details on setting up the server environment please refer to To support working with different JDBC drivers, the library uses [Querydsl](http://www.querydsl.com/) internally. So the list of supported drivers depends on `Querydsl` and can be found -[here](http://www.querydsl.com/static/querydsl/4.1.3/reference/html_single/#d0e1067). +[here](http://querydsl.com/static/querydsl/5.0.0/reference/html_single/). To use a particular JDBC implementation, you need to configure `JdbcStorageFactory` with the corresponding JDBC connection string.