v2.0.2-SNAPSHOT Development

Signed-off-by: Paketo Robot <robot@paketo.io>
This commit is contained in:
Paketo Robot
2023-08-12 02:56:33 +00:00
parent 91952768ce
commit 5cd78bca2f
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bindings-parent</artifactId> <artifactId>spring-cloud-bindings-parent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.2-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Cloud Cloud Native Buildpacks Bindings Parent</name> <name>Spring Cloud Cloud Native Buildpacks Bindings Parent</name>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bindings-parent</artifactId> <artifactId>spring-cloud-bindings-parent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>spring-cloud-bindings-tests</artifactId> <artifactId>spring-cloud-bindings-tests</artifactId>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bindings-parent</artifactId> <artifactId>spring-cloud-bindings-parent</artifactId>
<version>2.0.1-SNAPSHOT</version> <version>2.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>