2021.1.2 release (apps version number updates) (#300)

This commit is contained in:
Chris Bono
2022-06-01 12:51:02 -05:00
committed by GitHub
parent f24b401b3c
commit 9c67000fa3
62 changed files with 97 additions and 97 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.2.1-SNAPSHOT</version>
<version>${revision}</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.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<relativePath/>
</parent>