Revision 6d4bccc5
Added by jenkins almost 7 years ago
pom.xml | ||
---|---|---|
10 | 10 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
11 | 11 |
<vaadin.version>7.6.3</vaadin.version> |
12 | 12 |
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> |
13 |
<cdmlib.version>4.0.0-SNAPSHOT</cdmlib.version>
|
|
13 |
<cdmlib.version>4.1.0-SNAPSHOT</cdmlib.version>
|
|
14 | 14 |
<unitils.version>3.4.2</unitils.version> |
15 | 15 |
<spring.version>4.2.4.RELEASE</spring.version> |
16 | 16 |
</properties> |
... | ... | |
72 | 72 |
<layout>default</layout> |
73 | 73 |
</repository> |
74 | 74 |
</distributionManagement> |
75 |
|
|
76 | 75 |
<profiles> |
77 | 76 |
<profile> |
78 | 77 |
<activation> |
... | ... | |
317 | 316 |
</plugins> |
318 | 317 |
</pluginManagement> |
319 | 318 |
</build> |
320 |
<dependencies>
|
|
319 |
<dependencies> |
|
321 | 320 |
<dependency> |
322 | 321 |
<groupId>com.vaadin</groupId> |
323 | 322 |
<artifactId>vaadin-server</artifactId> |
... | ... | |
371 | 370 |
<groupId>eu.etaxonomy</groupId> |
372 | 371 |
<artifactId>cdmlib-services</artifactId> |
373 | 372 |
<version>${cdmlib.version}</version> |
373 |
|
|
374 | 374 |
<!-- <scope>provided</scope> --> |
375 | 375 |
</dependency> |
376 | 376 |
<dependency> |
... | ... | |
381 | 381 |
</dependency> |
382 | 382 |
<!-- to override version number coming with vaadin client --> |
383 | 383 |
<dependency> |
384 |
<groupId>javax.validation</groupId> |
|
385 |
<artifactId>validation-api</artifactId> |
|
386 |
<version>1.1.0.Final</version> |
|
387 |
</dependency> |
|
388 |
|
|
389 |
|
|
390 |
|
|
384 |
<groupId>javax.validation</groupId> |
|
385 |
<artifactId>validation-api</artifactId> |
|
386 |
<version>1.1.0.Final</version> |
|
387 |
</dependency> |
|
391 | 388 |
<dependency> |
392 | 389 |
<groupId>org.springmodules</groupId> |
393 | 390 |
<artifactId>spring-modules-cache</artifactId> |
... | ... | |
422 | 419 |
<version>${spring.version}</version> |
423 | 420 |
<scope>provided</scope> |
424 | 421 |
</dependency> |
425 |
<dependency> |
|
426 |
<groupId>org.springframework</groupId> |
|
427 |
<artifactId>spring-web</artifactId> |
|
428 |
<version>${spring.version}</version> |
|
429 |
</dependency> |
|
430 |
<dependency> |
|
431 |
<groupId>org.springframework</groupId> |
|
432 |
<artifactId>spring-webmvc</artifactId> |
|
433 |
<version>${spring.version}</version> |
|
434 |
</dependency> |
|
435 |
|
|
422 |
<dependency> |
|
423 |
<groupId>org.springframework</groupId> |
|
424 |
<artifactId>spring-web</artifactId> |
|
425 |
<version>${spring.version}</version> |
|
426 |
</dependency> |
|
427 |
<dependency> |
|
428 |
<groupId>org.springframework</groupId> |
|
429 |
<artifactId>spring-webmvc</artifactId> |
|
430 |
<version>${spring.version}</version> |
|
431 |
</dependency> |
|
436 | 432 |
<!-- vaadin addons / extensions --> |
437 | 433 |
<dependency> |
438 | 434 |
<groupId>org.vaadin.addons</groupId> |
439 | 435 |
<artifactId>contextmenu</artifactId> |
440 | 436 |
<version>4.5</version> |
441 | 437 |
</dependency> |
442 |
|
|
443 | 438 |
<dependency> |
444 | 439 |
<groupId>junit</groupId> |
445 | 440 |
<artifactId>junit</artifactId> |
... | ... | |
601 | 596 |
<scope>provided</scope> |
602 | 597 |
</dependency> |
603 | 598 |
<dependency> |
604 |
<groupId>org.json</groupId> |
|
605 |
<artifactId>json</artifactId> |
|
606 |
<version>20151123</version> |
|
607 |
</dependency> |
|
608 |
|
|
599 |
<groupId>org.json</groupId> |
|
600 |
<artifactId>json</artifactId> |
|
601 |
<version>20151123</version> |
|
602 |
</dependency> |
|
609 | 603 |
</dependencies> |
610 | 604 |
</project> |
Also available in: Unified diff
jenkins bumping cdmlib.version to 4.1.0-SNAPSHOT