We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a411ea commit cd0260eCopy full SHA for cd0260e
2 files changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ name: Java CI with Maven
5
6
on:
7
push:
8
- branches: [ main, 1.0.x, 0.9.x, 0.8.x ]
+ branches: [ main ]
9
10
jobs:
11
build:
pom.xml
@@ -24,7 +24,7 @@
24
25
<groupId>org.postgresql</groupId>
26
<artifactId>r2dbc-postgresql</artifactId>
27
- <version>1.0.9.RELEASE</version>
+ <version>1.0.10.BUILD-SNAPSHOT</version>
28
<packaging>jar</packaging>
29
30
<name>Reactive Relational Database Connectivity - Postgresql</name>
0 commit comments