Update version to 5.1.0-SNAPSHOT

This updates the project version from 6.0.0-SNAPSHOT
to 5.1.0-SNAPSHOT as the former was incorrect.
This commit is contained in:
Chris Bono
2025-01-23 12:37:58 -06:00
committed by GitHub
parent b0561d9933
commit 476769dbb0
74 changed files with 78 additions and 78 deletions

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>