Skip to content

Commit cd0260e

Browse files
committed
Prepare next development iteration.
[#694]
1 parent 2a411ea commit cd0260e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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, 0.9.x, 0.8.x ]
8+
branches: [ main ]
99

1010
jobs:
1111
build:

pom.xml

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

2525
<groupId>org.postgresql</groupId>
2626
<artifactId>r2dbc-postgresql</artifactId>
27-
<version>1.0.9.RELEASE</version>
27+
<version>1.0.10.BUILD-SNAPSHOT</version>
2828
<packaging>jar</packaging>
2929

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

0 commit comments

Comments
 (0)