Skip to content

Commit 6da7376

Browse files
committed
Release 1.0.8.RELEASE.
[resolves #686]
1 parent 180275a commit 6da7376

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

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

3030
<name>Reactive Relational Database Connectivity - Postgresql</name>
@@ -429,6 +429,7 @@
429429
<extensions>true</extensions>
430430
<configuration>
431431
<publishingServerId>central</publishingServerId>
432+
<autoPublish>true</autoPublish>
432433
</configuration>
433434
</plugin>
434435
</plugins>
@@ -596,7 +597,7 @@
596597

597598
<plugin>
598599
<groupId>org.sonatype.central</groupId>
599-
<artifactId>central-publishing-maven-plugin</artifactId>
600+
<artifactId>central-publishing-maven-plugin</artifactId>
600601
</plugin>
601602

602603
</plugins>

0 commit comments

Comments
 (0)