Consolidate version numbers to 2.0.0(-SNAPSHOT)

Partially resolves #156
This commit is contained in:
Chris Bono
2022-01-24 09:18:13 -06:00
committed by GitHub
parent b9f2591ebf
commit 96c487a820
105 changed files with 169 additions and 277 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>