Skip to content

Commit

Permalink
chore: snapshot 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shouwn committed Jun 16, 2024
1 parent 9a6be26 commit 323effc
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Visit [the gitbook](https://kotlin-jdsl.gitbook.io/docs/) for more information.
Visit [the gitbook](https://kotlin-jdsl.gitbook.io/snapshot-docs/) for more information.

# Kotlin JDSL

<a href="https://github.com/line/kotlin-jdsl"><img src="https://img.shields.io/github/stars/line/kotlin-jdsl.svg?style=social" /></a>
<a href="https://discord.gg/7FH8c6npmg"><img src="https://img.shields.io/badge/chat-on%20Discord-brightgreen.svg?style=social&amp;logo=discord" /></a>
<a href="https://github.com/line/kotlin-jdsl/contributors"><img src="https://img.shields.io/github/contributors/line/kotlin-jdsl.svg" /></a>
<a href="https://codecov.io/gh/line/kotlin-jdsl"><img src="https://codecov.io/gh/line/kotlin-jdsl/branch/main/graph/badge.svg"/></a>
<a href="https://codecov.io/gh/line/kotlin-jdsl"><img src="https://codecov.io/gh/line/kotlin-jdsl/branch/develop/graph/badge.svg"/></a>
<a href="https://github.com/line/kotlin-jdsl/pulse"><img src="https://img.shields.io/github/commit-activity/m/line/kotlin-jdsl.svg?label=commits" /></a>
<a href="https://search.maven.org/search?q=g:com.linecorp.kotlin-jdsl"><img src="https://img.shields.io/maven-central/v/com.linecorp.kotlin-jdsl/kotlin-jdsl.svg?label=version" /></a>
<a href="https://github.com/line/kotlin-jdsl/commits"><img src="https://img.shields.io/github/release-date/line/kotlin-jdsl.svg?label=release" /></a>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
apply(plugin = "signing")

group = "com.linecorp.kotlin-jdsl"
version = "3.5.0"
version = "3.6.0-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: 'Latest stable version: 3.5.0'
description: 'Latest stable version: 3.6.0-SNAPSHOT'
---

# Kotlin JDSL
Expand Down
12 changes: 6 additions & 6 deletions docs/en/jpql-with-kotlin-jdsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ The following dependencies are the minimum requirement for all Kotlin JDSL appli

```kotlin
dependencies {
implementation("com.linecorp.kotlin-jdsl:jpql-dsl:3.5.0")
implementation("com.linecorp.kotlin-jdsl:jpql-render:3.5.0")
implementation("com.linecorp.kotlin-jdsl:jpql-dsl:3.6.0-SNAPSHOT")
implementation("com.linecorp.kotlin-jdsl:jpql-render:3.6.0-SNAPSHOT")
}
```

Expand All @@ -110,8 +110,8 @@ dependencies {

```groovy
dependencies {
implementation 'com.linecorp.kotlin-jdsl:jpql-dsl:3.5.0'
implementation 'com.linecorp.kotlin-jdsl:jpql-render:3.5.0'
implementation 'com.linecorp.kotlin-jdsl:jpql-dsl:3.6.0-SNAPSHOT'
implementation 'com.linecorp.kotlin-jdsl:jpql-render:3.6.0-SNAPSHOT'
}
```

Expand All @@ -125,12 +125,12 @@ dependencies {
<dependency>
<groupId>com.linecorp.kotlin-jdsl</groupId>
<artifactId>jpql-dsl</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.linecorp.kotlin-jdsl</groupId>
<artifactId>jpql-render</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: 'Latest stable version: 3.5.0'
description: 'Latest stable version: 3.6.0-SNAPSHOT'
---

# Kotlin JDSL
Expand Down
12 changes: 6 additions & 6 deletions docs/ko/jpql-with-kotlin-jdsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ Kotlin JDSL을 실행시키기 위해서는 다음 dependency들이 필수로

```kotlin
dependencies {
implementation("com.linecorp.kotlin-jdsl:jpql-dsl:3.5.0")
implementation("com.linecorp.kotlin-jdsl:jpql-render:3.5.0")
implementation("com.linecorp.kotlin-jdsl:jpql-dsl:3.6.0-SNAPSHOT")
implementation("com.linecorp.kotlin-jdsl:jpql-render:3.6.0-SNAPSHOT")
}
```

Expand All @@ -111,8 +111,8 @@ dependencies {

```groovy
dependencies {
implementation 'com.linecorp.kotlin-jdsl:jpql-dsl:3.5.0'
implementation 'com.linecorp.kotlin-jdsl:jpql-render:3.5.0'
implementation 'com.linecorp.kotlin-jdsl:jpql-dsl:3.6.0-SNAPSHOT'
implementation 'com.linecorp.kotlin-jdsl:jpql-render:3.6.0-SNAPSHOT'
}
```

Expand All @@ -126,12 +126,12 @@ dependencies {
<dependency>
<groupId>com.linecorp.kotlin-jdsl</groupId>
<artifactId>jpql-dsl</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.linecorp.kotlin-jdsl</groupId>
<artifactId>jpql-render</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 323effc

Please sign in to comment.