Skip to content

Commit a86eb94

Browse files
author
Paketo Robot
committed
v2.0.1 Release
Signed-off-by: Paketo Robot <[email protected]>
1 parent d83f3bf commit a86eb94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-bindings-parent</artifactId>
9-
<version>2.0.1-SNAPSHOT</version>
9+
<version>2.0.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Spring Cloud Cloud Native Buildpacks Bindings Parent</name>

spring-cloud-bindings-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-bindings-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-cloud-bindings-tests</artifactId>

spring-cloud-bindings/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.cloud</groupId>
99
<artifactId>spring-cloud-bindings-parent</artifactId>
10-
<version>2.0.1-SNAPSHOT</version>
10+
<version>2.0.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)