Skip to content

Commit 24a54b9

Browse files
committed
Updated libs-snapshot to snapshot for test dependencies and props
1 parent ab87387 commit 24a54b9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

spring-cloud-task-integration-tests/src/test/java/org/springframework/cloud/task/launcher/TaskLauncherSinkTests.java

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

5858
@ExtendWith(SpringExtension.class)
5959
@SpringBootTest(classes = { TaskLauncherSinkApplication.class, TaskLauncherSinkTests.TaskLauncherConfiguration.class },
60-
properties = { "maven.remote-repositories.repo1.url=https://repo.spring.io/libs-release",
60+
properties = { "maven.remote-repositories.repo1.url=https://repo.spring.io/release",
6161
"spring.cloud.stream.function.bindings.taskLauncherSink-in-0=input",
6262
"spring.cloud.stream.bindings.input.destination=taskLauncherSinkExchange" })
6363
public class TaskLauncherSinkTests {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
spring.application.name=PartitionedBatchJobTask
22
logging.level.org.springframework.cloud.task=DEBUG
3-
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
3+
maven.remoteRepositories.springRepo.url=https://repo.spring.io/snapshot
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
1+
maven.remoteRepositories.springRepo.url=https://repo.spring.io/snapshot
22
spring.cloud.stream.function.bindings.processRequest-in-0=input
33
spring.cloud.stream.function.bindings.processRequest-out-0=output
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
1+
maven.remoteRepositories.springRepo.url=https://repo.spring.io/snapshot
22
spring.cloud.stream.function.bindings.taskLauncherSink-in-0=input
33
spring.cloud.stream.bindings.input.destination=taskLauncherSinkExchange
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
1+
maven.remoteRepositories.springRepo.url=https://repo.spring.io/snapshot

spring-cloud-task-stream/src/test/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
1+
maven.remoteRepositories.springRepo.url=https://repo.spring.io/snapshot
22
logging.level.org.springframework.cloud.task.batch.listener=DEBUG
33
spring.cloud.stream.function.definition=taskLauncherSink
44
spring.cloud.stream.function.bindings.taskLauncherSink-in-0=input

0 commit comments

Comments
 (0)