|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-store</artifactId> |
6 | | - <version>6.0-SNAPSHOT</version> |
| 6 | + <version>6.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>NHIN Direct Java RI - Configuration Persistence Layer</name> |
9 | 9 | <description>NHIN Direct Security And Trust Agent</description> |
10 | 10 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-store/${project.version}</url> |
11 | 11 | <scm> |
12 | | - <url>scm:git:https://github.com/DirectProject/nhin-d.git</url> |
13 | | - <connection>scm:git:https://github.com/DirectProject/nhin-d.git</connection> |
| 12 | + <url>scm:git:https://github.com/DirectProjectJavaRI/config-store.git</url> |
| 13 | + <connection>scm:git:https://github.com/DirectProjectJavaRI/config-store.git</connection> |
14 | 14 | </scm> |
15 | 15 | <prerequisites> |
16 | 16 | <maven>3.0.0</maven> |
|
60 | 60 | <dependency> |
61 | 61 | <groupId>org.nhind</groupId> |
62 | 62 | <artifactId>direct-policy</artifactId> |
63 | | - <version>6.0-SNAPSHOT</version> |
| 63 | + <version>6.0</version> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>org.nhind</groupId> |
67 | 67 | <artifactId>config-model</artifactId> |
68 | | - <version>6.0-SNAPSHOT</version> |
| 68 | + <version>6.0</version> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>org.nhind</groupId> |
72 | 72 | <artifactId>direct-common</artifactId> |
73 | | - <version>6.0-SNAPSHOT</version> |
| 73 | + <version>6.0</version> |
74 | 74 | </dependency> |
75 | 75 | <dependency> |
76 | 76 | <groupId>commons-io</groupId> |
|
226 | 226 | </execution> |
227 | 227 | </executions> |
228 | 228 | </plugin> |
229 | | - <!-- for releases only |
230 | 229 | <plugin> |
231 | 230 | <groupId>org.apache.maven.plugins</groupId> |
232 | 231 | <artifactId>maven-javadoc-plugin</artifactId> |
233 | | - <version>2.6.1</version> |
234 | 232 | <configuration> |
| 233 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 234 | + <failOnError>false</failOnError> |
235 | 235 | <charset>UTF-8</charset> |
236 | 236 | <docencoding>UTF-8</docencoding> |
237 | | - <docfilessubdirs>false</docfilessubdirs> |
238 | | - <detectJavaApiLink>false</detectJavaApiLink> |
239 | | - <detectLinks>false</detectLinks> |
| 237 | + <docfilessubdirs>true</docfilessubdirs> |
240 | 238 | <source>1.8</source> |
241 | 239 | <show>public</show> |
242 | | - <additionalparam>-Xdoclint:none</additionalparam> |
243 | 240 | </configuration> |
244 | 241 | <executions> |
245 | 242 | <execution> |
|
250 | 247 | </goals> |
251 | 248 | </execution> |
252 | 249 | </executions> |
253 | | - </plugin> |
| 250 | + </plugin> |
| 251 | + <!-- for releases only |
254 | 252 | <plugin> |
255 | 253 | <groupId>org.apache.maven.plugins</groupId> |
256 | 254 | <artifactId>maven-gpg-plugin</artifactId> |
|
277 | 275 | <plugin> |
278 | 276 | <groupId>org.apache.maven.plugins</groupId> |
279 | 277 | <artifactId>maven-javadoc-plugin</artifactId> |
280 | | - <version>3.0.1</version> |
281 | 278 | <configuration> |
| 279 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 280 | + <failOnError>false</failOnError> |
282 | 281 | <charset>UTF-8</charset> |
283 | 282 | <docencoding>UTF-8</docencoding> |
284 | 283 | <docfilessubdirs>true</docfilessubdirs> |
285 | | - <detectJavaApiLink>true</detectJavaApiLink> |
286 | | - <detectLinks>true</detectLinks> |
287 | 284 | <source>1.8</source> |
288 | | - <show>protected</show> |
| 285 | + <show>public</show> |
289 | 286 | </configuration> |
290 | 287 | </plugin> |
291 | 288 | <plugin> |
|
306 | 303 | <plugin> |
307 | 304 | <groupId>org.codehaus.mojo</groupId> |
308 | 305 | <artifactId>findbugs-maven-plugin</artifactId> |
309 | | - <version>2.3</version> |
| 306 | + <version>2.3.2</version> |
310 | 307 | <configuration> |
311 | 308 | <effort>Max</effort> |
312 | 309 | </configuration> |
|
323 | 320 | </tags> |
324 | 321 | </configuration> |
325 | 322 | </plugin> |
326 | | - <plugin> |
327 | | - <groupId>com.atlassian.maven.plugins</groupId> |
328 | | - <artifactId>maven-clover2-plugin</artifactId> |
329 | | - <version>3.0.2</version> |
330 | | - <configuration> |
331 | | - <licenseLocation>${project.basedir}/../../licenses/clover.license</licenseLocation> |
332 | | - </configuration> |
333 | | - </plugin> |
334 | 323 | </plugins> |
335 | 324 | </reporting> |
336 | 325 | <distributionManagement> |
|
0 commit comments