Applications release: 3.0.0-RC1

This commit is contained in:
Soby Chacko
2020-11-24 14:17:55 -05:00
parent 311caf8a46
commit f897a3dab1
62 changed files with 120 additions and 120 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.0-SNAPSHOT</version>
<version>3.0.0-RC1</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.0-SNAPSHOT</version>
<version>3.0.0-RC1</version>
<relativePath/>
</parent>