Skip to content

Commit 3763db1

Browse files
author
jester
committed
Releasing dns-sboot 8.1.0
1 parent 4e14be0 commit 3763db1

1 file changed

Lines changed: 12 additions & 22 deletions

File tree

pom.xml

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>dns-sboot</artifactId>
66
<name>Direct Project DNS Server SpringBoot Application</name>
7-
<version>8.1.0-SNAPSHOT</version>
7+
<version>8.1.0</version>
88
<description>Direct Project DNS Server SpringBoot Application</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/dns-sboot</url>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.nhind</groupId>
7676
<artifactId>dns</artifactId>
77-
<version>8.1.0-SNAPSHOT</version>
77+
<version>8.1.0</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.springframework.boot</groupId>
@@ -284,7 +284,16 @@
284284
</executions>
285285
<version>3.0.1</version>
286286
</plugin>
287-
-->
287+
-->
288+
<plugin>
289+
<groupId>org.sonatype.central</groupId>
290+
<artifactId>central-publishing-maven-plugin</artifactId>
291+
<version>0.8.0</version>
292+
<extensions>true</extensions>
293+
<configuration>
294+
<publishingServerId>central</publishingServerId>
295+
</configuration>
296+
</plugin>
288297
</plugins>
289298
</build>
290299
<reporting>
@@ -337,23 +346,4 @@
337346
</plugin>
338347
</plugins>
339348
</reporting>
340-
<distributionManagement>
341-
<site>
342-
<id>nhind-site</id>
343-
<name>NHIN Direct API publication site</name>
344-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/dns/${project.version}</url>
345-
</site>
346-
<snapshotRepository>
347-
<id>sonatype-snapshot</id>
348-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
349-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
350-
<uniqueVersion>false</uniqueVersion>
351-
</snapshotRepository>
352-
<repository>
353-
<id>sonatype-release</id>
354-
<name>Sonatype OSS Maven Release Repositor</name>
355-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
356-
<uniqueVersion>false</uniqueVersion>
357-
</repository>
358-
</distributionManagement>
359349
</project>

0 commit comments

Comments
 (0)