|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>xd</artifactId> |
6 | 6 | <name>NHIN Direct XD* Web Endpoint</name> |
7 | | - <version>6.0</version> |
| 7 | + <version>6.0.1</version> |
8 | 8 | <description>NHIN Direct XD Component</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <packaging>war</packaging> |
|
19 | 19 | <parent> |
20 | 20 | <groupId>org.springframework.boot</groupId> |
21 | 21 | <artifactId>spring-boot-starter-parent</artifactId> |
22 | | - <version>2.1.2.RELEASE</version> |
| 22 | + <version>2.1.3.RELEASE</version> |
23 | 23 | <relativePath /> |
24 | 24 | </parent> |
25 | 25 | <developers> |
|
54 | 54 | <dependency> |
55 | 55 | <groupId>org.springframework.boot</groupId> |
56 | 56 | <artifactId>spring-boot-dependencies</artifactId> |
57 | | - <version>2.1.2.RELEASE</version> |
| 57 | + <version>2.1.3.RELEASE</version> |
58 | 58 | <type>pom</type> |
59 | 59 | <scope>import</scope> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>io.pivotal.spring.cloud</groupId> |
63 | 63 | <artifactId>spring-cloud-services-dependencies</artifactId> |
64 | | - <version>2.0.3.RELEASE</version> |
| 64 | + <version>2.1.1.RELEASE</version> |
65 | 65 | <type>pom</type> |
66 | 66 | <scope>import</scope> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>org.springframework.cloud</groupId> |
70 | 70 | <artifactId>spring-cloud-starter-parent</artifactId> |
71 | | - <version>Greenwich.RELEASE</version> |
| 71 | + <version>Greenwich.SR1</version> |
72 | 72 | <type>pom</type> |
73 | 73 | <scope>import</scope> |
74 | 74 | </dependency> |
|
277 | 277 | <plugin> |
278 | 278 | <groupId>org.apache.maven.plugins</groupId> |
279 | 279 | <artifactId>maven-javadoc-plugin</artifactId> |
280 | | - <version>2.6.1</version> |
| 280 | + <version>2.9.1</version> |
281 | 281 | <configuration> |
282 | 282 | <additionalparam>-Xdoclint:none</additionalparam> |
283 | 283 | <charset>UTF-8</charset> |
|
300 | 300 | </goals> |
301 | 301 | </execution> |
302 | 302 | </executions> |
303 | | - </plugin> |
304 | | - <!-- for release only |
| 303 | + </plugin> |
305 | 304 | <plugin> |
306 | 305 | <groupId>org.apache.maven.plugins</groupId> |
307 | 306 | <artifactId>maven-gpg-plugin</artifactId> |
|
315 | 314 | </execution> |
316 | 315 | </executions> |
317 | 316 | </plugin> |
318 | | - --> |
319 | 317 | </plugins> |
320 | 318 | </build> |
321 | 319 | </profile> |
|
331 | 329 | <plugin> |
332 | 330 | <groupId>org.apache.maven.plugins</groupId> |
333 | 331 | <artifactId>maven-javadoc-plugin</artifactId> |
334 | | - <version>2.6.1</version> |
| 332 | + <version>2.9.1</version> |
335 | 333 | <configuration> |
336 | 334 | <additionalparam>-Xdoclint:none</additionalparam> |
337 | 335 | <charset>UTF-8</charset> |
|
0 commit comments