|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>direct-common</artifactId> |
6 | 6 | <name>Direct Project common APIs</name> |
7 | | - <version>6.1.0-SNAPSHOT</version> |
| 7 | + <version>6.1.0</version> |
8 | 8 | <description>Direct Project common APIs. Includes instrumentation, auditing, and other utility APIs</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-common/${project.version}</url> |
|
296 | 296 | </execution> |
297 | 297 | </executions> |
298 | 298 | </plugin> |
299 | | - --> |
| 299 | + --> |
| 300 | + <plugin> |
| 301 | + <groupId>org.sonatype.central</groupId> |
| 302 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 303 | + <version>0.8.0</version> |
| 304 | + <extensions>true</extensions> |
| 305 | + <configuration> |
| 306 | + <publishingServerId>central</publishingServerId> |
| 307 | + </configuration> |
| 308 | + </plugin> |
300 | 309 | </plugins> |
301 | 310 | </build> |
302 | 311 | <reporting> |
|
362 | 371 | </plugin> |
363 | 372 | </plugins> |
364 | 373 | </reporting> |
365 | | - <distributionManagement> |
366 | | - <site> |
367 | | - <id>nhind-site</id> |
368 | | - <name>NHIN Direct API publication site</name> |
369 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-common/${project.version}</url> |
370 | | - </site> |
371 | | - <snapshotRepository> |
372 | | - <id>sonatype-snapshot</id> |
373 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
374 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
375 | | - <uniqueVersion>false</uniqueVersion> |
376 | | - </snapshotRepository> |
377 | | - <repository> |
378 | | - <id>sonatype-release</id> |
379 | | - <name>Sonatype OSS Maven Release Repositor</name> |
380 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
381 | | - <uniqueVersion>false</uniqueVersion> |
382 | | - </repository> |
383 | | - </distributionManagement> |
384 | 374 | </project> |
0 commit comments