|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>dns</artifactId> |
6 | 6 | <name>Direct Project DNS services</name> |
7 | | - <version>8.0.1</version> |
| 7 | + <version>8.1.0</version> |
8 | 8 | <description>Direct Project DNS services</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/dns</url> |
|
68 | 68 | <dependency> |
69 | 69 | <groupId>org.springframework.cloud</groupId> |
70 | 70 | <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> |
71 | 85 | </dependency> |
72 | | - <dependency> |
73 | | - <groupId>org.bouncycastle</groupId> |
74 | | - <artifactId>bcprov-jdk15on</artifactId> |
75 | | - <version>${bcprov-jdk15on.version}</version> |
76 | | - </dependency> |
77 | 86 | <dependency> |
78 | 87 | <groupId>dnsjava</groupId> |
79 | 88 | <artifactId>dnsjava</artifactId> |
|
82 | 91 | <dependency> |
83 | 92 | <groupId>org.nhind</groupId> |
84 | 93 | <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> |
92 | 96 | <dependency> |
93 | 97 | <groupId>org.nhind</groupId> |
94 | 98 | <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> |
102 | 101 | <dependency> |
103 | 102 | <groupId>org.nhind</groupId> |
104 | 103 | <artifactId>config-service-jar</artifactId> |
105 | | - <version>8.0.0</version> |
| 104 | + <version>8.1.0</version> |
106 | 105 | <scope>test</scope> |
107 | 106 | </dependency> |
108 | 107 | <dependency> |
|
262 | 261 | </executions> |
263 | 262 | <version>3.0.1</version> |
264 | 263 | </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> |
266 | 274 | </plugins> |
267 | 275 | </build> |
268 | 276 | <reporting> |
|
325 | 333 | </plugin> |
326 | 334 | </plugins> |
327 | 335 | </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> |
347 | 336 | </project> |
0 commit comments