Revision e974b018
Added by jenkins almost 2 years ago
pom.xml | ||
---|---|---|
12 | 12 |
<vaadin-spring.version>1.2.0</vaadin-spring.version> |
13 | 13 |
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> |
14 | 14 |
<vaadin-spring-addon-eventbus.version>2.0.0.RELEASE</vaadin-spring-addon-eventbus.version> |
15 |
<cdmlib.version>5.24.0-SNAPSHOT</cdmlib.version>
|
|
15 |
<cdmlib.version>5.25.0-SNAPSHOT</cdmlib.version>
|
|
16 | 16 |
<unitils.version>3.4.2</unitils.version> |
17 | 17 |
<spring-boot.version>1.3.1.RELEASE</spring-boot.version> |
18 | 18 |
<!-- has spring 4.2.4-RELEASE as dependency --> |
... | ... | |
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
|
|
117 | 118 |
<!-- |
118 | 119 |
<dependency> |
119 | 120 |
< ! - - FIXME move to cdmlib-test - - > |
... | ... | |
421 | 422 |
<fail>false</fail> |
422 | 423 |
<skip>false</skip> |
423 | 424 |
<rules> |
424 |
<dependencyConvergence />
|
|
425 |
<dependencyConvergence/> |
|
425 | 426 |
<requireMavenVersion> |
426 | 427 |
<version>[3.6.0,)</version> |
427 | 428 |
</requireMavenVersion> |
... | ... | |
441 | 442 |
|
442 | 443 |
|
443 | 444 |
|
445 |
|
|
444 | 446 |
<!-- Binds by default to the lifecycle phase: validate --> |
445 | 447 |
</goals> |
446 | 448 |
</execution> |
... | ... | |
515 | 517 |
</goals> |
516 | 518 |
</pluginExecutionFilter> |
517 | 519 |
<action> |
518 |
<ignore />
|
|
520 |
<ignore/> |
|
519 | 521 |
</action> |
520 | 522 |
</pluginExecution> |
521 | 523 |
</pluginExecutions> |
Also available in: Unified diff
jenkins bumping cdmlib.version to 5.25.0-SNAPSHOT