Skip to content

Commit 9f44a65

Browse files
committed
Revert "Merge pull request #3217 from spring-cloud/dependabot/maven/main/org.springframework.cloud-spring-cloud-function-context-5.0.3"
This reverts commit 4938544, reversing changes made to ce2250a.
1 parent 96ca6b2 commit 9f44a65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

binders/rabbit-binder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
5-
<version>5.0.3</version> <!-- Do not remove. Ignore yellow warning -->
5+
<version>5.0.3-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
66
<name>${project.artifactId}</name>
77
<packaging>pom</packaging>
88
<parent>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<disable.checks>true</disable.checks>
5858
<java.version>17</java.version>
5959
<objenesis.version>3.4</objenesis.version>
60-
<spring-cloud-function.version>5.0.3</spring-cloud-function.version>
60+
<spring-cloud-function.version>5.0.4-SNAPSHOT</spring-cloud-function.version>
6161
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
6262
<maven-checkstyle-plugin.failsOnViolation>true</maven-checkstyle-plugin.failsOnViolation>
6363
<maven-checkstyle-plugin.includeTestSourceDirectory>true</maven-checkstyle-plugin.includeTestSourceDirectory>

0 commit comments

Comments
 (0)