|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-store</artifactId> |
6 | | - <version>8.1.0-SNAPSHOT</version> |
| 6 | + <version>8.1.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>NHIN Direct Java RI - Configuration Persistence Layer</name> |
9 | 9 | <description>NHIN Direct Security And Trust Agent</description> |
|
73 | 73 | <dependency> |
74 | 74 | <groupId>org.nhind</groupId> |
75 | 75 | <artifactId>direct-policy</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-model</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-common</artifactId> |
86 | | - <version>8.1.0-SNAPSHOT</version> |
| 86 | + <version>8.1.0</version> |
87 | 87 | </dependency> |
88 | 88 | <dependency> |
89 | 89 | <groupId>commons-io</groupId> |
|
264 | 264 | <version>3.0.1</version> |
265 | 265 | </plugin> |
266 | 266 | --> |
| 267 | + <plugin> |
| 268 | + <groupId>org.sonatype.central</groupId> |
| 269 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 270 | + <version>0.8.0</version> |
| 271 | + <extensions>true</extensions> |
| 272 | + <configuration> |
| 273 | + <publishingServerId>central</publishingServerId> |
| 274 | + </configuration> |
| 275 | + </plugin> |
267 | 276 | </plugins> |
268 | 277 | </build> |
269 | 278 | <reporting> |
|
322 | 331 | </plugin> |
323 | 332 | </plugins> |
324 | 333 | </reporting> |
325 | | - <distributionManagement> |
326 | | - <site> |
327 | | - <id>nhind-site</id> |
328 | | - <name>NHIN Direct API publication site</name> |
329 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-store/${project.version}</url> |
330 | | - </site> |
331 | | - <snapshotRepository> |
332 | | - <id>sonatype-snapshot</id> |
333 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
334 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
335 | | - <uniqueVersion>false</uniqueVersion> |
336 | | - </snapshotRepository> |
337 | | - <repository> |
338 | | - <id>sonatype-release</id> |
339 | | - <name>Sonatype OSS Maven Release Repositor</name> |
340 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
341 | | - <uniqueVersion>false</uniqueVersion> |
342 | | - </repository> |
343 | | - </distributionManagement> |
344 | 334 | </project> |
0 commit comments