We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d8f86 commit bc4c43cCopy full SHA for bc4c43c
pom.xml
@@ -24,7 +24,7 @@
24
25
<groupId>org.postgresql</groupId>
26
<artifactId>r2dbc-postgresql</artifactId>
27
- <version>1.1.0.BUILD-SNAPSHOT</version>
+ <version>1.1.0.RELEASE</version>
28
<packaging>jar</packaging>
29
30
<name>Reactive Relational Database Connectivity - Postgresql</name>
@@ -272,8 +272,8 @@
272
<arg>-Xlint:-serial</arg>
273
</compilerArgs>
274
<showWarnings>true</showWarnings>
275
- <source>1.8</source>
276
- <target>1.8</target>
+ <source>${java.version}</source>
+ <target>${java.version}</target>
277
</configuration>
278
</plugin>
279
<plugin>
0 commit comments