Skip to content

Commit 7c8193f

Browse files
authored
Merge pull request #10 from DirectProjectJavaRI/develop
Releasing dns 8.1.0
2 parents 1be4c6a + d5f8942 commit 7c8193f

File tree

1 file changed

+30
-41
lines changed

1 file changed

+30
-41
lines changed

pom.xml

Lines changed: 30 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>dns</artifactId>
66
<name>Direct Project DNS services</name>
7-
<version>8.0.1</version>
7+
<version>8.1.0</version>
88
<description>Direct Project DNS services</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/dns</url>
@@ -68,12 +68,21 @@
6868
<dependency>
6969
<groupId>org.springframework.cloud</groupId>
7070
<artifactId>spring-cloud-starter-bootstrap</artifactId>
71+
<exclusions>
72+
<exclusion>
73+
<groupId>org.bouncycastle</groupId>
74+
<artifactId>bcprov-jdk15on</artifactId>
75+
</exclusion>
76+
<exclusion>
77+
<groupId>org.bouncycastle</groupId>
78+
<artifactId>bcmail-jdk15on</artifactId>
79+
</exclusion>
80+
<exclusion>
81+
<groupId>org.bouncycastle</groupId>
82+
<artifactId>bcpkix-jdk15on</artifactId>
83+
</exclusion>
84+
</exclusions>
7185
</dependency>
72-
<dependency>
73-
<groupId>org.bouncycastle</groupId>
74-
<artifactId>bcprov-jdk15on</artifactId>
75-
<version>${bcprov-jdk15on.version}</version>
76-
</dependency>
7786
<dependency>
7887
<groupId>dnsjava</groupId>
7988
<artifactId>dnsjava</artifactId>
@@ -82,27 +91,17 @@
8291
<dependency>
8392
<groupId>org.nhind</groupId>
8493
<artifactId>config-service-client</artifactId>
85-
<version>8.0.0</version>
86-
</dependency>
87-
<dependency>
88-
<groupId>org.nhind</groupId>
89-
<artifactId>config-model</artifactId>
90-
<version>8.0.0</version>
91-
</dependency>
94+
<version>8.1.0</version>
95+
</dependency>
9296
<dependency>
9397
<groupId>org.nhind</groupId>
9498
<artifactId>direct-policy</artifactId>
95-
<version>8.0.0</version>
96-
</dependency>
97-
<dependency>
98-
<groupId>org.nhind</groupId>
99-
<artifactId>direct-common</artifactId>
100-
<version>8.0.0</version>
101-
</dependency>
99+
<version>8.1.0</version>
100+
</dependency>
102101
<dependency>
103102
<groupId>org.nhind</groupId>
104103
<artifactId>config-service-jar</artifactId>
105-
<version>8.0.0</version>
104+
<version>8.1.0</version>
106105
<scope>test</scope>
107106
</dependency>
108107
<dependency>
@@ -262,7 +261,16 @@
262261
</executions>
263262
<version>3.0.1</version>
264263
</plugin>
265-
-->
264+
-->
265+
<plugin>
266+
<groupId>org.sonatype.central</groupId>
267+
<artifactId>central-publishing-maven-plugin</artifactId>
268+
<version>0.8.0</version>
269+
<extensions>true</extensions>
270+
<configuration>
271+
<publishingServerId>central</publishingServerId>
272+
</configuration>
273+
</plugin>
266274
</plugins>
267275
</build>
268276
<reporting>
@@ -325,23 +333,4 @@
325333
</plugin>
326334
</plugins>
327335
</reporting>
328-
<distributionManagement>
329-
<site>
330-
<id>nhind-site</id>
331-
<name>NHIN Direct API publication site</name>
332-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/dns/${project.version}</url>
333-
</site>
334-
<snapshotRepository>
335-
<id>sonatype-snapshot</id>
336-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
337-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
338-
<uniqueVersion>false</uniqueVersion>
339-
</snapshotRepository>
340-
<repository>
341-
<id>sonatype-release</id>
342-
<name>Sonatype OSS Maven Release Repositor</name>
343-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
344-
<uniqueVersion>false</uniqueVersion>
345-
</repository>
346-
</distributionManagement>
347336
</project>

0 commit comments

Comments
 (0)