Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 34d931d

Browse files
committed
Rename project
1 parent 4280863 commit 34d931d

8 files changed

Lines changed: 20 additions & 10 deletions

File tree

.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/sparkutils_main.iml renamed to .idea/modules/sparkmicroserviceutils_main.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/sparkutils_test.iml renamed to .idea/modules/sparkmicroserviceutils_test.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ compileTestKotlin {
2727
kotlinOptions.jvmTarget = "1.8"
2828
}
2929

30-
group 'de.debuglevel.sparkutils'
31-
version '0.0.8'
30+
group 'de.debuglevel.sparkmicroserviceutils'
31+
version '0.0.9'
3232

3333
sourceCompatibility = 1.8
3434

@@ -93,9 +93,9 @@ bintray {
9393
publish = true
9494
pkg {
9595
repo = 'maven'
96-
name = 'sparkutils'
96+
name = 'sparkmicroserviceutils'
9797
licenses = ['MIT']
98-
vcsUrl = 'https://github.com/debuglevel/sparkutils.git'
98+
vcsUrl = 'https://github.com/debuglevel/sparkmicroserviceutils.git'
9999
}
100100
}
101101

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rootProject.name = 'sparkutils'
1+
rootProject.name = 'sparkmicroserviceutils'
22

src/main/kotlin/de/debuglevel/sparkutils/configuration/Configuration.kt renamed to src/main/kotlin/de/debuglevel/sparkmicroserviceutils/configuration/Configuration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package de.debuglevel.sparkutils.configuration
1+
package de.debuglevel.sparkmicroserviceutils.configuration
22

33
import com.natpryce.konfig.*
44
import com.natpryce.konfig.ConfigurationProperties.Companion.systemProperties

src/main/kotlin/de/debuglevel/sparkutils/port/SparkPortUtils.kt renamed to src/main/kotlin/de/debuglevel/sparkmicroserviceutils/port/SparkPortUtils.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package de.debuglevel.sparkutils.port
1+
package de.debuglevel.sparkmicroserviceutils.port
22

3-
import de.debuglevel.sparkutils.configuration.MicroserviceConfiguration
3+
import de.debuglevel.sparkmicroserviceutils.configuration.MicroserviceConfiguration
44
import mu.KotlinLogging
55
import spark.kotlin.port
66

0 commit comments

Comments
 (0)