Skip to content

Commit e5caada

Browse files
author
Daniel Bustamante Ospina
committed
Change artifacts name
1 parent 17f0f49 commit e5caada

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

acceptance/async-tests/async-tests.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
compile project(":async-commons-starter")
2+
compile project(":async-commons-rabbit-starter")
33
compile('org.springframework.boot:spring-boot-starter')
44
}
55

async/async-rabbit-standalone/async-commons-standalone.gradle renamed to async/async-rabbit-standalone/async-commons-rabbit-standalone.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
artifactId = 'async-commons-standalone'
2+
artifactId = 'async-commons-rabbit-standalone'
33
artifactDescription = 'Async Commons Standalone Config'
44
}
55

async/async-rabbit-starter/async-commons-starter.gradle renamed to async/async-rabbit-starter/async-commons-rabbit-starter.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
artifactId = 'async-commons-starter'
2+
artifactId = 'async-commons-rabbit-starter'
33
artifactDescription = 'Async Commons Starter'
44
}
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies {
2-
compile project(":async-commons-starter")
2+
compile project(":async-commons-rabbit-starter")
33
// compile 'org.springframework.boot:spring-boot-starter-amqp'
44
}

samples/async/receiver-responder/async-receiver-sample.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'org.springframework.boot'
22

33
dependencies {
4-
compile project(":async-commons-starter")
4+
compile project(":async-commons-rabbit-starter")
55
// compile 'org.reactivecommons:async-commons-starter:1.0.0-beta7'
66
compile('org.springframework.boot:spring-boot-starter')
77
runtime('org.springframework.boot:spring-boot-devtools')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
spring.application.name=receiver
1+
spring.application.name=receiverW
22
spring.rabbitmq.virtual-host=test

samples/async/sender-client/async-sender-client.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'org.springframework.boot'
22

33
dependencies {
4-
compile project(":async-commons-starter")
4+
compile project(":async-commons-rabbit-starter")
55
// compile 'org.reactivecommons:async-commons-starter:1.0.0-beta7'
66
compile group: 'org.springframework.boot', name: 'spring-boot-starter-webflux'
77
compile('org.springframework.boot:spring-boot-starter')

0 commit comments

Comments
 (0)