Skip to content

Commit d253609

Browse files
Release 0.1.2 🔖
1 parent 478de76 commit d253609

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
55
pluginName = Testcontainers Port Updater
6-
pluginVersion = 0.1.1
6+
pluginVersion = 0.1.2
77
pluginSinceBuild = 203
88
pluginUntilBuild = 221.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

src/test/kotlin/com/github/yusufugurozbek/testcontainers/port/updater/TestConstants.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ object TestConstants {
44
const val DATASOURCE_URL_1 = "jdbc:postgresql://localhost:55001/test"
55
const val DATASOURCE_URL_2 = "jdbc:postgresql://localhost:55001/test?loggerLevel=OFF"
66
const val LOG_ENTRY_1 = "2021-07-16 14:05:56.360 INFO [my-application,,] 33702 --- [" +
7-
" main] o.f.c.i.database.base.DatabaseType : " +
8-
"Database: jdbc:postgresql://localhost:55001/test (PostgreSQL 10.17)"
7+
" main] o.f.c.i.database.base.DatabaseType : " +
8+
"Database: jdbc:postgresql://localhost:55001/test (PostgreSQL 10.17)"
99
const val LOG_ENTRY_2 = "2021-07-16 14:05:56.360 INFO [my-application,,] 33702 --- [" +
10-
" main] o.f.c.i.database.base.DatabaseType : " +
11-
"Database: jdbc:postgresql://localhost:55001/test?loggerLevel=OFF"
10+
" main] o.f.c.i.database.base.DatabaseType : " +
11+
"Database: jdbc:postgresql://localhost:55001/test?loggerLevel=OFF"
1212
}

0 commit comments

Comments
 (0)