Skip to content

Commit 53e91d8

Browse files
committed
[build] Bump for next development cycle
1 parent 8223a36 commit 53e91d8

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.4.3-SNAPSHOT

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ config {
4848
}
4949
}
5050

51-
eclipse {
52-
project {
53-
name = 'testcontainers-redis-root'
54-
}
55-
}
56-
5751
allprojects {
5852
repositories {
5953
gradlePluginPortal()

subprojects/testcontainers-redis/testcontainers-redis.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies {
44

55
eclipse {
66
project {
7-
name = 'testcontainers-redis'
7+
name = 'testcontainers-redis-core'
88
}
99
}

0 commit comments

Comments
 (0)