We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3659114 commit fe7abe5Copy full SHA for fe7abe5
stream-applications-release-train/pom.xml
@@ -9,7 +9,7 @@
9
<parent>
10
<groupId>org.springframework.cloud.stream.app</groupId>
11
<artifactId>stream-applications-core</artifactId>
12
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
13
<relativePath>../applications/stream-applications-core/pom.xml</relativePath>
14
</parent>
15
@@ -19,9 +19,9 @@
19
</modules>
20
21
<properties>
22
- <revision>2021.1.0-SNAPSHOT</revision>
23
- <apps.version>3.2.0-SNAPSHOT</apps.version>
24
- <apps.harbor.version>3.1.1</apps.harbor.version>
+ <revision>2021.1.0</revision>
+ <apps.version>3.2.0</apps.version>
+ <apps.harbor.version>3.2.0</apps.harbor.version>
25
<apps.docker.tag>${apps.version}</apps.docker.tag>
26
</properties>
27
0 commit comments