|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>dns-sboot</artifactId> |
6 | 6 | <name>Direct Project DNS Server SpringBoot Application</name> |
7 | | - <version>6.0</version> |
| 7 | + <version>6.0.1</version> |
8 | 8 | <description>Direct Project DNS Server SpringBoot Application</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/dns-sboot</url> |
|
32 | 32 | <parent> |
33 | 33 | <groupId>org.springframework.boot</groupId> |
34 | 34 | <artifactId>spring-boot-starter-parent</artifactId> |
35 | | - <version>2.1.2.RELEASE</version> |
| 35 | + <version>2.1.6.RELEASE</version> |
36 | 36 | <relativePath /> |
37 | 37 | </parent> |
38 | 38 | <licenses> |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>org.springframework.boot</groupId> |
48 | 48 | <artifactId>spring-boot-dependencies</artifactId> |
49 | | - <version>2.1.2.RELEASE</version> |
| 49 | + <version>2.1.6.RELEASE</version> |
50 | 50 | <type>pom</type> |
51 | 51 | <scope>import</scope> |
52 | 52 | </dependency> |
53 | 53 | <dependency> |
54 | 54 | <groupId>io.pivotal.spring.cloud</groupId> |
55 | 55 | <artifactId>spring-cloud-services-dependencies</artifactId> |
56 | | - <version>2.0.3.RELEASE</version> |
| 56 | + <version>2.1.1.RELEASE</version> |
57 | 57 | <type>pom</type> |
58 | 58 | <scope>import</scope> |
59 | 59 | </dependency> |
60 | 60 | <dependency> |
61 | 61 | <groupId>org.springframework.cloud</groupId> |
62 | 62 | <artifactId>spring-cloud-starter-parent</artifactId> |
63 | | - <version>Greenwich.RELEASE</version> |
| 63 | + <version>Greenwich.SR1</version> |
64 | 64 | <type>pom</type> |
65 | 65 | <scope>import</scope> |
66 | 66 | </dependency> |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>org.nhind</groupId> |
108 | 108 | <artifactId>dns</artifactId> |
109 | | - <version>6.0</version> |
| 109 | + <version>6.0.1</version> |
110 | 110 | </dependency> |
111 | 111 | <dependency> |
112 | 112 | <groupId>org.nhind</groupId> |
|
121 | 121 | <dependency> |
122 | 122 | <groupId>org.nhind</groupId> |
123 | 123 | <artifactId>direct-common</artifactId> |
124 | | - <version>6.0</version> |
| 124 | + <version>6.0.1</version> |
125 | 125 | </dependency> |
126 | 126 | </dependencies> |
127 | 127 | <build> |
|
230 | 230 | <plugin> |
231 | 231 | <groupId>org.apache.maven.plugins</groupId> |
232 | 232 | <artifactId>maven-javadoc-plugin</artifactId> |
233 | | - <version>2.6.1</version> |
| 233 | + <version>2.9.1</version> |
234 | 234 | <configuration> |
235 | 235 | <additionalparam>-Xdoclint:none</additionalparam> |
236 | 236 | <charset>UTF-8</charset> |
|
278 | 278 | <plugin> |
279 | 279 | <groupId>org.apache.maven.plugins</groupId> |
280 | 280 | <artifactId>maven-javadoc-plugin</artifactId> |
281 | | - <version>2.6.1</version> |
| 281 | + <version>2.9.1</version> |
282 | 282 | <configuration> |
283 | 283 | <additionalparam>-Xdoclint:none</additionalparam> |
284 | 284 | <charset>UTF-8</charset> |
|
0 commit comments