Skip to content

Commit f2feee2

Browse files
author
GitHub Actions Bot
committed
Release 5.0.1 / 2024.0.1
1 parent 99e0815 commit f2feee2

File tree

75 files changed

+81
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+81
-81
lines changed

applications/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.cloud.stream.app</groupId>
66
<artifactId>applications</artifactId>
7-
<version>5.0.1-SNAPSHOT</version>
7+
<version>5.0.1</version>
88
<name>applications</name>
99
<description>Infrastructure for stream applications</description>
1010
<packaging>pom</packaging>

applications/processor/aggregator-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud.stream.app</groupId>
1212
<artifactId>stream-applications-core</artifactId>
13-
<version>5.0.1-SNAPSHOT</version>
13+
<version>5.0.1</version>
1414
<relativePath>../../stream-applications-core/pom.xml</relativePath>
1515
</parent>
1616

applications/processor/bridge-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud.stream.app</groupId>
1212
<artifactId>stream-applications-core</artifactId>
13-
<version>5.0.1-SNAPSHOT</version>
13+
<version>5.0.1</version>
1414
<relativePath>../../stream-applications-core/pom.xml</relativePath>
1515
</parent>
1616

applications/processor/filter-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud.stream.app</groupId>
1212
<artifactId>stream-applications-core</artifactId>
13-
<version>5.0.1-SNAPSHOT</version>
13+
<version>5.0.1</version>
1414
<relativePath>../../stream-applications-core/pom.xml</relativePath>
1515
</parent>
1616

applications/processor/groovy-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud.stream.app</groupId>
1212
<artifactId>stream-applications-core</artifactId>
13-
<version>5.0.1-SNAPSHOT</version>
13+
<version>5.0.1</version>
1414
<relativePath>../../stream-applications-core/pom.xml</relativePath>
1515
</parent>
1616

applications/processor/header-enricher-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud.stream.app</groupId>
1212
<artifactId>stream-applications-core</artifactId>
13-
<version>5.0.1-SNAPSHOT</version>
13+
<version>5.0.1</version>
1414
<relativePath>../../stream-applications-core/pom.xml</relativePath>
1515
</parent>
1616

applications/processor/header-filter-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud.stream.app</groupId>
1212
<artifactId>stream-applications-core</artifactId>
13-
<version>5.0.1-SNAPSHOT</version>
13+
<version>5.0.1</version>
1414
<relativePath>../../stream-applications-core/pom.xml</relativePath>
1515
</parent>
1616

applications/processor/http-request-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud.stream.app</groupId>
1212
<artifactId>stream-applications-core</artifactId>
13-
<version>5.0.1-SNAPSHOT</version>
13+
<version>5.0.1</version>
1414
<relativePath>../../stream-applications-core/pom.xml</relativePath>
1515
</parent>
1616

applications/processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.springframework.cloud.stream.app</groupId>
88
<artifactId>processor</artifactId>
9-
<version>5.0.1-SNAPSHOT</version>
9+
<version>5.0.1</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>

applications/processor/script-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud.stream.app</groupId>
1212
<artifactId>stream-applications-core</artifactId>
13-
<version>5.0.1-SNAPSHOT</version>
13+
<version>5.0.1</version>
1414
<relativePath>../../stream-applications-core/pom.xml</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)