stream-applicaitons: 3.0.1 Release

This commit is contained in:
Soby Chacko
2021-02-26 10:40:11 -05:00
parent a603a092f7
commit 3c89b81088
61 changed files with 119 additions and 119 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>transform-processor</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<name>transform-processor</name>
<description>transform 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.0.3-SNAPSHOT</version>
<version>3.0.3</version>
<relativePath/>
</parent>