Bumping versions
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
<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">
|
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binders</artifactId>
|
<artifactId>spring-cloud-stream-binders</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://github.com/spring-cloud/spring-cloud-stream-binder-kafka</url>
|
<url>https://github.com/spring-cloud/spring-cloud-stream-binder-kafka</url>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-stream-kafka</artifactId>
|
<artifactId>spring-cloud-starter-stream-kafka</artifactId>
|
||||||
<description>Spring Cloud Starter Stream Kafka</description>
|
<description>Spring Cloud Starter Stream Kafka</description>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
|
||||||
<description>Spring Cloud Stream Kafka Binder Core</description>
|
<description>Spring Cloud Stream Kafka Binder Core</description>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<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">
|
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-cloud-stream-binders</artifactId>
|
<artifactId>spring-cloud-stream-binders</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<name>binders</name>
|
<name>binders</name>
|
||||||
<description>Framework provided binders</description>
|
<description>Framework provided binders</description>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-parent</artifactId>
|
<artifactId>spring-cloud-stream-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
@@ -2,16 +2,16 @@
|
|||||||
<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">
|
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
|
<version>4.0.0-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binders</artifactId>
|
<artifactId>spring-cloud-stream-binders</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
<spring-cloud-function.version>4.0.1-SNAPSHOT</spring-cloud-function.version>
|
<spring-cloud-function.version>4.0.0-SNAPSHOT</spring-cloud-function.version>
|
||||||
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
|
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
|
||||||
<maven-checkstyle-plugin.failsOnViolation>true
|
<maven-checkstyle-plugin.failsOnViolation>true
|
||||||
</maven-checkstyle-plugin.failsOnViolation>
|
</maven-checkstyle-plugin.failsOnViolation>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
|
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
|
||||||
<description>Spring Cloud Starter Stream Rabbit</description>
|
<description>Spring Cloud Starter Stream Rabbit</description>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
|
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
|
||||||
<description>Rabbit related test classes</description>
|
<description>Rabbit related test classes</description>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -7,11 +7,11 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>spring-cloud-stream-release-build</name>
|
<name>spring-cloud-stream-release-build</name>
|
||||||
<description>Spring Cloud Stream Release Build</description>
|
<description>Spring Cloud Stream Release Build</description>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-build</artifactId>
|
<artifactId>spring-cloud-build</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-starter-parent</artifactId>
|
<artifactId>spring-cloud-stream-starter-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<name>spring-cloud-stream-starter-parent</name>
|
<name>spring-cloud-stream-starter-parent</name>
|
||||||
<description>Specifies Boot version for the releaser</description>
|
<description>Specifies Boot version for the releaser</description>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-stream-dependencies</artifactId>
|
<artifactId>spring-cloud-stream-dependencies</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>spring-cloud-stream-dependencies</name>
|
<name>spring-cloud-stream-dependencies</name>
|
||||||
<description>Spring Cloud Stream Dependencies</description>
|
<description>Spring Cloud Stream Dependencies</description>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<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">
|
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-cloud-stream-core</artifactId>
|
<artifactId>spring-cloud-stream-core</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<name>core</name>
|
<name>core</name>
|
||||||
<description>Core Spring Cloud Stream</description>
|
<description>Core Spring Cloud Stream</description>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-parent</artifactId>
|
<artifactId>spring-cloud-stream-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-core</artifactId>
|
<artifactId>spring-cloud-stream-core</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-core</artifactId>
|
<artifactId>spring-cloud-stream-core</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-core</artifactId>
|
<artifactId>spring-cloud-stream-core</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-core</artifactId>
|
<artifactId>spring-cloud-stream-core</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-parent</artifactId>
|
<artifactId>spring-cloud-stream-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>spring-cloud-stream-docs</name>
|
<name>spring-cloud-stream-docs</name>
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@@ -4,12 +4,12 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-cloud-stream-parent</artifactId>
|
<artifactId>spring-cloud-stream-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
|
<version>4.0.0-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-build</artifactId>
|
<artifactId>spring-cloud-build</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
<scm>
|
<scm>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
<reactor.version>2020.0.7</reactor.version>
|
<reactor.version>2020.0.7</reactor.version>
|
||||||
<objenesis.version>2.1</objenesis.version>
|
<objenesis.version>2.1</objenesis.version>
|
||||||
<spring-cloud-function.version>4.0.1-SNAPSHOT</spring-cloud-function.version>
|
<spring-cloud-function.version>4.0.0-SNAPSHOT</spring-cloud-function.version>
|
||||||
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
|
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
|
||||||
<maven-checkstyle-plugin.failsOnViolation>true</maven-checkstyle-plugin.failsOnViolation>
|
<maven-checkstyle-plugin.failsOnViolation>true</maven-checkstyle-plugin.failsOnViolation>
|
||||||
<maven-checkstyle-plugin.includeTestSourceDirectory>true</maven-checkstyle-plugin.includeTestSourceDirectory>
|
<maven-checkstyle-plugin.includeTestSourceDirectory>true</maven-checkstyle-plugin.includeTestSourceDirectory>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>confluent-schema-registry-integration-consumer</artifactId>
|
<artifactId>confluent-schema-registry-integration-consumer</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>confluent-schema-registry-integration-consumer</name>
|
<name>confluent-schema-registry-integration-consumer</name>
|
||||||
<description>Confluent Schema Registry Consumer</description>
|
<description>Confluent Schema Registry Consumer</description>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>confluent-schema-registry-integration</artifactId>
|
<artifactId>confluent-schema-registry-integration</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>confluent-schema-registry-integration-producer1</artifactId>
|
<artifactId>confluent-schema-registry-integration-producer1</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>confluent-schema-registry-integration-producer1</name>
|
<name>confluent-schema-registry-integration-producer1</name>
|
||||||
<description>Confluent Schema Registry Producer1</description>
|
<description>Confluent Schema Registry Producer1</description>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>confluent-schema-registry-integration</artifactId>
|
<artifactId>confluent-schema-registry-integration</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>confluent-schema-registry-integration-producer2</artifactId>
|
<artifactId>confluent-schema-registry-integration-producer2</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>confluent-schema-registry-integration-producer2</name>
|
<name>confluent-schema-registry-integration-producer2</name>
|
||||||
<description>Confluent Schema Registry Producer2</description>
|
<description>Confluent Schema Registry Producer2</description>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>confluent-schema-registry-integration</artifactId>
|
<artifactId>confluent-schema-registry-integration</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<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">
|
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>confluent-schema-registry-integration</artifactId>
|
<artifactId>confluent-schema-registry-integration</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>confluent-schema-registry-integration</name>
|
<name>confluent-schema-registry-integration</name>
|
||||||
<description>Confluent Schema Registry Integration Sample App</description>
|
<description>Confluent Schema Registry Integration Sample App</description>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-samples-parent</artifactId>
|
<artifactId>spring-cloud-stream-samples-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-samples-parent</artifactId>
|
<artifactId>spring-cloud-stream-samples-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-samples-parent</artifactId>
|
<artifactId>spring-cloud-stream-samples-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<name>spring-cloud-stream-samples</name>
|
<name>spring-cloud-stream-samples</name>
|
||||||
<description>Spring Cloud Stream Sample Apps</description>
|
<description>Spring Cloud Stream Sample Apps</description>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<avro.version>1.11.0</avro.version>
|
<avro.version>1.11.0</avro.version>
|
||||||
<confluent.version>7.0.1</confluent.version>
|
<confluent.version>7.0.1</confluent.version>
|
||||||
<spring-cloud.version>2022.0.1-SNAPSHOT</spring-cloud.version>
|
<spring-cloud.version>2022.0.0-SNAPSHOT</spring-cloud.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<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">
|
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>spring-cloud-stream-schema-registry-integration</name>
|
<name>spring-cloud-stream-schema-registry-integration</name>
|
||||||
<description>SCSt Schema Registry Integration Sample App</description>
|
<description>SCSt Schema Registry Integration Sample App</description>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-samples-parent</artifactId>
|
<artifactId>spring-cloud-stream-samples-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>schema-registry-consumer-kafka</artifactId>
|
<artifactId>schema-registry-consumer-kafka</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>schema-registry-consumer-kafka</name>
|
<name>schema-registry-consumer-kafka</name>
|
||||||
<description>SCSt Schema Registry Consumer</description>
|
<description>SCSt Schema Registry Consumer</description>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>schema-registry-producer1-kafka</artifactId>
|
<artifactId>schema-registry-producer1-kafka</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>schema-registry-producer1-kafka</name>
|
<name>schema-registry-producer1-kafka</name>
|
||||||
<description>SCSt Schema Registry Producer 1</description>
|
<description>SCSt Schema Registry Producer 1</description>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>schema-registry-producer2-kafka</artifactId>
|
<artifactId>schema-registry-producer2-kafka</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>schema-registry-producer2-kafka</name>
|
<name>schema-registry-producer2-kafka</name>
|
||||||
<description>SCSt Schema Registry Producer 2</description>
|
<description>SCSt Schema Registry Producer 2</description>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<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">
|
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-cloud-stream-schema-registry</artifactId>
|
<artifactId>spring-cloud-stream-schema-registry</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
<name>schema-registry</name>
|
<name>schema-registry</name>
|
||||||
<description>Spring Cloud Stream Schema Registry Components</description>
|
<description>Spring Cloud Stream Schema Registry Components</description>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-parent</artifactId>
|
<artifactId>spring-cloud-stream-parent</artifactId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>spring-cloud-stream-schema-registry</artifactId>
|
<artifactId>spring-cloud-stream-schema-registry</artifactId>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>spring-cloud-stream-schema-registry</artifactId>
|
<artifactId>spring-cloud-stream-schema-registry</artifactId>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>spring-cloud-stream-schema-registry</artifactId>
|
<artifactId>spring-cloud-stream-schema-registry</artifactId>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<version>4.0.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user