File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 30
30
<spring-tx >6.2.5</spring-tx >
31
31
<maven .javadoc.plugin>3.3.0</maven .javadoc.plugin>
32
32
<maven .gpg.plugin>1.6</maven .gpg.plugin>
33
+ <central .publishing.maven.plugin>0.7.0</central .publishing.maven.plugin>
33
34
<aerospike-client-jdk8 >9.0.5</aerospike-client-jdk8 >
34
35
<aerospike-reactor-client >9.0.5</aerospike-reactor-client >
35
36
<reactor-test >3.7.4</reactor-test >
404
405
</argLine >
405
406
</configuration >
406
407
</plugin >
408
+ <plugin >
409
+ <groupId >org.sonatype.central</groupId >
410
+ <artifactId >central-publishing-maven-plugin</artifactId >
411
+ <version >${central.publishing.maven.plugin} </version >
412
+ <extensions >true</extensions >
413
+ <configuration >
414
+ <publishingServerId >central</publishingServerId >
415
+ </configuration >
416
+ </plugin >
407
417
</plugins >
408
418
</build >
409
419
You can’t perform that action at this time.
0 commit comments