Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dgridnev committed Jun 4, 2024
2 parents dc58e63 + 3992b71 commit e05f7ee
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kotlinVersion=1.6.21
springBootVersion=2.6.7
flywayVersion=8.0.5
flywayVersion=8.5.1
kotlinCoroutinesVersion=1.6.0

springDependencyManagementVersion=1.0.8.RELEASE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.wavesenterprise.we.flyway.starter
package com.wavesenterprise.sdk.flyway.starter

interface FlywaySchema {
fun getName(): String
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.wavesenterprise.we.flyway.starter
package com.wavesenterprise.sdk.flyway.starter

import com.wavesenterprise.we.flyway.starter.PropertyMapper.configuration
import com.wavesenterprise.sdk.flyway.starter.PropertyMapper.configuration
import org.flywaydb.core.Flyway
import org.slf4j.LoggerFactory
import org.springframework.beans.factory.annotation.Autowired
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.wavesenterprise.we.flyway.starter
package com.wavesenterprise.sdk.flyway.starter

import org.springframework.boot.autoconfigure.flyway.FlywayProperties
import org.springframework.boot.context.properties.ConfigurationProperties
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.wavesenterprise.we.flyway.starter
package com.wavesenterprise.sdk.flyway.starter

import org.flywaydb.core.api.configuration.FluentConfiguration
import org.springframework.boot.autoconfigure.flyway.FlywayProperties
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.wavesenterprise.we.flyway.starter.FlywaySchemaConfiguration
com.wavesenterprise.sdk.flyway.starter.FlywaySchemaConfiguration

0 comments on commit e05f7ee

Please sign in to comment.