|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-model</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 Service Data Model</name> |
9 | 9 | <description>NHIN Direct Java RI Configurstion Service Data Model</description> |
|
43 | 43 | <dependency> |
44 | 44 | <groupId>org.nhind</groupId> |
45 | 45 | <artifactId>direct-policy</artifactId> |
46 | | - <version>8.1.0-SNAPSHOT</version> |
| 46 | + <version>8.1.0</version> |
47 | 47 | <type>jar</type> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
|
205 | 205 | <version>3.0.1</version> |
206 | 206 | </plugin> |
207 | 207 | --> |
| 208 | + <plugin> |
| 209 | + <groupId>org.sonatype.central</groupId> |
| 210 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 211 | + <version>0.8.0</version> |
| 212 | + <extensions>true</extensions> |
| 213 | + <configuration> |
| 214 | + <publishingServerId>central</publishingServerId> |
| 215 | + </configuration> |
| 216 | + </plugin> |
208 | 217 | </plugins> |
209 | 218 | </build> |
210 | 219 | <reporting> |
|
264 | 273 | </plugin> |
265 | 274 | </plugins> |
266 | 275 | </reporting> |
267 | | - <distributionManagement> |
268 | | - <site> |
269 | | - <id>nhind-site</id> |
270 | | - <name>NHIN Direct API publication site</name> |
271 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-model/${project.version}</url> |
272 | | - </site> |
273 | | - <snapshotRepository> |
274 | | - <id>sonatype-snapshot</id> |
275 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
276 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
277 | | - <uniqueVersion>false</uniqueVersion> |
278 | | - </snapshotRepository> |
279 | | - <repository> |
280 | | - <id>sonatype-release</id> |
281 | | - <name>Sonatype OSS Maven Release Repositor</name> |
282 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
283 | | - <uniqueVersion>false</uniqueVersion> |
284 | | - </repository> |
285 | | - </distributionManagement> |
286 | 276 | </project> |
287 | 277 |
|
0 commit comments