Skip to content

Commit 631d771

Browse files
authored
Merge pull request #8 from DirectProjectJavaRI/develop
Releasing config-manager 8.1.0
2 parents c7cec8a + eee1f21 commit 631d771

1 file changed

Lines changed: 27 additions & 29 deletions

File tree

pom.xml

Lines changed: 27 additions & 29 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-manager</artifactId>
6-
<version>8.0.1</version>
6+
<version>8.1.0</version>
77
<packaging>jar</packaging>
88
<name>NHIN Direct Java configuration manager</name>
99
<description>NHIN Direct Java configuration manager</description>
@@ -55,21 +55,30 @@
5555
<dependency>
5656
<groupId>org.springframework.cloud</groupId>
5757
<artifactId>spring-cloud-starter-bootstrap</artifactId>
58+
<exclusions>
59+
<exclusion>
60+
<groupId>org.bouncycastle</groupId>
61+
<artifactId>bcprov-jdk15on</artifactId>
62+
</exclusion>
63+
<exclusion>
64+
<groupId>org.bouncycastle</groupId>
65+
<artifactId>bcmail-jdk15on</artifactId>
66+
</exclusion>
67+
<exclusion>
68+
<groupId>org.bouncycastle</groupId>
69+
<artifactId>bcpkix-jdk15on</artifactId>
70+
</exclusion>
71+
</exclusions>
5872
</dependency>
5973
<dependency>
6074
<groupId>org.nhind</groupId>
6175
<artifactId>config-service-client</artifactId>
62-
<version>8.0.1</version>
76+
<version>8.1.0</version>
6377
</dependency>
64-
<dependency>
65-
<groupId>org.nhind</groupId>
66-
<artifactId>direct-common</artifactId>
67-
<version>8.0.0</version>
68-
</dependency>
6978
<dependency>
7079
<groupId>org.nhind</groupId>
7180
<artifactId>agent</artifactId>
72-
<version>8.0.0</version>
81+
<version>8.1.0</version>
7382
</dependency>
7483
</dependencies>
7584
<build>
@@ -127,7 +136,16 @@
127136
</executions>
128137
<version>3.0.1</version>
129138
</plugin>
130-
-->
139+
-->
140+
<plugin>
141+
<groupId>org.sonatype.central</groupId>
142+
<artifactId>central-publishing-maven-plugin</artifactId>
143+
<version>0.8.0</version>
144+
<extensions>true</extensions>
145+
<configuration>
146+
<publishingServerId>central</publishingServerId>
147+
</configuration>
148+
</plugin>
131149
</plugins>
132150
</build>
133151
<reporting>
@@ -187,24 +205,4 @@
187205
</plugin>
188206
</plugins>
189207
</reporting>
190-
<distributionManagement>
191-
<site>
192-
<id>nhind-site</id>
193-
<name>NHIN Direct API publication site</name>
194-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-service-client/${project.version}</url>
195-
</site>
196-
<snapshotRepository>
197-
<id>sonatype-snapshot</id>
198-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
199-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
200-
<uniqueVersion>false</uniqueVersion>
201-
</snapshotRepository>
202-
<repository>
203-
<id>sonatype-release</id>
204-
<name>Sonatype OSS Maven Release Repositor</name>
205-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
206-
<uniqueVersion>false</uniqueVersion>
207-
</repository>
208-
</distributionManagement>
209-
210208
</project>

0 commit comments

Comments
 (0)