File tree Expand file tree Collapse file tree 23 files changed +36
-36
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-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-binder-test
spring-cloud-stream-integration-tests
spring-cloud-stream-test-support-internal
spring-cloud-stream-test-support Expand file tree Collapse file tree 23 files changed +36
-36
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 >3.2.9-SNAPSHOT </version >
5+ <version >3.2.9</version >
66 <packaging >pom</packaging >
77 <parent >
88 <groupId >org.springframework.cloud</groupId >
99 <artifactId >spring-cloud-stream-binders</artifactId >
10- <version >3.2.9-SNAPSHOT </version >
10+ <version >3.2.9</version >
1111 </parent >
1212 <scm >
1313 <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 >3.2.9-SNAPSHOT </version >
7+ <version >3.2.9</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 >3.2.9-SNAPSHOT </version >
8+ <version >3.2.9</version >
99 </parent >
1010 <artifactId >spring-cloud-stream-binder-kafka-core</artifactId >
1111 <description >Spring Cloud Stream Kafka Binder Core</description >
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 >3.2.9-SNAPSHOT </version >
13+ <version >3.2.9</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 >3.2.9-SNAPSHOT </version >
13+ <version >3.2.9</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 >3.2.9-SNAPSHOT </version >
5+ <version >3.2.9</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 >3.2.9-SNAPSHOT </version >
13+ <version >3.2.9</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-rabbit-parent</artifactId >
5- <version >3.2.9-SNAPSHOT </version >
5+ <version >3.2.9</version >
66 <packaging >pom</packaging >
77 <parent >
88 <groupId >org.springframework.cloud</groupId >
99 <artifactId >spring-cloud-stream-binders</artifactId >
10- <version >3.2.9-SNAPSHOT </version >
10+ <version >3.2.9</version >
1111 </parent >
1212 <properties >
13- <spring-cloud-stream .version>3.2.9-SNAPSHOT </spring-cloud-stream .version>
13+ <spring-cloud-stream .version>3.2.9</spring-cloud-stream .version>
1414 <java .version>1.8</java .version>
15- <spring-cloud-function .version>3.2.11-SNAPSHOT </spring-cloud-function .version>
15+ <spring-cloud-function .version>3.2.11</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 >3.2.9-SNAPSHOT </version >
7+ <version >3.2.9</version >
88 </parent >
99 <artifactId >spring-cloud-starter-stream-rabbit</artifactId >
1010 <description >Spring Cloud Starter Stream Rabbit</description >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.cloud</groupId >
1212 <artifactId >spring-cloud-stream-binder-rabbit-parent</artifactId >
13- <version >3.2.9-SNAPSHOT </version >
13+ <version >3.2.9</version >
1414 </parent >
1515
1616 <dependencies >
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 >3.2.9-SNAPSHOT </version >
7+ <version >3.2.9</version >
88 </parent >
99 <artifactId >spring-cloud-stream-binder-rabbit-test-support</artifactId >
1010 <description >Rabbit related test classes</description >
You can’t perform that action at this time.
0 commit comments