Skip to content

Commit 4428c7a

Browse files
committed
Prepare next development iteration.
[#260] Signed-off-by: Mark Paluch <mpaluch@paluch.biz>
1 parent 857d3f5 commit 4428c7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ main, 1.0.x, 1.1.x ]
8+
branches: [ main, 1.0.x, 1.1.x, 1.2.x ]
99

1010
jobs:
1111
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Stage release to Maven Central
55

66
on:
77
push:
8-
branches: [ release, release-0.x ]
8+
branches: [ release ]
99

1010
jobs:
1111
release:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>io.r2dbc</groupId>
2626
<artifactId>r2dbc-h2</artifactId>
27-
<version>1.1.0.RELEASE</version>
27+
<version>1.2.0.BUILD-SNAPSHOT</version>
2828
<packaging>jar</packaging>
2929

3030
<name>Reactive Relational Database Connectivity - H2</name>

0 commit comments

Comments
 (0)