|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>gateway</artifactId> |
6 | 6 | <name>Direct Project Agent Gateways.</name> |
7 | | - <version>8.0.0</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.0.0</version> |
| 71 | + <version>8.1.0</version> |
72 | 72 | </dependency> |
73 | | - <dependency> |
74 | | - <groupId>org.nhind</groupId> |
75 | | - <artifactId>direct-common</artifactId> |
76 | | - <version>8.0.0</version> |
77 | | - </dependency> |
78 | 73 | <dependency> |
79 | 74 | <groupId>org.nhind</groupId> |
80 | 75 | <artifactId>direct-common-audit</artifactId> |
81 | | - <version>8.0.0</version> |
| 76 | + <version>8.1.0</version> |
82 | 77 | </dependency> |
83 | 78 | <dependency> |
84 | 79 | <groupId>org.nhind</groupId> |
85 | 80 | <artifactId>config-service-client</artifactId> |
86 | | - <version>8.0.0</version> |
| 81 | + <version>8.1.0</version> |
87 | 82 | </dependency> |
88 | 83 | <dependency> |
89 | 84 | <groupId>org.nhind</groupId> |
90 | 85 | <artifactId>direct-msg-monitor-client</artifactId> |
91 | | - <version>8.0.0</version> |
| 86 | + <version>8.1.0</version> |
92 | 87 | </dependency> |
93 | 88 | <dependency> |
94 | 89 | <groupId>org.nhind</groupId> |
95 | 90 | <artifactId>xd-common</artifactId> |
96 | | - <version>8.0.0</version> |
| 91 | + <version>8.1.0</version> |
97 | 92 | <exclusions> |
98 | 93 | <exclusion> |
99 | 94 | <groupId>org.springframework.boot</groupId> |
|
134 | 129 | <dependency> |
135 | 130 | <groupId>org.nhind</groupId> |
136 | 131 | <artifactId>config-service-jar</artifactId> |
137 | | - <version>8.0.0</version> |
| 132 | + <version>8.1.0</version> |
138 | 133 | <scope>test</scope> |
139 | 134 | </dependency> |
140 | 135 | <dependency> |
|
309 | 304 | </execution> |
310 | 305 | </executions> |
311 | 306 | </plugin> |
312 | | - --> |
| 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> |
313 | 317 | </plugins> |
314 | 318 | </build> |
315 | 319 | <reporting> |
|
371 | 375 | </configuration> |
372 | 376 | </plugin> |
373 | 377 | </plugins> |
374 | | - </reporting> |
375 | | - <distributionManagement> |
376 | | - <site> |
377 | | - <id>nhind-site</id> |
378 | | - <name>NHIN Direct API publication site</name> |
379 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/gateway/${project.version}</url> |
380 | | - </site> |
381 | | - <snapshotRepository> |
382 | | - <id>sonatype-snapshot</id> |
383 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
384 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
385 | | - <uniqueVersion>false</uniqueVersion> |
386 | | - </snapshotRepository> |
387 | | - <repository> |
388 | | - <id>sonatype-release</id> |
389 | | - <name>Sonatype OSS Maven Release Repositor</name> |
390 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
391 | | - <uniqueVersion>false</uniqueVersion> |
392 | | - </repository> |
393 | | - </distributionManagement> |
| 378 | + </reporting> |
394 | 379 | </project> |
0 commit comments