|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-service-client</artifactId> |
6 | | - <version>6.0-SNAPSHOT</version> |
| 6 | + <version>6.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>NHIN Direct Java config service client proxy</name> |
9 | 9 | <description>NHIN Direct Java config service client proxy</description> |
|
14 | 14 | <version>2.1.2.RELEASE</version> |
15 | 15 | </parent> |
16 | 16 | <scm> |
17 | | - <url>scm:git:https://github.com/DirectProject/nhin-d.git</url> |
18 | | - <connection>scm:git:https://github.com/DirectProject/nhin-d.git</connection> |
| 17 | + <url>scm:git:https://github.com/DirectProjectJavaRI/config-service-client.git</url> |
| 18 | + <connection>scm:git:https://github.com/DirectProjectJavaRI/config-service-client.git</connection> |
19 | 19 | </scm> |
20 | 20 |
|
21 | 21 | <developers> |
|
39 | 39 |
|
40 | 40 | <properties> |
41 | 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
42 | | - <spring-cloud-dependencies.version>Greenwich.RC1</spring-cloud-dependencies.version> |
43 | | - </properties> |
44 | | - <repositories> |
45 | | - <!-- Temp repository for Spring Boot Milestone --> |
46 | | - <repository> |
47 | | - <id>spring-milestone</id> |
48 | | - <name>Spring Milestone Releases</name> |
49 | | - <url>https://repo.spring.io/milestone/</url> |
50 | | - </repository> |
51 | | - </repositories> |
| 42 | + <spring-cloud-dependencies.version>Greenwich.RELEASE</spring-cloud-dependencies.version> |
| 43 | + </properties> |
52 | 44 | <dependencyManagement> |
53 | 45 | <dependencies> |
54 | 46 | <dependency> |
|
68 | 60 | <dependency> |
69 | 61 | <groupId>org.nhind</groupId> |
70 | 62 | <artifactId>config-model</artifactId> |
71 | | - <version>6.0-SNAPSHOT</version> |
| 63 | + <version>6.0</version> |
72 | 64 | </dependency> |
73 | 65 | <dependency> |
74 | 66 | <groupId>org.nhind</groupId> |
75 | 67 | <artifactId>direct-common</artifactId> |
76 | | - <version>6.0-SNAPSHOT</version> |
| 68 | + <version>6.0</version> |
77 | 69 | </dependency> |
78 | 70 | <dependency> |
79 | 71 | <groupId>org.springframework.cloud</groupId> |
|
116 | 108 | <dependency> |
117 | 109 | <groupId>org.nhind</groupId> |
118 | 110 | <artifactId>config-service-jar</artifactId> |
119 | | - <version>6.0-SNAPSHOT</version> |
| 111 | + <version>6.0</version> |
120 | 112 | <scope>test</scope> |
121 | 113 | </dependency> |
122 | 114 | <dependency> |
|
155 | 147 | </execution> |
156 | 148 | </executions> |
157 | 149 | </plugin> |
158 | | - <plugin> |
159 | | - <groupId>com.atlassian.maven.plugins</groupId> |
160 | | - <artifactId>maven-clover2-plugin</artifactId> |
161 | | - <version>3.0.2</version> |
162 | | - <configuration> |
163 | | - <jdk>1.6</jdk> |
164 | | - <licenseLocation>${project.basedir}/../../licenses/clover.license</licenseLocation> |
165 | | - </configuration> |
166 | | - <executions> |
167 | | - <execution> |
168 | | - <phase>pre-site</phase> |
169 | | - <goals> |
170 | | - <goal>instrument</goal> |
171 | | - </goals> |
172 | | - </execution> |
173 | | - </executions> |
174 | | - </plugin> |
175 | | - <!-- for releases only |
| 150 | + |
176 | 151 | <plugin> |
177 | 152 | <groupId>org.apache.maven.plugins</groupId> |
178 | 153 | <artifactId>maven-javadoc-plugin</artifactId> |
179 | 154 | <version>2.6.1</version> |
180 | 155 | <configuration> |
| 156 | + <additionalparam>-Xdoclint:none</additionalparam> |
181 | 157 | <charset>UTF-8</charset> |
182 | 158 | <docencoding>UTF-8</docencoding> |
183 | | - <docfilessubdirs>false</docfilessubdirs> |
184 | | - <detectJavaApiLink>false</detectJavaApiLink> |
185 | | - <detectLinks>false</detectLinks> |
186 | | - <source>1.6</source> |
| 159 | + <docfilessubdirs>true</docfilessubdirs> |
| 160 | + <detectJavaApiLink>true</detectJavaApiLink> |
| 161 | + <detectLinks>true</detectLinks> |
| 162 | + <source>1.8</source> |
187 | 163 | <show>public</show> |
188 | 164 | </configuration> |
189 | 165 | <executions> |
|
195 | 171 | </goals> |
196 | 172 | </execution> |
197 | 173 | </executions> |
198 | | - </plugin> |
| 174 | + </plugin> |
| 175 | + <!-- for releases only |
199 | 176 | <plugin> |
200 | 177 | <groupId>org.apache.maven.plugins</groupId> |
201 | 178 | <artifactId>maven-gpg-plugin</artifactId> |
|
217 | 194 | <plugin> |
218 | 195 | <groupId>org.apache.maven.plugins</groupId> |
219 | 196 | <artifactId>maven-project-info-reports-plugin</artifactId> |
220 | | - <version>2.1</version> |
| 197 | + <version>2.9</version> |
221 | 198 | </plugin> |
222 | 199 | <plugin> |
223 | 200 | <groupId>org.apache.maven.plugins</groupId> |
224 | 201 | <artifactId>maven-javadoc-plugin</artifactId> |
225 | 202 | <version>2.6.1</version> |
226 | 203 | <configuration> |
| 204 | + <additionalparam>-Xdoclint:none</additionalparam> |
227 | 205 | <charset>UTF-8</charset> |
228 | 206 | <docencoding>UTF-8</docencoding> |
229 | 207 | <docfilessubdirs>true</docfilessubdirs> |
230 | 208 | <detectJavaApiLink>true</detectJavaApiLink> |
231 | 209 | <detectLinks>true</detectLinks> |
232 | 210 | <source>1.8</source> |
233 | | - <show>protected</show> |
| 211 | + <show>public</show> |
234 | 212 | </configuration> |
235 | 213 | </plugin> |
236 | 214 | <plugin> |
|
258 | 236 | <plugin> |
259 | 237 | <groupId>org.codehaus.mojo</groupId> |
260 | 238 | <artifactId>findbugs-maven-plugin</artifactId> |
261 | | - <version>1.2</version> |
262 | 239 | <configuration> |
263 | 240 | <effort>Max</effort> |
264 | 241 | </configuration> |
|
275 | 252 | </tags> |
276 | 253 | </configuration> |
277 | 254 | </plugin> |
278 | | - <plugin> |
279 | | - <groupId>com.atlassian.maven.plugins</groupId> |
280 | | - <artifactId>maven-clover2-plugin</artifactId> |
281 | | - <version>3.0.2</version> |
282 | | - <configuration> |
283 | | - <licenseLocation>${project.basedir}/../../licenses/clover.license</licenseLocation> |
284 | | - </configuration> |
285 | | - </plugin> |
286 | 255 | </plugins> |
287 | 256 | </reporting> |
288 | 257 |
|
|
0 commit comments