From dc9eea845e4ee8542175595d7afef1785207b01f Mon Sep 17 00:00:00 2001 From: "Andrey.Tarashevskiy" Date: Mon, 1 Aug 2022 18:25:16 +0300 Subject: [PATCH 1/2] Exposed 0.39.1 release --- Getting-Started.md | 14 +++++++------- LibDocumentation.md | 22 +++++++++++----------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index cd8d614..d6f8b40 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -17,17 +17,17 @@ org.jetbrains.exposed exposed-core - 0.38.2 + 0.39.1 org.jetbrains.exposed exposed-dao - 0.38.2 + 0.39.1 org.jetbrains.exposed exposed-jdbc - 0.38.2 + 0.39.1 @@ -44,9 +44,9 @@ repositories { mavenCentral() } dependencies { - implementation("org.jetbrains.exposed", "exposed-core", "0.38.2") - implementation("org.jetbrains.exposed", "exposed-dao", "0.38.2") - implementation("org.jetbrains.exposed", "exposed-jdbc", "0.38.2") + implementation("org.jetbrains.exposed", "exposed-core", "0.39.1") + implementation("org.jetbrains.exposed", "exposed-dao", "0.39.1") + implementation("org.jetbrains.exposed", "exposed-jdbc", "0.39.1") } ``` @@ -64,7 +64,7 @@ dependencies { And the version in your `gradle.properties` ``` -exposedVersion=0.38.2 +exposedVersion=0.39.1 ``` - Note: There are another modules. Detailed information located in [[Modules Documentation|LibDocumentation]] section. diff --git a/LibDocumentation.md b/LibDocumentation.md index 1e49cdd..1dc0c28 100644 --- a/LibDocumentation.md +++ b/LibDocumentation.md @@ -76,27 +76,27 @@ Dependencies mapping listed bellow is similar (by functionality) to the previous org.jetbrains.exposed exposed-core - 0.38.2 + 0.39.1 org.jetbrains.exposed exposed-dao - 0.38.2 + 0.39.1 org.jetbrains.exposed exposed-jdbc - 0.38.2 + 0.39.1 org.jetbrains.exposed exposed-jodatime - 0.38.2 + 0.39.1 org.jetbrains.exposed exposed-java-time - 0.38.2 + 0.39.1 @@ -105,12 +105,12 @@ Dependencies mapping listed bellow is similar (by functionality) to the previous #### Gradle Groovy ```groovy dependencies { - implementation 'org.jetbrains.exposed:exposed-core:0.38.2' - implementation 'org.jetbrains.exposed:exposed-dao:0.38.2' - implementation 'org.jetbrains.exposed:exposed-jdbc:0.38.2' - implementation 'org.jetbrains.exposed:exposed-jodatime:0.38.2' + implementation 'org.jetbrains.exposed:exposed-core:0.39.1' + implementation 'org.jetbrains.exposed:exposed-dao:0.39.1' + implementation 'org.jetbrains.exposed:exposed-jdbc:0.39.1' + implementation 'org.jetbrains.exposed:exposed-jodatime:0.39.1' // or - implementation 'org.jetbrains.exposed:exposed-java-time:0.38.2' + implementation 'org.jetbrains.exposed:exposed-java-time:0.39.1' } ``` #### Gradle Kotlin DSL @@ -128,7 +128,7 @@ dependencies { ``` and in `gradle.properties` ``` -exposedVersion=0.38.2 +exposedVersion=0.39.1 ``` ### JDBC driver and logging From 80b8e6174fdecc5bfc1b0198687559eec630b12d Mon Sep 17 00:00:00 2001 From: "Andrey.Tarashevskiy" Date: Thu, 4 Aug 2022 14:33:02 +0300 Subject: [PATCH 2/2] Exposed 0.39.2 release --- Getting-Started.md | 6 +++--- LibDocumentation.md | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index d6f8b40..1795650 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -17,17 +17,17 @@ org.jetbrains.exposed exposed-core - 0.39.1 + 0.39.2 org.jetbrains.exposed exposed-dao - 0.39.1 + 0.39.2 org.jetbrains.exposed exposed-jdbc - 0.39.1 + 0.39.2 diff --git a/LibDocumentation.md b/LibDocumentation.md index 1dc0c28..258fdc8 100644 --- a/LibDocumentation.md +++ b/LibDocumentation.md @@ -76,27 +76,27 @@ Dependencies mapping listed bellow is similar (by functionality) to the previous org.jetbrains.exposed exposed-core - 0.39.1 + 0.39.2 org.jetbrains.exposed exposed-dao - 0.39.1 + 0.39.2 org.jetbrains.exposed exposed-jdbc - 0.39.1 + 0.39.2 org.jetbrains.exposed exposed-jodatime - 0.39.1 + 0.39.2 org.jetbrains.exposed exposed-java-time - 0.39.1 + 0.39.2 @@ -105,12 +105,12 @@ Dependencies mapping listed bellow is similar (by functionality) to the previous #### Gradle Groovy ```groovy dependencies { - implementation 'org.jetbrains.exposed:exposed-core:0.39.1' - implementation 'org.jetbrains.exposed:exposed-dao:0.39.1' - implementation 'org.jetbrains.exposed:exposed-jdbc:0.39.1' - implementation 'org.jetbrains.exposed:exposed-jodatime:0.39.1' + implementation 'org.jetbrains.exposed:exposed-core:0.39.2' + implementation 'org.jetbrains.exposed:exposed-dao:0.39.2' + implementation 'org.jetbrains.exposed:exposed-jdbc:0.39.2' + implementation 'org.jetbrains.exposed:exposed-jodatime:0.39.2' // or - implementation 'org.jetbrains.exposed:exposed-java-time:0.39.1' + implementation 'org.jetbrains.exposed:exposed-java-time:0.39.2' } ``` #### Gradle Kotlin DSL @@ -128,7 +128,7 @@ dependencies { ``` and in `gradle.properties` ``` -exposedVersion=0.39.1 +exposedVersion=0.39.2 ``` ### JDBC driver and logging