Consolidate version numbers to 2.0.0(-SNAPSHOT)
Partially resolves #156
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<groupId>io.spring.dataflow.sample</groupId>
|
||||
<artifactId>composed-http-transformer-kafka</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>composed-http-transformer-kafka</name>
|
||||
<description>Spring Cloud Stream Http Transformer Kafka Binder Application</description>
|
||||
<distributionManagement>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<groupId>io.spring.dataflow.sample</groupId>
|
||||
<artifactId>composed-http-transformer-kotlin-kafka</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>composed-http-transformer-kotlin-kafka</name>
|
||||
<description>Spring Cloud Stream Http Transformer Kotlin Processor with Kafka Binder Application</description>
|
||||
<distributionManagement>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<groupId>io.spring.dataflow.sample</groupId>
|
||||
<artifactId>composed-http-transformer-kotlin-rabbitmq</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>http-transformer-kotlin-rabbitmq</name>
|
||||
<description>Spring Cloud Stream Http Transformer Kotlin Processor with Rabbit Binder Application</description>
|
||||
<distributionManagement>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<groupId>io.spring.dataflow.sample</groupId>
|
||||
<artifactId>composed-http-transformer-rabbitmq</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>composed-http-transformer-rabbitmq</name>
|
||||
<description>Spring Cloud Stream Http Transformer Rabbit Binder Application</description>
|
||||
<distributionManagement>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.spring.dataflow.sample</groupId>
|
||||
<artifactId>usage-cost-stream-sample</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>io.spring.dataflow.sample</groupId>
|
||||
<artifactId>usage-cost-stream-sample</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>io.spring.dataflow.sample</groupId>
|
||||
<artifactId>usage-cost-stream-sample</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>usage-cost-processor-${binder}</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>io.spring.dataflow.sample</groupId>
|
||||
<artifactId>usage-cost-stream-sample</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>usage-detail-sender-${binder}</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user