|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>dns-sboot</artifactId> |
6 | 6 | <name>Direct Project DNS Server SpringBoot Application</name> |
7 | | - <version>8.1.0-SNAPSHOT</version> |
| 7 | + <version>8.1.0</version> |
8 | 8 | <description>Direct Project DNS Server SpringBoot Application</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/dns-sboot</url> |
|
74 | 74 | <dependency> |
75 | 75 | <groupId>org.nhind</groupId> |
76 | 76 | <artifactId>dns</artifactId> |
77 | | - <version>8.1.0-SNAPSHOT</version> |
| 77 | + <version>8.1.0</version> |
78 | 78 | </dependency> |
79 | 79 | <dependency> |
80 | 80 | <groupId>org.springframework.boot</groupId> |
|
284 | 284 | </executions> |
285 | 285 | <version>3.0.1</version> |
286 | 286 | </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> |
288 | 297 | </plugins> |
289 | 298 | </build> |
290 | 299 | <reporting> |
|
337 | 346 | </plugin> |
338 | 347 | </plugins> |
339 | 348 | </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> |
359 | 349 | </project> |
0 commit comments