|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-service-jar</artifactId> |
6 | | - <version>8.0.5</version> |
| 6 | + <version>8.1.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>NHIN Direct Java RI config service jar</name> |
9 | 9 | <description>NHIN Direct Java RI config service jar.</description> |
|
48 | 48 | <properties> |
49 | 49 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
50 | 50 | <commons-net.version>3.8.0</commons-net.version> |
51 | | - <bcprov-jdk15on.version>1.68</bcprov-jdk15on.version> |
52 | 51 | </properties> |
53 | 52 | <dependencies> |
54 | 53 | <dependency> |
|
58 | 57 | <dependency> |
59 | 58 | <groupId>org.nhind</groupId> |
60 | 59 | <artifactId>config-store</artifactId> |
61 | | - <version>8.0.0</version> |
62 | | - </dependency> |
63 | | - <dependency> |
64 | | - <groupId>org.nhind</groupId> |
65 | | - <artifactId>config-model</artifactId> |
66 | | - <version>8.0.0</version> |
67 | | - </dependency> |
| 60 | + <version>8.1.0</version> |
| 61 | + </dependency> |
68 | 62 | <dependency> |
69 | 63 | <groupId>org.nhind</groupId> |
70 | 64 | <artifactId>direct-common</artifactId> |
71 | | - <version>8.0.0</version> |
| 65 | + <version>8.1.0</version> |
72 | 66 | </dependency> |
73 | 67 | <dependency> |
74 | 68 | <groupId>commons-net</groupId> |
75 | 69 | <artifactId>commons-net</artifactId> |
76 | 70 | <version>${commons-net.version}</version> |
77 | | - </dependency> |
78 | | - <dependency> |
79 | | - <groupId>org.bouncycastle</groupId> |
80 | | - <artifactId>bcprov-jdk15on</artifactId> |
81 | | - <version>${bcprov-jdk15on.version}</version> |
82 | | - </dependency> |
| 71 | + </dependency> |
83 | 72 | <dependency> |
84 | 73 | <groupId>com.h2database</groupId> |
85 | 74 | <artifactId>h2</artifactId> |
|
190 | 179 | <version>3.0.1</version> |
191 | 180 | </plugin> |
192 | 181 | --> |
| 182 | + <plugin> |
| 183 | + <groupId>org.sonatype.central</groupId> |
| 184 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 185 | + <version>0.8.0</version> |
| 186 | + <extensions>true</extensions> |
| 187 | + <configuration> |
| 188 | + <publishingServerId>central</publishingServerId> |
| 189 | + </configuration> |
| 190 | + </plugin> |
193 | 191 | </plugins> |
194 | 192 | </build> |
195 | 193 | <reporting> |
|
249 | 247 | </plugin> |
250 | 248 | </plugins> |
251 | 249 | </reporting> |
252 | | - <distributionManagement> |
253 | | - <site> |
254 | | - <id>nhind-site</id> |
255 | | - <name>NHIN Direct API publication site</name> |
256 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-service-jar/${project.version}</url> |
257 | | - </site> |
258 | | - <snapshotRepository> |
259 | | - <id>sonatype-snapshot</id> |
260 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
261 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
262 | | - <uniqueVersion>false</uniqueVersion> |
263 | | - </snapshotRepository> |
264 | | - <repository> |
265 | | - <id>sonatype-release</id> |
266 | | - <name>Sonatype OSS Maven Release Repositor</name> |
267 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
268 | | - <uniqueVersion>false</uniqueVersion> |
269 | | - </repository> |
270 | | - </distributionManagement> |
271 | | - |
272 | 250 | </project> |
0 commit comments