|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-model</artifactId> |
6 | | - <version>8.0.0</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> |
|
16 | 16 | <dnsjava.version>3.3.1</dnsjava.version> |
17 | 17 | <commons-io.version>2.8.0</commons-io.version> |
18 | 18 | <commons-collections4.version>4.4</commons-collections4.version> |
19 | | - <bcprov-jdk15on.version>1.68</bcprov-jdk15on.version> |
20 | 19 | </properties> |
21 | 20 | <parent> |
22 | 21 | <groupId>org.springframework.boot</groupId> |
|
44 | 43 | <dependency> |
45 | 44 | <groupId>org.nhind</groupId> |
46 | 45 | <artifactId>direct-policy</artifactId> |
47 | | - <version>8.0.0</version> |
| 46 | + <version>8.1.0</version> |
48 | 47 | <type>jar</type> |
49 | 48 | </dependency> |
50 | 49 | <dependency> |
|
61 | 60 | <groupId>com.fasterxml.jackson.core</groupId> |
62 | 61 | <artifactId>jackson-annotations</artifactId> |
63 | 62 | </dependency> |
64 | | - <dependency> |
65 | | - <groupId>org.bouncycastle</groupId> |
66 | | - <artifactId>bcprov-jdk15on</artifactId> |
67 | | - <version>${bcprov-jdk15on.version}</version> |
68 | | - </dependency> |
69 | 63 | <dependency> |
70 | 64 | <groupId>org.projectlombok</groupId> |
71 | 65 | <artifactId>lombok</artifactId> |
|
211 | 205 | <version>3.0.1</version> |
212 | 206 | </plugin> |
213 | 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> |
214 | 217 | </plugins> |
215 | 218 | </build> |
216 | 219 | <reporting> |
|
270 | 273 | </plugin> |
271 | 274 | </plugins> |
272 | 275 | </reporting> |
273 | | - <distributionManagement> |
274 | | - <site> |
275 | | - <id>nhind-site</id> |
276 | | - <name>NHIN Direct API publication site</name> |
277 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-model/${project.version}</url> |
278 | | - </site> |
279 | | - <snapshotRepository> |
280 | | - <id>sonatype-snapshot</id> |
281 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
282 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
283 | | - <uniqueVersion>false</uniqueVersion> |
284 | | - </snapshotRepository> |
285 | | - <repository> |
286 | | - <id>sonatype-release</id> |
287 | | - <name>Sonatype OSS Maven Release Repositor</name> |
288 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
289 | | - <uniqueVersion>false</uniqueVersion> |
290 | | - </repository> |
291 | | - </distributionManagement> |
292 | 276 | </project> |
293 | 277 |
|
0 commit comments