|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>xd</artifactId> |
6 | 6 | <name>NHIN Direct XD* Web Endpoint</name> |
7 | | - <version>8.1.0-SNAPSHOT</version> |
| 7 | + <version>8.1.0</version> |
8 | 8 | <description>NHIN Direct XD Component</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <packaging>war</packaging> |
|
200 | 200 | <dependency> |
201 | 201 | <groupId>${project.groupId}</groupId> |
202 | 202 | <artifactId>xd-common</artifactId> |
203 | | - <version>8.1.0-SNAPSHOT</version> |
| 203 | + <version>8.1.0</version> |
204 | 204 | </dependency> |
205 | 205 | <dependency> |
206 | 206 | <groupId>${project.groupId}</groupId> |
207 | 207 | <artifactId>xdmail</artifactId> |
208 | | - <version>8.1.0-SNAPSHOT</version> |
| 208 | + <version>8.1.0</version> |
209 | 209 | <scope>test</scope> |
210 | 210 | </dependency> |
211 | 211 | <dependency> |
212 | 212 | <groupId>${project.groupId}</groupId> |
213 | 213 | <artifactId>direct-msg-monitor-model</artifactId> |
214 | | - <version>8.1.0-SNAPSHOT</version> |
| 214 | + <version>8.1.0</version> |
215 | 215 | <scope>test</scope> |
216 | 216 | </dependency> |
217 | 217 | <dependency> |
|
366 | 366 | </executions> |
367 | 367 | </plugin> |
368 | 368 | --> |
| 369 | + <plugin> |
| 370 | + <groupId>org.sonatype.central</groupId> |
| 371 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 372 | + <version>0.8.0</version> |
| 373 | + <extensions>true</extensions> |
| 374 | + <configuration> |
| 375 | + <publishingServerId>central</publishingServerId> |
| 376 | + </configuration> |
| 377 | + </plugin> |
369 | 378 | </plugins> |
370 | 379 | </build> |
371 | 380 | </profile> |
|
427 | 436 | </plugin> |
428 | 437 | </plugins> |
429 | 438 | </reporting> |
430 | | - |
431 | | - <distributionManagement> |
432 | | - <site> |
433 | | - <id>nhind-site</id> |
434 | | - <name>NHIN Direct API publication site</name> |
435 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/xd/${project.version} |
436 | | - </url> |
437 | | - </site> |
438 | | - <snapshotRepository> |
439 | | - <id>sonatype-snapshot</id> |
440 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
441 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
442 | | - <uniqueVersion>false</uniqueVersion> |
443 | | - </snapshotRepository> |
444 | | - <repository> |
445 | | - <id>sonatype-release</id> |
446 | | - <name>Sonatype OSS Maven Release Repositor</name> |
447 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
448 | | - <uniqueVersion>false</uniqueVersion> |
449 | | - </repository> |
450 | | - |
451 | | - </distributionManagement> |
452 | 439 | </project> |
453 | 440 |
|
454 | 441 |
|
|
0 commit comments