|
6 | 6 | <parent> |
7 | 7 | <groupId>fr.insee.trevas</groupId> |
8 | 8 | <artifactId>trevas-parent</artifactId> |
9 | | - <version>1.10.0-SNAPSHOT</version> |
| 9 | + <version>1.10.0</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>coverage</artifactId> |
|
22 | 22 | <dependency> |
23 | 23 | <groupId>fr.insee.trevas</groupId> |
24 | 24 | <artifactId>vtl-engine</artifactId> |
25 | | - <version>1.10.0-SNAPSHOT</version> |
| 25 | + <version>1.10.0</version> |
26 | 26 | </dependency> |
27 | 27 | <dependency> |
28 | 28 | <groupId>fr.insee.trevas</groupId> |
29 | 29 | <artifactId>vtl-jackson</artifactId> |
30 | | - <version>1.10.0-SNAPSHOT</version> |
| 30 | + <version>1.10.0</version> |
31 | 31 | </dependency> |
32 | 32 | <dependency> |
33 | 33 | <groupId>fr.insee.trevas</groupId> |
34 | 34 | <artifactId>vtl-jdbc</artifactId> |
35 | | - <version>1.10.0-SNAPSHOT</version> |
| 35 | + <version>1.10.0</version> |
36 | 36 | </dependency> |
37 | 37 | <dependency> |
38 | 38 | <groupId>fr.insee.trevas</groupId> |
39 | 39 | <artifactId>vtl-model</artifactId> |
40 | | - <version>1.10.0-SNAPSHOT</version> |
| 40 | + <version>1.10.0</version> |
41 | 41 | </dependency> |
42 | 42 | <dependency> |
43 | 43 | <groupId>fr.insee.trevas</groupId> |
44 | 44 | <artifactId>vtl-parser</artifactId> |
45 | | - <version>1.10.0-SNAPSHOT</version> |
| 45 | + <version>1.10.0</version> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>fr.insee.trevas</groupId> |
49 | 49 | <artifactId>vtl-spark</artifactId> |
50 | | - <version>1.10.0-SNAPSHOT</version> |
| 50 | + <version>1.10.0</version> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>fr.insee.trevas</groupId> |
54 | 54 | <artifactId>vtl-csv</artifactId> |
55 | | - <version>1.10.0-SNAPSHOT</version> |
| 55 | + <version>1.10.0</version> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
58 | 58 | <groupId>com.fasterxml.jackson.core</groupId> |
|
0 commit comments