Skip to content

Commit 63c6bcd

Browse files
authored
Merge pull request #12 from DirectProjectJavaRI/develop
Releasing config-service-war 8.1.0
2 parents ed2e839 + b6e1e10 commit 63c6bcd

File tree

1 file changed

+27
-28
lines changed

1 file changed

+27
-28
lines changed

pom.xml

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.nhind</groupId>
55
<artifactId>config-service-war</artifactId>
6-
<version>8.0.4</version>
6+
<version>8.1.0</version>
77
<packaging>war</packaging>
88
<name>NHIN-Direct Configuration Service Web Application Module</name>
99
<description>NHIN-Direct Configuration Service Web Application Module</description>
@@ -64,13 +64,8 @@
6464
<dependency>
6565
<groupId>org.nhind</groupId>
6666
<artifactId>config-service-jar</artifactId>
67-
<version>8.0.4</version>
68-
</dependency>
69-
<dependency>
70-
<groupId>org.nhind</groupId>
71-
<artifactId>config-store</artifactId>
72-
<version>8.0.0</version>
73-
</dependency>
67+
<version>8.1.0</version>
68+
</dependency>
7469
<dependency>
7570
<groupId>org.springframework.boot</groupId>
7671
<artifactId>spring-boot-starter-tomcat</artifactId>
@@ -84,6 +79,20 @@
8479
<dependency>
8580
<groupId>org.springframework.cloud</groupId>
8681
<artifactId>spring-cloud-starter-bootstrap</artifactId>
82+
<exclusions>
83+
<exclusion>
84+
<groupId>org.bouncycastle</groupId>
85+
<artifactId>bcprov-jdk15on</artifactId>
86+
</exclusion>
87+
<exclusion>
88+
<groupId>org.bouncycastle</groupId>
89+
<artifactId>bcmail-jdk15on</artifactId>
90+
</exclusion>
91+
<exclusion>
92+
<groupId>org.bouncycastle</groupId>
93+
<artifactId>bcpkix-jdk15on</artifactId>
94+
</exclusion>
95+
</exclusions>
8796
</dependency>
8897
<dependency>
8998
<groupId>org.springframework.boot</groupId>
@@ -211,25 +220,15 @@
211220
<version>3.0.1</version>
212221
</plugin>
213222
-->
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>
214232
</plugins>
215-
</build>
216-
<distributionManagement>
217-
<site>
218-
<id>nhind-site</id>
219-
<name>NHIN Direct API publication site</name>
220-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-service/${project.version}</url>
221-
</site>
222-
<snapshotRepository>
223-
<id>sonatype-snapshot</id>
224-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
225-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
226-
<uniqueVersion>false</uniqueVersion>
227-
</snapshotRepository>
228-
<repository>
229-
<id>sonatype-release</id>
230-
<name>Sonatype OSS Maven Release Repositor</name>
231-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
232-
<uniqueVersion>false</uniqueVersion>
233-
</repository>
234-
</distributionManagement>
233+
</build>
235234
</project>

0 commit comments

Comments
 (0)