Skip to content

Commit

Permalink
Rename spring-web-reactive to spring-webflux
Browse files Browse the repository at this point in the history
Issue: SPR-15190
  • Loading branch information
rstoyanchev committed Feb 1, 2017
1 parent 81d1217 commit fafd2d2
Show file tree
Hide file tree
Showing 386 changed files with 22 additions and 25 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -811,8 +811,8 @@ project("spring-web") {
}
}

project("spring-web-reactive") {
description = "Spring Web Reactive"
project("spring-webflux") {
description = "Spring WebFlux"

dependencies {
compile(project(":spring-core"))
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include "spring-test"
include "spring-tx"
include "spring-web"
include "spring-webmvc"
include "spring-web-reactive"
include "spring-webflux"
include "spring-websocket"
include "spring-framework-bom"

Expand Down
Loading

0 comments on commit fafd2d2

Please sign in to comment.