|
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-ui</artifactId> |
6 | 6 | <packaging>war</packaging> |
7 | | - <version>8.1.0-SNAPSHOT</version> |
| 7 | + <version>8.1.0</version> |
8 | 8 | <name>NHIN Direct Java Configuration UI</name> |
9 | 9 | <description>NHIN Direct Java Configuration UI</description> |
10 | 10 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-ui/${project.version}</url> |
|
171 | 171 | <dependency> |
172 | 172 | <groupId>${project.groupId}</groupId> |
173 | 173 | <artifactId>direct-common</artifactId> |
174 | | - <version>8.1.0-SNAPSHOT</version> |
| 174 | + <version>8.1.0</version> |
175 | 175 | </dependency> |
176 | 176 | <dependency> |
177 | 177 | <groupId>${project.groupId}</groupId> |
|
187 | 187 | <dependency> |
188 | 188 | <groupId>${project.groupId}</groupId> |
189 | 189 | <artifactId>config-service-client</artifactId> |
190 | | - <version>8.1.0-SNAPSHOT</version> |
| 190 | + <version>8.1.0</version> |
191 | 191 | </dependency> |
192 | 192 | <dependency> |
193 | 193 | <groupId>${project.groupId}</groupId> |
194 | 194 | <artifactId>config-store</artifactId> |
195 | | - <version>8.1.0-SNAPSHOT</version> |
| 195 | + <version>8.1.0</version> |
196 | 196 | </dependency> |
197 | 197 |
|
198 | 198 | <!-- Validation support --> |
|
274 | 274 | </executions> |
275 | 275 | <version>3.0.1</version> |
276 | 276 | </plugin> |
277 | | - --> |
| 277 | + --> |
| 278 | + <plugin> |
| 279 | + <groupId>org.sonatype.central</groupId> |
| 280 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 281 | + <version>0.8.0</version> |
| 282 | + <extensions>true</extensions> |
| 283 | + <configuration> |
| 284 | + <publishingServerId>central</publishingServerId> |
| 285 | + </configuration> |
| 286 | + </plugin> |
278 | 287 | </plugins> |
279 | 288 | </build> |
280 | 289 | <reporting> |
|
292 | 301 | </plugin> |
293 | 302 | </plugins> |
294 | 303 | </reporting> |
295 | | - <distributionManagement> |
296 | | - <site> |
297 | | - <id>nhind-site</id> |
298 | | - <name>NHIN Direct API publication site</name> |
299 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-ui/${project.version}</url> |
300 | | - </site> |
301 | | - <snapshotRepository> |
302 | | - <id>sonatype-snapshot</id> |
303 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
304 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
305 | | - <uniqueVersion>false</uniqueVersion> |
306 | | - </snapshotRepository> |
307 | | - <repository> |
308 | | - <id>sonatype-release</id> |
309 | | - <name>Sonatype OSS Maven Release Repositor</name> |
310 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
311 | | - <uniqueVersion>false</uniqueVersion> |
312 | | - </repository> |
313 | | - </distributionManagement> |
314 | 304 | </project> |
315 | 305 |
|
0 commit comments