We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2aace commit 9a240a0Copy full SHA for 9a240a0
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.1-SNAPSHOT</version>
+ <version>3.2.1</version>
13
<relativePath>../applications/stream-applications-core/pom.xml</relativePath>
14
</parent>
15
@@ -19,8 +19,8 @@
19
</modules>
20
21
<properties>
22
- <revision>2021.1.2-SNAPSHOT</revision>
23
- <apps.version>3.2.1-SNAPSHOT</apps.version>
+ <revision>2021.1.2</revision>
+ <apps.version>3.2.1</apps.version>
24
<apps.harbor.version>3.2.0</apps.harbor.version>
25
<apps.docker.tag>${apps.version}</apps.docker.tag>
26
</properties>
0 commit comments