File tree Expand file tree Collapse file tree 27 files changed +38
-38
lines changed
spring-cloud-starter-stream-kafka
spring-cloud-stream-binder-kafka-core
spring-cloud-stream-binder-kafka-streams
spring-cloud-stream-binder-kafka
spring-cloud-stream-binder-pulsar
spring-cloud-starter-stream-rabbit
spring-cloud-stream-binder-rabbit-core
spring-cloud-stream-binder-rabbit-test-support
spring-cloud-stream-binder-rabbit
spring-cloud-starter-parent
spring-cloud-stream-dependencies
spring-cloud-stream-integration-tests
spring-cloud-stream-test-binder
spring-cloud-stream-test-support
spring-cloud-stream-schema-registry-client
spring-cloud-stream-schema-registry-core
spring-cloud-stream-schema-registry-server Expand file tree Collapse file tree 27 files changed +38
-38
lines changed Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >spring-cloud-stream-binder-kafka-parent</artifactId >
5- <version >5.0.0-SNAPSHOT </version >
5+ <version >5.0.0-M1 </version >
66 <name >${project.artifactId} </name >
77 <packaging >pom</packaging >
88 <parent >
99 <groupId >org.springframework.cloud</groupId >
1010 <artifactId >spring-cloud-stream-binders</artifactId >
11- <version >5.0.0-SNAPSHOT </version >
11+ <version >5.0.0-M1 </version >
1212 </parent >
1313 <scm >
1414 <url >https://github.com/spring-cloud/spring-cloud-stream-binder-kafka</url >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.cloud</groupId >
66 <artifactId >spring-cloud-stream-binder-kafka-parent</artifactId >
7- <version >5.0.0-SNAPSHOT </version >
7+ <version >5.0.0-M1 </version >
88 </parent >
99 <artifactId >spring-cloud-starter-stream-kafka</artifactId >
1010 <description >Spring Cloud Starter Stream Kafka</description >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.cloud</groupId >
77 <artifactId >spring-cloud-stream-binder-kafka-parent</artifactId >
8- <version >5.0.0-SNAPSHOT </version >
8+ <version >5.0.0-M1 </version >
99 </parent >
1010 <artifactId >spring-cloud-stream-binder-kafka-core</artifactId >
1111 <name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.cloud</groupId >
1212 <artifactId >spring-cloud-stream-binder-kafka-parent</artifactId >
13- <version >5.0.0-SNAPSHOT </version >
13+ <version >5.0.0-M1 </version >
1414 </parent >
1515
1616 <properties >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.cloud</groupId >
1212 <artifactId >spring-cloud-stream-binder-kafka-parent</artifactId >
13- <version >5.0.0-SNAPSHOT </version >
13+ <version >5.0.0-M1 </version >
1414 </parent >
1515
1616 <dependencies >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >spring-cloud-stream-binders</artifactId >
5- <version >5.0.0-SNAPSHOT </version >
5+ <version >5.0.0-M1 </version >
66 <name >binders</name >
77 <description >Framework provided binders</description >
88 <packaging >pom</packaging >
99
1010 <parent >
1111 <groupId >org.springframework.cloud</groupId >
1212 <artifactId >spring-cloud-stream-parent</artifactId >
13- <version >5.0.0-SNAPSHOT </version >
13+ <version >5.0.0-M1 </version >
1414 </parent >
1515
1616 <modules >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >spring-cloud-stream-binder-pulsar-parent</artifactId >
5- <version >5.0.0-SNAPSHOT </version >
5+ <version >5.0.0-M1 </version >
66 <name >${project.artifactId} </name >
77 <packaging >pom</packaging >
88 <parent >
99 <groupId >org.springframework.cloud</groupId >
1010 <artifactId >spring-cloud-stream-binders</artifactId >
11- <version >5.0.0-SNAPSHOT </version >
11+ <version >5.0.0-M1 </version >
1212 </parent >
1313
1414 <properties >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.cloud</groupId >
1212 <artifactId >spring-cloud-stream-binder-pulsar-parent</artifactId >
13- <version >5.0.0-SNAPSHOT </version >
13+ <version >5.0.0-M1 </version >
1414 </parent >
1515
1616 <dependencies >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >spring-cloud-stream-binder-rabbit-parent</artifactId >
5- <version >5.0.0-SNAPSHOT </version > <!-- Do not remove. Ignore yellow warning -->
5+ <version >5.0.0-M1 </version > <!-- Do not remove. Ignore yellow warning -->
66 <name >${project.artifactId} </name >
77 <packaging >pom</packaging >
88 <parent >
99 <groupId >org.springframework.cloud</groupId >
1010 <artifactId >spring-cloud-stream-binders</artifactId >
11- <version >5.0.0-SNAPSHOT </version >
11+ <version >5.0.0-M1 </version >
1212 </parent >
1313 <properties >
1414 <java .version>17</java .version>
15- <spring-cloud-function .version>5.0.0-SNAPSHOT </spring-cloud-function .version>
15+ <spring-cloud-function .version>5.0.0-M1 </spring-cloud-function .version>
1616 <maven-checkstyle-plugin .failsOnError>true</maven-checkstyle-plugin .failsOnError>
1717 <maven-checkstyle-plugin .failsOnViolation>true
1818 </maven-checkstyle-plugin .failsOnViolation>
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.cloud</groupId >
66 <artifactId >spring-cloud-stream-binder-rabbit-parent</artifactId >
7- <version >5.0.0-SNAPSHOT </version >
7+ <version >5.0.0-M1 </version >
88 </parent >
99 <artifactId >spring-cloud-starter-stream-rabbit</artifactId >
1010 <name >${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments