From 0ac2e985330ba7e0cb4a91ef4165f0af22f203d3 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 18 Jun 2026 17:30:59 -0400 Subject: [PATCH] Initial changes to update repositories --- .github/workflows/pr.yaml | 9 +++ .mvn/maven.config | 2 +- binders/kafka-binder/pom.xml | 98 ++++++++++++------------- binders/pulsar-binder/pom.xml | 98 ++++++++++++------------- binders/rabbit-binder/pom.xml | 42 ----------- bom/pom.xml | 6 ++ bom/spring-cloud-starter-parent/pom.xml | 6 ++ pom.xml | 96 ++++++++++++------------ 8 files changed, 157 insertions(+), 200 deletions(-) create mode 100644 .github/workflows/pr.yaml diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml new file mode 100644 index 0000000000..de1275cb93 --- /dev/null +++ b/.github/workflows/pr.yaml @@ -0,0 +1,9 @@ +name: PR + +on: + pull_request: + branches: [ 4.3.x ] + +jobs: + build: + uses: spring-cloud/spring-cloud-github-actions/.github/workflows/pr.yml@main diff --git a/.mvn/maven.config b/.mvn/maven.config index 3b8cf46e1e..a682990566 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local -P spring +-P spring diff --git a/binders/kafka-binder/pom.xml b/binders/kafka-binder/pom.xml index 940a4bf92a..b3bb51dae5 100644 --- a/binders/kafka-binder/pom.xml +++ b/binders/kafka-binder/pom.xml @@ -85,11 +85,6 @@ - - spring - - - coverage @@ -123,55 +118,52 @@ + + spring + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - spring-milestones - Spring milestones - https://repo.spring.io/libs-milestone-local - - - rsocket-snapshots - RSocket Snapshots - https://oss.jfrog.org/oss-snapshot-local - - true - - - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/release - - diff --git a/binders/pulsar-binder/pom.xml b/binders/pulsar-binder/pom.xml index dee8cfb2a7..3c7a11984f 100644 --- a/binders/pulsar-binder/pom.xml +++ b/binders/pulsar-binder/pom.xml @@ -73,11 +73,6 @@ - - spring - - - coverage @@ -111,55 +106,52 @@ + + spring + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - spring-milestones - Spring milestones - https://repo.spring.io/libs-milestone-local - - - rsocket-snapshots - RSocket Snapshots - https://oss.jfrog.org/oss-snapshot-local - - true - - - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/release - - diff --git a/binders/rabbit-binder/pom.xml b/binders/rabbit-binder/pom.xml index 1c1882de3e..592c51db09 100644 --- a/binders/rabbit-binder/pom.xml +++ b/binders/rabbit-binder/pom.xml @@ -137,46 +137,4 @@ - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - spring-releases - Spring Releases - https://repo.spring.io/release - - - rsocket-snapshots - RSocket Snapshots - https://oss.jfrog.org/oss-snapshot-local - - true - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - - spring-releases - Spring Releases - https://repo.spring.io/libs-release-local - - diff --git a/bom/pom.xml b/bom/pom.xml index 43111c6618..4160fef1d1 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -128,6 +128,9 @@ true + + false + spring-milestones @@ -154,6 +157,9 @@ true + + false + spring-milestones diff --git a/bom/spring-cloud-starter-parent/pom.xml b/bom/spring-cloud-starter-parent/pom.xml index 75efe629cd..d24d6d0bdb 100644 --- a/bom/spring-cloud-starter-parent/pom.xml +++ b/bom/spring-cloud-starter-parent/pom.xml @@ -53,6 +53,9 @@ true + + false + spring-milestones @@ -79,6 +82,9 @@ true + + false + spring-milestones diff --git a/pom.xml b/pom.xml index bae98083e7..ba6ca4fabd 100644 --- a/pom.xml +++ b/pom.xml @@ -186,9 +186,6 @@ - - spring - coverage @@ -222,53 +219,50 @@ + + spring + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - - spring-milestones - Spring milestones - https://repo.spring.io/libs-milestone-local - - - rsocket-snapshots - RSocket Snapshots - https://oss.jfrog.org/oss-snapshot-local - - true - - - - spring-releases - Spring Releases - https://repo.spring.io/release - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/release - -