Skip to content

Commit 910dcfc

Browse files
committed
Bump to version 1.10.0
1 parent b91e88a commit 910dcfc

File tree

11 files changed

+43
-43
lines changed

11 files changed

+43
-43
lines changed

coverage/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>fr.insee.trevas</groupId>
88
<artifactId>trevas-parent</artifactId>
9-
<version>1.10.0-SNAPSHOT</version>
9+
<version>1.10.0</version>
1010
</parent>
1111

1212
<artifactId>coverage</artifactId>
@@ -22,37 +22,37 @@
2222
<dependency>
2323
<groupId>fr.insee.trevas</groupId>
2424
<artifactId>vtl-engine</artifactId>
25-
<version>1.10.0-SNAPSHOT</version>
25+
<version>1.10.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>fr.insee.trevas</groupId>
2929
<artifactId>vtl-jackson</artifactId>
30-
<version>1.10.0-SNAPSHOT</version>
30+
<version>1.10.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>fr.insee.trevas</groupId>
3434
<artifactId>vtl-jdbc</artifactId>
35-
<version>1.10.0-SNAPSHOT</version>
35+
<version>1.10.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>fr.insee.trevas</groupId>
3939
<artifactId>vtl-model</artifactId>
40-
<version>1.10.0-SNAPSHOT</version>
40+
<version>1.10.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>fr.insee.trevas</groupId>
4444
<artifactId>vtl-parser</artifactId>
45-
<version>1.10.0-SNAPSHOT</version>
45+
<version>1.10.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>fr.insee.trevas</groupId>
4949
<artifactId>vtl-spark</artifactId>
50-
<version>1.10.0-SNAPSHOT</version>
50+
<version>1.10.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>fr.insee.trevas</groupId>
5454
<artifactId>vtl-csv</artifactId>
55-
<version>1.10.0-SNAPSHOT</version>
55+
<version>1.10.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.fasterxml.jackson.core</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>fr.insee.trevas</groupId>
66
<artifactId>trevas-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
<modules>
1010
<module>vtl-parser</module>
1111
<module>vtl-model</module>

vtl-csv/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>fr.insee.trevas</groupId>
99
<artifactId>trevas-parent</artifactId>
10-
<version>1.10.0-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>vtl-csv</artifactId>
1414
<name>VTL CSV</name>
1515
<description>CSV module for the VTL model</description>
16-
<version>1.10.0-SNAPSHOT</version>
16+
<version>1.10.0</version>
1717

1818
<properties>
1919
<sonar.coverage.jacoco.xmlReportPaths>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>fr.insee.trevas</groupId>
2727
<artifactId>vtl-model</artifactId>
28-
<version>1.10.0-SNAPSHOT</version>
28+
<version>1.10.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>net.sf.supercsv</groupId>

vtl-engine/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>fr.insee.trevas</groupId>
99
<artifactId>trevas-parent</artifactId>
10-
<version>1.10.0-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>vtl-engine</artifactId>
1414
<name>VTL Engine</name>
1515
<description>VTL engine framework for Trevas</description>
16-
<version>1.10.0-SNAPSHOT</version>
16+
<version>1.10.0</version>
1717

1818
<properties>
1919
<sonar.coverage.jacoco.xmlReportPaths>
@@ -25,13 +25,13 @@
2525
<dependency>
2626
<groupId>fr.insee.trevas</groupId>
2727
<artifactId>vtl-parser</artifactId>
28-
<version>1.10.0-SNAPSHOT</version>
28+
<version>1.10.0</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
<dependency>
3232
<groupId>fr.insee.trevas</groupId>
3333
<artifactId>vtl-model</artifactId>
34-
<version>1.10.0-SNAPSHOT</version>
34+
<version>1.10.0</version>
3535
<scope>compile</scope>
3636
</dependency>
3737
<dependency>

vtl-jackson/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>fr.insee.trevas</groupId>
99
<artifactId>trevas-parent</artifactId>
10-
<version>1.10.0-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>vtl-jackson</artifactId>
1414
<name>VTL Jackson</name>
1515
<description>Jackson module for the VTL model</description>
16-
<version>1.10.0-SNAPSHOT</version>
16+
<version>1.10.0</version>
1717

1818
<properties>
1919
<sonar.coverage.jacoco.xmlReportPaths>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>fr.insee.trevas</groupId>
2727
<artifactId>vtl-model</artifactId>
28-
<version>1.10.0-SNAPSHOT</version>
28+
<version>1.10.0</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
<dependency>

