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

Commit 811030c

Browse files
committed
Restructure packages
1 parent 34d931d commit 811030c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ compileTestKotlin {
2828
}
2929

3030
group 'de.debuglevel.sparkmicroserviceutils'
31-
version '0.0.9'
31+
version '0.0.10'
3232

3333
sourceCompatibility = 1.8
3434

src/main/kotlin/de/debuglevel/sparkmicroserviceutils/configuration/Configuration.kt renamed to src/main/kotlin/de/debuglevel/microservices/utils/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.sparkmicroserviceutils.configuration
1+
package de.debuglevel.microservices.utils.configuration
22

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

src/main/kotlin/de/debuglevel/sparkmicroserviceutils/port/SparkPortUtils.kt renamed to src/main/kotlin/de/debuglevel/microservices/utils/spark/SparkPortUtils.kt

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

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

0 commit comments

Comments
 (0)