Apps next version: 3.2.1-SNAPSHOT

This commit is contained in:
Soby Chacko
2022-02-24 20:38:47 -05:00
parent c92b953568
commit ea7b174608
63 changed files with 122 additions and 122 deletions

View File

@@ -3,7 +3,7 @@
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>
<artifactId>http-request-processor</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
<name>http-request-processor</name>
<description>HTTP request processor apps</description>
<packaging>jar</packaging>
@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
<relativePath/>
</parent>