Skip to content

Commit bc4c43c

Browse files
committed
Release 1.1.0.RELEASE.
[resolves #687]
1 parent 88d8f86 commit bc4c43c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
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.1.0.BUILD-SNAPSHOT</version>
27+
<version>1.1.0.RELEASE</version>
2828
<packaging>jar</packaging>
2929

3030
<name>Reactive Relational Database Connectivity - Postgresql</name>
@@ -272,8 +272,8 @@
272272
<arg>-Xlint:-serial</arg>
273273
</compilerArgs>
274274
<showWarnings>true</showWarnings>
275-
<source>1.8</source>
276-
<target>1.8</target>
275+
<source>${java.version}</source>
276+
<target>${java.version}</target>
277277
</configuration>
278278
</plugin>
279279
<plugin>

0 commit comments

Comments
 (0)