Skip to content

Commit 016473f

Browse files
authored
Merge pull request #9 from DirectProjectJavaRI/develop
Releasing XD 8.1.0
2 parents c28a5a6 + 6d6f6c9 commit 016473f

File tree

1 file changed

+39
-26
lines changed

1 file changed

+39
-26
lines changed

pom.xml

Lines changed: 39 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>xd</artifactId>
66
<name>NHIN Direct XD* Web Endpoint</name>
7-
<version>8.0.0</version>
7+
<version>8.1.0</version>
88
<description>NHIN Direct XD Component</description>
99
<inceptionYear>2010</inceptionYear>
1010
<packaging>war</packaging>
@@ -138,6 +138,20 @@
138138
<dependency>
139139
<groupId>org.springframework.cloud</groupId>
140140
<artifactId>spring-cloud-starter-bootstrap</artifactId>
141+
<exclusions>
142+
<exclusion>
143+
<groupId>org.bouncycastle</groupId>
144+
<artifactId>bcprov-jdk15on</artifactId>
145+
</exclusion>
146+
<exclusion>
147+
<groupId>org.bouncycastle</groupId>
148+
<artifactId>bcmail-jdk15on</artifactId>
149+
</exclusion>
150+
<exclusion>
151+
<groupId>org.bouncycastle</groupId>
152+
<artifactId>bcpkix-jdk15on</artifactId>
153+
</exclusion>
154+
</exclusions>
141155
</dependency>
142156
<dependency>
143157
<groupId>org.springframework.cloud</groupId>
@@ -155,6 +169,18 @@
155169
<groupId>org.codehaus.jackson</groupId>
156170
<artifactId>jackson-mapper-asl</artifactId>
157171
</exclusion>
172+
<exclusion>
173+
<groupId>org.bouncycastle</groupId>
174+
<artifactId>bcprov-jdk15on</artifactId>
175+
</exclusion>
176+
<exclusion>
177+
<groupId>org.bouncycastle</groupId>
178+
<artifactId>bcmail-jdk15on</artifactId>
179+
</exclusion>
180+
<exclusion>
181+
<groupId>org.bouncycastle</groupId>
182+
<artifactId>bcpkix-jdk15on</artifactId>
183+
</exclusion>
158184
</exclusions>
159185
</dependency>
160186
<dependency>
@@ -174,18 +200,18 @@
174200
<dependency>
175201
<groupId>${project.groupId}</groupId>
176202
<artifactId>xd-common</artifactId>
177-
<version>8.0.0</version>
203+
<version>8.1.0</version>
178204
</dependency>
179205
<dependency>
180206
<groupId>${project.groupId}</groupId>
181207
<artifactId>xdmail</artifactId>
182-
<version>8.0.0</version>
208+
<version>8.1.0</version>
183209
<scope>test</scope>
184210
</dependency>
185211
<dependency>
186212
<groupId>${project.groupId}</groupId>
187213
<artifactId>direct-msg-monitor-model</artifactId>
188-
<version>8.0.0</version>
214+
<version>8.1.0</version>
189215
<scope>test</scope>
190216
</dependency>
191217
<dependency>
@@ -340,6 +366,15 @@
340366
</executions>
341367
</plugin>
342368
-->
369+
<plugin>
370+
<groupId>org.sonatype.central</groupId>
371+
<artifactId>central-publishing-maven-plugin</artifactId>
372+
<version>0.8.0</version>
373+
<extensions>true</extensions>
374+
<configuration>
375+
<publishingServerId>central</publishingServerId>
376+
</configuration>
377+
</plugin>
343378
</plugins>
344379
</build>
345380
</profile>
@@ -401,28 +436,6 @@
401436
</plugin>
402437
</plugins>
403438
</reporting>
404-
405-
<distributionManagement>
406-
<site>
407-
<id>nhind-site</id>
408-
<name>NHIN Direct API publication site</name>
409-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/xd/${project.version}
410-
</url>
411-
</site>
412-
<snapshotRepository>
413-
<id>sonatype-snapshot</id>
414-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
415-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
416-
<uniqueVersion>false</uniqueVersion>
417-
</snapshotRepository>
418-
<repository>
419-
<id>sonatype-release</id>
420-
<name>Sonatype OSS Maven Release Repositor</name>
421-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
422-
<uniqueVersion>false</uniqueVersion>
423-
</repository>
424-
425-
</distributionManagement>
426439
</project>
427440

428441

0 commit comments

Comments
 (0)