Skip to content

Commit 18db60a

Browse files
Prepare for next release
1 parent e9b5e16 commit 18db60a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
9+
<version>2.0.3-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

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

spring-cloud-bindings-tests/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
8+
<version>2.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-cloud-bindings-tests</artifactId>

spring-cloud-bindings/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
10+
<version>2.0.3-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)