|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-manager</artifactId> |
6 | | - <version>6.0.1</version> |
| 6 | + <version>8.0.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>NHIN Direct Java configuration manager</name> |
9 | 9 | <description>NHIN Direct Java configuration manager</description> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/config-manager</url> |
11 | 11 | <parent> |
12 | 12 | <groupId>org.springframework.boot</groupId> |
13 | 13 | <artifactId>spring-boot-starter-parent</artifactId> |
14 | | - <version>2.1.6.RELEASE</version> |
| 14 | + <version>2.5.2</version> |
15 | 15 | <relativePath /> |
16 | 16 | </parent> |
17 | 17 | <scm> |
|
28 | 28 | </developer> |
29 | 29 | </developers> |
30 | 30 | <prerequisites> |
31 | | - <maven>3.0.0</maven> |
| 31 | + <maven>3.5.0</maven> |
32 | 32 | </prerequisites> |
33 | 33 | <licenses> |
34 | 34 | <license> |
|
38 | 38 | </licenses> |
39 | 39 | <properties> |
40 | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
41 | | - <spring-cloud-dependencies.version>Greenwich.SR1</spring-cloud-dependencies.version> |
| 41 | + <spring-cloud-dependencies.version>2020.0.3</spring-cloud-dependencies.version> |
42 | 42 | </properties> |
43 | 43 | <dependencyManagement> |
44 | 44 | <dependencies> |
|
52 | 52 | </dependencies> |
53 | 53 | </dependencyManagement> |
54 | 54 | <dependencies> |
| 55 | + <dependency> |
| 56 | + <groupId>org.springframework.cloud</groupId> |
| 57 | + <artifactId>spring-cloud-starter-bootstrap</artifactId> |
| 58 | + </dependency> |
55 | 59 | <dependency> |
56 | 60 | <groupId>org.nhind</groupId> |
57 | 61 | <artifactId>config-service-client</artifactId> |
58 | | - <version>6.0</version> |
| 62 | + <version>8.0.0</version> |
59 | 63 | </dependency> |
60 | 64 | <dependency> |
61 | 65 | <groupId>org.nhind</groupId> |
62 | 66 | <artifactId>direct-common</artifactId> |
63 | | - <version>6.0.1</version> |
| 67 | + <version>8.0.0</version> |
64 | 68 | </dependency> |
65 | 69 | <dependency> |
66 | 70 | <groupId>org.nhind</groupId> |
67 | 71 | <artifactId>agent</artifactId> |
68 | | - <version>6.0.2</version> |
| 72 | + <version>8.0.0</version> |
69 | 73 | </dependency> |
70 | 74 | </dependencies> |
71 | 75 | <build> |
|
88 | 92 | <plugin> |
89 | 93 | <groupId>org.apache.maven.plugins</groupId> |
90 | 94 | <artifactId>maven-javadoc-plugin</artifactId> |
91 | | - <version>2.9.1</version> |
92 | 95 | <configuration> |
93 | | - <additionalparam>-Xdoclint:none</additionalparam> |
| 96 | + <additionalJOption>-Xdoclint:none</additionalJOption> |
94 | 97 | <charset>UTF-8</charset> |
95 | 98 | <docencoding>UTF-8</docencoding> |
96 | 99 | <docfilessubdirs>true</docfilessubdirs> |
|
108 | 111 | </goals> |
109 | 112 | </execution> |
110 | 113 | </executions> |
111 | | - </plugin> |
| 114 | + </plugin> |
| 115 | + <!-- for releases only |
112 | 116 | <plugin> |
113 | 117 | <groupId>org.apache.maven.plugins</groupId> |
114 | 118 | <artifactId>maven-gpg-plugin</artifactId> |
|
121 | 125 | </goals> |
122 | 126 | </execution> |
123 | 127 | </executions> |
124 | | - </plugin> |
| 128 | + <version>3.0.1</version> |
| 129 | + </plugin> |
| 130 | + --> |
125 | 131 | </plugins> |
126 | 132 | </build> |
127 | 133 | <reporting> |
128 | 134 | <plugins> |
129 | 135 | <plugin> |
130 | 136 | <groupId>org.apache.maven.plugins</groupId> |
131 | 137 | <artifactId>maven-project-info-reports-plugin</artifactId> |
132 | | - <version>2.9</version> |
133 | 138 | </plugin> |
134 | 139 | <plugin> |
135 | 140 | <groupId>org.apache.maven.plugins</groupId> |
136 | 141 | <artifactId>maven-javadoc-plugin</artifactId> |
137 | | - <version>2.9.1</version> |
138 | 142 | <configuration> |
139 | | - <additionalparam>-Xdoclint:none</additionalparam> |
| 143 | + <additionalJOption>-Xdoclint:none</additionalJOption> |
140 | 144 | <charset>UTF-8</charset> |
141 | 145 | <docencoding>UTF-8</docencoding> |
142 | 146 | <docfilessubdirs>true</docfilessubdirs> |
|
160 | 164 | <plugin> |
161 | 165 | <groupId>org.apache.maven.plugins</groupId> |
162 | 166 | <artifactId>maven-jxr-plugin</artifactId> |
| 167 | + <version>3.1.1</version> |
163 | 168 | </plugin> |
164 | 169 | <plugin> |
165 | 170 | <groupId>org.codehaus.mojo</groupId> |
|
181 | 186 | </configuration> |
182 | 187 | </plugin> |
183 | 188 | </plugins> |
184 | | - </reporting> |
185 | | - <repositories> |
186 | | - <!-- Temp repository for Spring Boot Milestone --> |
187 | | - <repository> |
188 | | - <id>spring-milestone</id> |
189 | | - <name>Spring Milestone Releases</name> |
190 | | - <url>https://repo.spring.io/milestone/</url> |
191 | | - </repository> |
192 | | - </repositories> |
| 189 | + </reporting> |
193 | 190 | <distributionManagement> |
194 | 191 | <site> |
195 | 192 | <id>nhind-site</id> |
|
0 commit comments