Update pom.xml

This commit is contained in:
Oleg Zhurakousky
2022-01-27 16:45:51 +01:00
committed by GitHub
parent 8b845ae898
commit e9734bfd5d

View File

@@ -6,11 +6,11 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-starter-parent</artifactId>
<version>4.0.0-M1</version>
<version>4.0.0-SNAPSHOT</version>
<name>spring-cloud-stream-starter-parent</name>
<description>Specifies Boot version for the releaser</description>
<packaging>pom</packaging>