vtl-jdbc/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>fr.insee.trevas</groupId>
99
<artifactId>trevas-parent</artifactId>
10-
<version>1.10.0-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>vtl-jdbc</artifactId>
1414
<name>VTL JDBC</name>
1515
<description>Dataset wrapper around JDBC result set. Useful to expose SQL tables as VTL datasets</description>
16-
<version>1.10.0-SNAPSHOT</version>
16+
<version>1.10.0</version>
1717

1818
<properties>
1919
<sonar.coverage.jacoco.xmlReportPaths>
@@ -25,14 +25,14 @@
2525
<dependency>
2626
<groupId>fr.insee.trevas</groupId>
2727
<artifactId>vtl-model</artifactId>
28-
<version>1.10.0-SNAPSHOT</version>
28+
<version>1.10.0</version>
2929
<scope>compile</scope>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>fr.insee.trevas</groupId>
3434
<artifactId>vtl-engine</artifactId>
35-
<version>1.10.0-SNAPSHOT</version>
35+
<version>1.10.0</version>
3636
<scope>test</scope>
3737
</dependency>
3838

vtl-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>fr.insee.trevas</groupId>
99
<artifactId>trevas-parent</artifactId>
10-
<version>1.10.0-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<dependencies>
@@ -21,7 +21,7 @@
2121
<artifactId>vtl-model</artifactId>
2222
<name>VTL Model</name>
2323
<description>Model describing VTL expressions and bindings</description>
24-
<version>1.10.0-SNAPSHOT</version>
24+
<version>1.10.0</version>
2525

2626
<properties>
2727
<sonar.coverage.jacoco.xmlReportPaths>

vtl-parser/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>fr.insee.trevas</groupId>
99
<artifactId>trevas-parent</artifactId>
10-
<version>1.10.0-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>vtl-parser</artifactId>
1414
<name>VTL Parser</name>
1515
<description>Artifacts generated by Antlr from the VTL grammar files</description>
16-
<version>1.10.0-SNAPSHOT</version>
16+
<version>1.10.0</version>
1717

1818
<!-- Warning: not lastest, align with version embedded by Spark-->
1919
<properties>

vtl-prov/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<parent>
88
<groupId>fr.insee.trevas</groupId>
99
<artifactId>trevas-parent</artifactId>
10-
<version>1.10.0-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<name>VTL Provenance</name>
1414
<description>Provenance static analysis</description>
1515

1616
<artifactId>vtl-prov</artifactId>
17-
<version>1.10.0-SNAPSHOT</version>
17+
<version>1.10.0</version>
1818

1919
<properties>
2020
<sonar.coverage.jacoco.xmlReportPaths>
@@ -32,22 +32,22 @@
3232
<dependency>
3333
<groupId>fr.insee.trevas</groupId>
3434
<artifactId>vtl-parser</artifactId>
35-
<version>1.10.0-SNAPSHOT</version>
35+
<version>1.10.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>fr.insee.trevas</groupId>
3939
<artifactId>vtl-engine</artifactId>
40-
<version>1.10.0-SNAPSHOT</version>
40+
<version>1.10.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>fr.insee.trevas</groupId>
4444
<artifactId>vtl-spark</artifactId>
45-
<version>1.10.0-SNAPSHOT</version>
45+
<version>1.10.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>fr.insee.trevas</groupId>
4949
<artifactId>vtl-model</artifactId>
50-
<version>1.10.0-SNAPSHOT</version>
50+
<version>1.10.0</version>
5151
</dependency>
5252

5353
<!-- Jena 5 requires Java 17+ -->

vtl-sdmx/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>fr.insee.trevas</groupId>
99
<artifactId>trevas-parent</artifactId>
10-
<version>1.10.0-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>vtl-sdmx</artifactId>
1414
<name>VTL SDMX</name>
1515
<description>Dataset wrapper around SDMX</description>
16-
<version>1.10.0-SNAPSHOT</version>
16+
<version>1.10.0</version>
1717

1818
<repositories>
1919
<repository>
@@ -40,24 +40,24 @@
4040
<dependency>
4141
<groupId>fr.insee.trevas</groupId>
4242
<artifactId>vtl-model</artifactId>
43-
<version>1.10.0-SNAPSHOT</version>
43+
<version>1.10.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>fr.insee.trevas</groupId>
4747
<artifactId>vtl-engine</artifactId>
48-
<version>1.10.0-SNAPSHOT</version>
48+
<version>1.10.0</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>fr.insee.trevas</groupId>
5353
<artifactId>vtl-csv</artifactId>
54-
<version>1.10.0-SNAPSHOT</version>
54+
<version>1.10.0</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>fr.insee.trevas</groupId>
5959
<artifactId>vtl-spark</artifactId>
60-
<version>1.10.0-SNAPSHOT</version>
60+
<version>1.10.0</version>
6161
<scope>test</scope>
6262
</dependency>
6363

0 commit comments

Comments
 (0)