[artifactory-release] Next development version
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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-binder-kafka-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
||||||
<version>1.1.0.M1</version>
|
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
|
|||||||
@@ -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>1.1.0.M1</version>
|
<version>1.1.0.BUILD-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>
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
|
||||||
<version>1.1.0.M1</version>
|
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -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>1.1.0.M1</version>
|
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>spring-cloud-stream-binder-kafka-docs</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-docs</artifactId>
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
|
||||||
<version>1.1.0.M1</version>
|
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|||||||
@@ -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>1.1.0.M1</version>
|
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka-test-support</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-test-support</artifactId>
|
||||||
<description>Kafka related test classes</description>
|
<description>Kafka 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-kafka-parent</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
|
||||||
<version>1.1.0.M1</version>
|
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-stream-binder-kafka-test-support</artifactId>
|
<artifactId>spring-cloud-stream-binder-kafka-test-support</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<version>1.1.0.M1</version>
|
<version>1.1.0.BUILD-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.integration</groupId>
|
<groupId>org.springframework.integration</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user