Skip to content

Commit de928e0

Browse files
committed
build: bump version to 4.0.0-RC6 and publish nats/redis/web modules
publish.sh was only pushing rqueue-core, rqueue-spring, and rqueue-spring-boot-starter to Maven Central; rqueue-nats, rqueue-redis, and rqueue-web were never published, so downstream consumers couldn't pull the new backends/explorer module. Added them to the publish script and bumped the subprojects version from 4.0.0-RC4 to 4.0.0-RC6 for the next release.
1 parent 4e20b75 commit de928e0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ext {
8585

8686
subprojects {
8787
group = "com.github.sonus21"
88-
version = "4.0.0-RC4"
88+
version = "4.0.0-RC6"
8989

9090
dependencies {
9191
// https://mvnrepository.com/artifact/org.springframework/spring-messaging

publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
#
1717

1818
./gradlew rqueue-core:publishToMavenCentral
19+
./gradlew rqueue-nats:publishToMavenCentral
20+
./gradlew rqueue-redis:publishToMavenCentral
21+
./gradlew rqueue-web:publishToMavenCentral
1922
./gradlew rqueue-spring:publishToMavenCentral
2023
./gradlew rqueue-spring-boot-starter:publishToMavenCentral

0 commit comments

Comments
 (0)