diff --git a/build.gradle.kts b/build.gradle.kts index 063386e..8ca02e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.github.sszuev" -version = "1.0.1-SNAPSHOT" +version = "1.1.0-kotlin" repositories { mavenCentral() diff --git a/settings.gradle.kts b/settings.gradle.kts index 8f659ba..7e66806 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,4 +1,4 @@ -rootProject.name = "concurrent-rdf-graph-kotlin" +rootProject.name = "concurrent-rdf-graph" pluginManagement { plugins {