|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>direct-policy</artifactId> |
6 | 6 | <name>Direct Project policy enablement engine</name> |
7 | | - <version>8.0.0</version> |
| 7 | + <version>8.1.0</version> |
8 | 8 | <description>Direct Project policy enablement engine</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-policy/${project.version}</url> |
|
44 | 44 | <properties> |
45 | 45 | <xstream.version>1.4.17</xstream.version> |
46 | 46 | <javax-mail.version>1.6.2</javax-mail.version> |
47 | | - <bcprov-jdk15on.version>1.68</bcprov-jdk15on.version> |
| 47 | + <bcprov-jdk18on.version>1.81</bcprov-jdk18on.version> |
48 | 48 | <commons-io.version>2.8.0</commons-io.version> |
49 | 49 | </properties> |
50 | 50 | <dependencies> |
|
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>org.bouncycastle</groupId> |
58 | | - <artifactId>bcprov-jdk15on</artifactId> |
59 | | - <version>${bcprov-jdk15on.version}</version> |
| 58 | + <artifactId>bcprov-jdk18on</artifactId> |
| 59 | + <version>${bcprov-jdk18on.version}</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>com.sun.mail</groupId> |
|
219 | 219 | </executions> |
220 | 220 | <version>3.0.1</version> |
221 | 221 | </plugin> |
222 | | - --> |
| 222 | + --> |
| 223 | + <plugin> |
| 224 | + <groupId>org.sonatype.central</groupId> |
| 225 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 226 | + <version>0.8.0</version> |
| 227 | + <extensions>true</extensions> |
| 228 | + <configuration> |
| 229 | + <publishingServerId>central</publishingServerId> |
| 230 | + </configuration> |
| 231 | + </plugin> |
223 | 232 | </plugins> |
224 | 233 | </build> |
225 | 234 | <reporting> |
|
284 | 293 | </plugin> |
285 | 294 | </plugins> |
286 | 295 | </reporting> |
287 | | - <distributionManagement> |
288 | | - <site> |
289 | | - <id>nhind-site</id> |
290 | | - <name>NHIN Direct API publication site</name> |
291 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-policy/${project.version}</url> |
292 | | - </site> |
293 | | - <snapshotRepository> |
294 | | - <id>sonatype-snapshot</id> |
295 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
296 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
297 | | - <uniqueVersion>false</uniqueVersion> |
298 | | - </snapshotRepository> |
299 | | - <repository> |
300 | | - <id>sonatype-release</id> |
301 | | - <name>Sonatype OSS Maven Release Repositor</name> |
302 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
303 | | - <uniqueVersion>false</uniqueVersion> |
304 | | - </repository> |
305 | | - </distributionManagement> |
306 | 296 | </project> |
0 commit comments