Skip to content

Commit dab5588

Browse files
authored
Merge pull request #17 from DirectProjectJavaRI/develop
Releasing direct-policy 8.1.0
2 parents 7f74ee9 + 08812f0 commit dab5588

File tree

1 file changed

+14
-24
lines changed

1 file changed

+14
-24
lines changed

pom.xml

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>direct-policy</artifactId>
66
<name>Direct Project policy enablement engine</name>
7-
<version>8.0.0</version>
7+
<version>8.1.0</version>
88
<description>Direct Project policy enablement engine</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-policy/${project.version}</url>
@@ -44,7 +44,7 @@
4444
<properties>
4545
<xstream.version>1.4.17</xstream.version>
4646
<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>
4848
<commons-io.version>2.8.0</commons-io.version>
4949
</properties>
5050
<dependencies>
@@ -55,8 +55,8 @@
5555
</dependency>
5656
<dependency>
5757
<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>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.sun.mail</groupId>
@@ -219,7 +219,16 @@
219219
</executions>
220220
<version>3.0.1</version>
221221
</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>
223232
</plugins>
224233
</build>
225234
<reporting>
@@ -284,23 +293,4 @@
284293
</plugin>
285294
</plugins>
286295
</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>
306296
</project>

0 commit comments

Comments
 (0)