|
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-ui</artifactId> |
6 | 6 | <packaging>war</packaging> |
7 | | - <version>6.0-SNAPSHOT</version> |
| 7 | + <version>6.0</version> |
8 | 8 | <name>NHIN Direct Java Configuration UI</name> |
9 | 9 | <description>NHIN Direct Java Configuration UI</description> |
10 | 10 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-ui/${project.version}</url> |
11 | 11 | <scm> |
12 | | - <url>scm:git:https://github.com/DirectProject/config-ui.git</url> |
13 | | - <connection>scm:git:https://github.com/DirectProject/config-ui.git</connection> |
| 12 | + <url>scm:git:https://github.com/DirectProjectJavaRI/config-ui.git</url> |
| 13 | + <connection>scm:git:https://github.com/DirectProjectJavaRI/config-ui.git</connection> |
14 | 14 | </scm> |
15 | 15 | <parent> |
16 | 16 | <groupId>org.springframework.boot</groupId> |
|
34 | 34 | <name>Greg Meyer</name> |
35 | 35 | <id>GM2552</id> |
36 | 36 | <email>gm2552@cerner.com</email> |
| 37 | + <roles> |
| 38 | + <role>owner</role> |
| 39 | + </roles> |
37 | 40 | </developer> |
38 | 41 | <developer> |
39 | 42 | <name>Beau Grantham</name> |
|
51 | 54 | <prerequisites> |
52 | 55 | <maven>3.0.0</maven> |
53 | 56 | </prerequisites> |
54 | | - |
55 | | - <repositories> |
56 | | - <repository> |
57 | | - <id>spring-milestone</id> |
58 | | - <name>Spring Milestone Releases</name> |
59 | | - <url>https://repo.spring.io/milestone/</url> |
60 | | - </repository> |
61 | | - </repositories> |
62 | 57 | <dependencyManagement> |
63 | 58 | <dependencies> |
64 | 59 | <dependency> |
|
78 | 73 | <dependency> |
79 | 74 | <groupId>org.springframework.cloud</groupId> |
80 | 75 | <artifactId>spring-cloud-starter-parent</artifactId> |
81 | | - <version>Greenwich.RC1</version> |
| 76 | + <version>Greenwich.RELEASE</version> |
82 | 77 | <type>pom</type> |
83 | 78 | <scope>import</scope> |
84 | 79 | </dependency> |
|
173 | 168 | <dependency> |
174 | 169 | <groupId>${project.groupId}</groupId> |
175 | 170 | <artifactId>direct-common</artifactId> |
176 | | - <version>6.0-SNAPSHOT</version> |
| 171 | + <version>6.0</version> |
177 | 172 | </dependency> |
178 | 173 | <dependency> |
179 | 174 | <groupId>${project.groupId}</groupId> |
|
189 | 184 | <dependency> |
190 | 185 | <groupId>${project.groupId}</groupId> |
191 | 186 | <artifactId>config-service-client</artifactId> |
192 | | - <version>6.0-SNAPSHOT</version> |
| 187 | + <version>6.0</version> |
193 | 188 | </dependency> |
194 | 189 | <dependency> |
195 | 190 | <groupId>${project.groupId}</groupId> |
196 | 191 | <artifactId>config-store</artifactId> |
197 | | - <version>6.0-SNAPSHOT</version> |
| 192 | + <version>6.0</version> |
198 | 193 | </dependency> |
199 | 194 | <dependency> |
200 | 195 | <groupId>${project.groupId}</groupId> |
201 | 196 | <artifactId>config-service-jar</artifactId> |
202 | | - <version>6.0-SNAPSHOT</version> |
| 197 | + <version>6.0</version> |
203 | 198 | <scope>test</scope> |
204 | 199 | </dependency> |
205 | 200 | <dependency> |
|
232 | 227 | <target>1.8</target> |
233 | 228 | </configuration> |
234 | 229 | </plugin> |
235 | | - <!-- for releases only |
| 230 | + |
236 | 231 | <plugin> |
237 | 232 | <groupId>org.apache.maven.plugins</groupId> |
238 | 233 | <artifactId>maven-javadoc-plugin</artifactId> |
239 | 234 | <version>2.6.1</version> |
240 | 235 | <configuration> |
| 236 | + <additionalparam>-Xdoclint:none</additionalparam> |
241 | 237 | <charset>UTF-8</charset> |
242 | 238 | <docencoding>UTF-8</docencoding> |
243 | 239 | <docfilessubdirs>true</docfilessubdirs> |
244 | 240 | <detectJavaApiLink>true</detectJavaApiLink> |
245 | 241 | <detectLinks>true</detectLinks> |
246 | 242 | <source>1.8</source> |
247 | | - <show>protected</show> |
| 243 | + <show>public</show> |
248 | 244 | </configuration> |
249 | 245 | <executions> |
250 | 246 | <execution> |
|
255 | 251 | </goals> |
256 | 252 | </execution> |
257 | 253 | </executions> |
258 | | - </plugin> |
| 254 | + </plugin> |
| 255 | + <!-- for releases only |
259 | 256 | <plugin> |
260 | 257 | <groupId>org.apache.maven.plugins</groupId> |
261 | 258 | <artifactId>maven-gpg-plugin</artifactId> |
|
271 | 268 | </plugin> |
272 | 269 | --> |
273 | 270 | </plugins> |
274 | | - <pluginManagement> |
275 | | - <plugins> |
276 | | - <plugin> |
277 | | - <groupId>org.apache.maven.plugins</groupId> |
278 | | - <artifactId>maven-release-plugin</artifactId> |
279 | | - <version>2.0</version> |
280 | | - <configuration> |
281 | | - <tagBase>scm:hg:https://nhin-d.googlecode.com/hg/nhin-d/java/tags</tagBase> |
282 | | - </configuration> |
283 | | - </plugin> |
284 | | - </plugins> |
285 | | - </pluginManagement> |
286 | 271 | </build> |
287 | 272 | <reporting> |
288 | 273 | <plugins> |
289 | 274 | <plugin> |
290 | 275 | <groupId>org.apache.maven.plugins</groupId> |
291 | 276 | <artifactId>maven-project-info-reports-plugin</artifactId> |
292 | | - <version>2.1</version> |
| 277 | + <version>2.9</version> |
293 | 278 | <reportSets> |
294 | 279 | <reportSet> |
295 | 280 | <reports> |
|
299 | 284 | </reportSets> |
300 | 285 |
|
301 | 286 | </plugin> |
302 | | - <!--<plugin> |
303 | | - <groupId>org.apache.maven.plugins</groupId> |
304 | | - <artifactId>maven-javadoc-plugin</artifactId> |
305 | | - <version>2.6.1</version> |
306 | | - <configuration> |
307 | | - <charset>UTF-8</charset> |
308 | | - <docencoding>UTF-8</docencoding> |
309 | | - <docfilessubdirs>true</docfilessubdirs> |
310 | | - <detectJavaApiLink>true</detectJavaApiLink> |
311 | | - <detectLinks>true</detectLinks> |
312 | | - <source>1.8</source> |
313 | | - <show>protected</show> |
314 | | - <excludePackageNames> |
315 | | - oasis.names.tc.ebxml_regrep.xsd:ihe.iti.xds_b._2007 |
316 | | - </excludePackageNames> |
317 | | - </configuration> |
318 | | - </plugin> |
319 | | - <plugin> |
320 | | - <groupId>org.apache.maven.plugins</groupId> |
321 | | - <artifactId>maven-pmd-plugin</artifactId> |
322 | | - <configuration> |
323 | | - <targetJdk>1.8</targetJdk> |
324 | | - </configuration> |
325 | | - <version>3.0.1</version> |
326 | | - </plugin> |
327 | | - <plugin> |
328 | | - <groupId>org.apache.maven.plugins</groupId> |
329 | | - <artifactId>maven-surefire-report-plugin</artifactId> |
330 | | - <version>2.15</version> |
331 | | - </plugin> |
332 | | - <plugin> |
333 | | - <groupId>org.apache.maven.plugins</groupId> |
334 | | - <artifactId>maven-jxr-plugin</artifactId> |
335 | | - <version>2.3</version> |
336 | | - </plugin> |
337 | | - <plugin> |
338 | | - <groupId>org.apache.maven.plugins</groupId> |
339 | | - <artifactId>maven-changelog-plugin</artifactId> |
340 | | - <configuration> |
341 | | - <dates> |
342 | | - --><!-- Insert the date of the most recent release --><!-- |
343 | | - <date>2007-01-01</date> |
344 | | - </dates> |
345 | | - <outputEncoding>UTF-8</outputEncoding> |
346 | | - <type>date</type> |
347 | | - </configuration> |
348 | | - <version>2.2</version> |
349 | | - </plugin> |
350 | | - <plugin> |
351 | | - <groupId>org.codehaus.mojo</groupId> |
352 | | - <artifactId>clirr-maven-plugin</artifactId> |
353 | | - <configuration> |
354 | | - <minSeverity>info</minSeverity> |
355 | | - </configuration> |
356 | | - <version>2.5</version> |
357 | | - </plugin> |
358 | | - <plugin> |
359 | | - <groupId>org.codehaus.mojo</groupId> |
360 | | - <artifactId>findbugs-maven-plugin</artifactId> |
361 | | - <version>1.2</version> |
362 | | - <configuration> |
363 | | - <effort>Max</effort> |
364 | | - <localRepository></localRepository> |
365 | | - </configuration> |
366 | | - |
367 | | - </plugin> |
368 | | - <plugin> |
369 | | - <groupId>org.codehaus.mojo</groupId> |
370 | | - <artifactId>taglist-maven-plugin</artifactId> |
371 | | - <configuration> |
372 | | - <tags> |
373 | | - <tag>FIXME</tag> |
374 | | - <tag>TODO</tag> |
375 | | - <tag>WARN</tag> |
376 | | - <tag>@deprecated</tag> |
377 | | - </tags> |
378 | | - </configuration> |
379 | | - <version>2.4</version> |
380 | | - </plugin>--> |
381 | 287 | </plugins> |
382 | 288 | </reporting> |
383 | 289 | <distributionManagement> |
|
0 commit comments