|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>gateway</artifactId> |
6 | 6 | <name>Direct Project Agent Gateways.</name> |
7 | | - <version>8.1.0-SNAPSHOT</version> |
| 7 | + <version>8.1.0</version> |
8 | 8 | <description>Direct Project security agent gateways and bridges.</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/gateway</url> |
|
68 | 68 | <dependency> |
69 | 69 | <groupId>org.nhind</groupId> |
70 | 70 | <artifactId>agent</artifactId> |
71 | | - <version>8.1.0-SNAPSHOT</version> |
| 71 | + <version>8.1.0</version> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>org.nhind</groupId> |
75 | 75 | <artifactId>direct-common-audit</artifactId> |
76 | | - <version>8.1.0-SNAPSHOT</version> |
| 76 | + <version>8.1.0</version> |
77 | 77 | </dependency> |
78 | 78 | <dependency> |
79 | 79 | <groupId>org.nhind</groupId> |
80 | 80 | <artifactId>config-service-client</artifactId> |
81 | | - <version>8.1.0-SNAPSHOT</version> |
| 81 | + <version>8.1.0</version> |
82 | 82 | </dependency> |
83 | 83 | <dependency> |
84 | 84 | <groupId>org.nhind</groupId> |
85 | 85 | <artifactId>direct-msg-monitor-client</artifactId> |
86 | | - <version>8.1.0-SNAPSHOT</version> |
| 86 | + <version>8.1.0</version> |
87 | 87 | </dependency> |
88 | 88 | <dependency> |
89 | 89 | <groupId>org.nhind</groupId> |
90 | 90 | <artifactId>xd-common</artifactId> |
91 | | - <version>8.1.0-SNAPSHOT</version> |
| 91 | + <version>8.1.0</version> |
92 | 92 | <exclusions> |
93 | 93 | <exclusion> |
94 | 94 | <groupId>org.springframework.boot</groupId> |
|
129 | 129 | <dependency> |
130 | 130 | <groupId>org.nhind</groupId> |
131 | 131 | <artifactId>config-service-jar</artifactId> |
132 | | - <version>8.1.0-SNAPSHOT</version> |
| 132 | + <version>8.1.0</version> |
133 | 133 | <scope>test</scope> |
134 | 134 | </dependency> |
135 | 135 | <dependency> |
|
304 | 304 | </execution> |
305 | 305 | </executions> |
306 | 306 | </plugin> |
307 | | - --> |
| 307 | + --> |
| 308 | + <plugin> |
| 309 | + <groupId>org.sonatype.central</groupId> |
| 310 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 311 | + <version>0.8.0</version> |
| 312 | + <extensions>true</extensions> |
| 313 | + <configuration> |
| 314 | + <publishingServerId>central</publishingServerId> |
| 315 | + </configuration> |
| 316 | + </plugin> |
308 | 317 | </plugins> |
309 | 318 | </build> |
310 | 319 | <reporting> |
|
366 | 375 | </configuration> |
367 | 376 | </plugin> |
368 | 377 | </plugins> |
369 | | - </reporting> |
370 | | - <distributionManagement> |
371 | | - <site> |
372 | | - <id>nhind-site</id> |
373 | | - <name>NHIN Direct API publication site</name> |
374 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/gateway/${project.version}</url> |
375 | | - </site> |
376 | | - <snapshotRepository> |
377 | | - <id>sonatype-snapshot</id> |
378 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
379 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
380 | | - <uniqueVersion>false</uniqueVersion> |
381 | | - </snapshotRepository> |
382 | | - <repository> |
383 | | - <id>sonatype-release</id> |
384 | | - <name>Sonatype OSS Maven Release Repositor</name> |
385 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
386 | | - <uniqueVersion>false</uniqueVersion> |
387 | | - </repository> |
388 | | - </distributionManagement> |
| 378 | + </reporting> |
389 | 379 | </project> |
0 commit comments