Skip to content

Commit

Permalink
Prepare for the next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Apr 25, 2024
1 parent 262e220 commit 17ea994
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dokka-integration-tests/gradle.properties
Expand Up @@ -5,7 +5,7 @@
# while integration test projects aren't published,
# the version here should be in sync with other versions,
# because it's used to resolve dependencies
version=2.0.0-SNAPSHOT
version=2.0.20-SNAPSHOT

org.jetbrains.dokka.javaToolchain.mainCompiler=8
org.jetbrains.dokka.javaToolchain.testLauncher=8
Expand Down
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
}

version = "2.0.0-SNAPSHOT"
version = "2.0.20-SNAPSHOT"

dependencies {
testImplementation(kotlin("test-junit"))
Expand Down
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
}

version = "2.0.0-SNAPSHOT"
version = "2.0.20-SNAPSHOT"

tasks.withType<DokkaTask> {
moduleName.set("Configuration Test Project")
Expand Down
Expand Up @@ -141,7 +141,7 @@ class BasicGradleIntegrationTest : AbstractGradleIntegrationTest() {
val indexFile = File(this, "index.html")
assertTrue(indexFile.isFile, "Missing index.html")
assertTrue(
"""<title>Basic Project 2.0.0-SNAPSHOT API </title>""" in indexFile.readText(),
"""<title>Basic Project 2.0.20-SNAPSHOT API </title>""" in indexFile.readText(),
"Header with version number not present in index.html"
)

Expand Down
2 changes: 1 addition & 1 deletion dokka-runners/runner-cli/gradle.properties
Expand Up @@ -4,7 +4,7 @@

# Project Settings
group=org.jetbrains.dokka
version=2.0.0-SNAPSHOT
version=2.0.20-SNAPSHOT

org.jetbrains.dokka.javaToolchain.mainCompiler=8
org.jetbrains.dokka.javaToolchain.testLauncher=8
Expand Down
Expand Up @@ -4,7 +4,7 @@

# Project Settings
group=org.jetbrains.dokka
version=2.0.0-SNAPSHOT
version=2.0.20-SNAPSHOT

kotlin.stdlib.default.dependency=false

Expand Down
2 changes: 1 addition & 1 deletion dokka-runners/runner-maven-plugin/gradle.properties
Expand Up @@ -2,7 +2,7 @@
# Copyright 2014-2024 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#
group=org.jetbrains.dokka
version=2.0.0-SNAPSHOT
version=2.0.20-SNAPSHOT

org.jetbrains.dokka.javaToolchain.mainCompiler=8
org.jetbrains.dokka.javaToolchain.testLauncher=8
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -4,7 +4,7 @@

# Project Settings
group=org.jetbrains.dokka
version=2.0.0-SNAPSHOT
version=2.0.20-SNAPSHOT

org.jetbrains.dokka.javaToolchain.mainCompiler=8
org.jetbrains.dokka.javaToolchain.testLauncher=8
Expand Down

0 comments on commit 17ea994

Please sign in to comment.