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 180275a commit 6da7376Copy full SHA for 6da7376
pom.xml
@@ -24,7 +24,7 @@
24
25
<groupId>org.postgresql</groupId>
26
<artifactId>r2dbc-postgresql</artifactId>
27
- <version>1.0.8.BUILD-SNAPSHOT</version>
+ <version>1.0.8.RELEASE</version>
28
<packaging>jar</packaging>
29
30
<name>Reactive Relational Database Connectivity - Postgresql</name>
@@ -429,6 +429,7 @@
429
<extensions>true</extensions>
430
<configuration>
431
<publishingServerId>central</publishingServerId>
432
+ <autoPublish>true</autoPublish>
433
</configuration>
434
</plugin>
435
</plugins>
@@ -596,7 +597,7 @@
596
597
598
<plugin>
599
<groupId>org.sonatype.central</groupId>
- <artifactId>central-publishing-maven-plugin</artifactId>
600
+ <artifactId>central-publishing-maven-plugin</artifactId>
601
602
603
0 commit comments