|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.nhind</groupId> |
7 | 7 | <artifactId>xdmail</artifactId> |
8 | | - <version>8.0.0</version> |
| 8 | + <version>8.1.0</version> |
9 | 9 | <name>NHIN Direct XD* Mail Gateway</name> |
10 | 10 | <description>NHIN Direct XD* Mail Gateway</description> |
11 | 11 | <url>https://github.com/DirectProjectJavaRI/xdmail</url> |
|
94 | 94 | <dependency> |
95 | 95 | <groupId>org.nhind</groupId> |
96 | 96 | <artifactId>xd-common</artifactId> |
97 | | - <version>8.0.0</version> |
| 97 | + <version>8.1.0</version> |
98 | 98 | <scope>compile</scope> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>org.nhind</groupId> |
102 | 102 | <artifactId>agent</artifactId> |
103 | | - <version>8.0.0</version> |
| 103 | + <version>8.1.0</version> |
104 | 104 | <scope>compile</scope> |
105 | 105 | </dependency> |
106 | 106 | <dependency> |
107 | 107 | <groupId>org.nhind</groupId> |
108 | 108 | <artifactId>gateway</artifactId> |
109 | | - <version>8.0.0</version> |
| 109 | + <version>8.1.0</version> |
110 | 110 | <scope>compile</scope> |
111 | 111 | </dependency> |
112 | 112 | <dependency> |
|
241 | 241 | </executions> |
242 | 242 | </plugin> |
243 | 243 | --> |
| 244 | + <plugin> |
| 245 | + <groupId>org.sonatype.central</groupId> |
| 246 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 247 | + <version>0.8.0</version> |
| 248 | + <extensions>true</extensions> |
| 249 | + <configuration> |
| 250 | + <publishingServerId>central</publishingServerId> |
| 251 | + </configuration> |
| 252 | + </plugin> |
244 | 253 | </plugins> |
245 | 254 | </build> |
246 | 255 |
|
|
304 | 313 | </plugin> |
305 | 314 | </plugins> |
306 | 315 | </reporting> |
307 | | - |
308 | | - <distributionManagement> |
309 | | - <site> |
310 | | - <id>nhind-site</id> |
311 | | - <name>NHIN Direct API publication site</name> |
312 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/xdmail/${project.version} |
313 | | - </url> |
314 | | - </site> |
315 | | - <snapshotRepository> |
316 | | - <id>sonatype-snapshot</id> |
317 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
318 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
319 | | - <uniqueVersion>false</uniqueVersion> |
320 | | - </snapshotRepository> |
321 | | - <repository> |
322 | | - <id>sonatype-release</id> |
323 | | - <name>Sonatype OSS Maven Release Repositor</name> |
324 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
325 | | - <uniqueVersion>false</uniqueVersion> |
326 | | - </repository> |
327 | | - </distributionManagement> |
328 | 316 | </project> |
0 commit comments