Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Next version - 2.1.3.BUILD-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sobychacko committed Mar 31, 2020
1 parent e54b16e commit 56fce08
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions analytics-app-dependencies/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>analytics-app-dependencies</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>analytics-app-dependencies</name>
<description>Spring Cloud Stream analytics App Dependencies</description>
Expand All @@ -32,19 +32,19 @@
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>spring-cloud-starter-stream-common-analytics</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>spring-cloud-starter-stream-sink-counter</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>spring-cloud-starter-stream-processor-counter</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -4,13 +4,13 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>analytics-app-starters-build</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>app-starters-build</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.4.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>analytics-app-dependencies</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-stream-common-analytics/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>analytics-app-starters-build</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-stream-processor-counter/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>analytics-app-starters-build</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-stream-sink-counter/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>analytics-app-starters-build</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 56fce08

Please sign in to comment.