|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>agent</artifactId> |
6 | 6 | <name>Direct Project Security And Trust Agent</name> |
7 | | - <version>6.1.0-SNAPSHOT</version> |
| 7 | + <version>6.1.0</version> |
8 | 8 | <description>Direct Project Security And Trust Agent</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/agent</url> |
|
65 | 65 | <dependency> |
66 | 66 | <groupId>org.nhind</groupId> |
67 | 67 | <artifactId>direct-common</artifactId> |
68 | | - <version>6.1.0-SNAPSHOT</version> |
| 68 | + <version>6.1.0</version> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>org.nhind</groupId> |
|
302 | 302 | </executions> |
303 | 303 | </plugin> |
304 | 304 | --> |
| 305 | + <plugin> |
| 306 | + <groupId>org.sonatype.central</groupId> |
| 307 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 308 | + <version>0.8.0</version> |
| 309 | + <extensions>true</extensions> |
| 310 | + <configuration> |
| 311 | + <publishingServerId>central</publishingServerId> |
| 312 | + </configuration> |
| 313 | + </plugin> |
305 | 314 | </plugins> |
306 | 315 | </build> |
307 | 316 | <reporting> |
|
366 | 375 | </plugin> |
367 | 376 | </plugins> |
368 | 377 | </reporting> |
369 | | - <distributionManagement> |
370 | | - <site> |
371 | | - <id>nhind-site</id> |
372 | | - <name>NHIN Direct API publication site</name> |
373 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/agent/${project.version}</url> |
374 | | - </site> |
375 | | - <snapshotRepository> |
376 | | - <id>sonatype-snapshot</id> |
377 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
378 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
379 | | - <uniqueVersion>false</uniqueVersion> |
380 | | - </snapshotRepository> |
381 | | - <repository> |
382 | | - <id>sonatype-release</id> |
383 | | - <name>Sonatype OSS Maven Release Repositor</name> |
384 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
385 | | - <uniqueVersion>false</uniqueVersion> |
386 | | - </repository> |
387 | | - </distributionManagement> |
388 | 378 | </project> |
0 commit comments