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 773625f commit 42385d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -2,13 +2,13 @@
<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>
<artifactId>redis-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 @@ -23,7 +23,7 @@
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>redis-pubsub-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 redis-app-starters-test-support/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>redis-app-starters-build</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions redis-pubsub-app-dependencies/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>redis-pubsub-app-dependencies</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>redis-pubsub-app-dependencies</name>
<description>Spring Cloud Stream Redis PubSub App Dependencies</description>
Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>spring-cloud-starter-stream-sink-redis</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>redis-app-starters-test-support</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-stream-sink-redis/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>redis-app-starters-build</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-starter-stream-sink-redis</artifactId>
Expand Down

0 comments on commit 42385d1

Please sign in to comment.