Skip to content

Commit c372005

Browse files
committed
Bump to version 2.2.0-SNAPSHOT
1 parent f1c66c3 commit c372005

File tree

11 files changed

+45
-45
lines changed

11 files changed

+45
-45
lines changed

coverage/pom.xml

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

1212
<artifactId>coverage</artifactId>
1313
<description>Aggregate Coverage Report</description>
1414
<name>VTL coverage</name>
15-
<version>2.1.0</version>
15+
<version>2.2.0-SNAPSHOT</version>
1616

1717
<properties>
1818
<sonar.coverage.jacoco.xmlReportPaths>
@@ -24,37 +24,37 @@
2424
<dependency>
2525
<groupId>fr.insee.trevas</groupId>
2626
<artifactId>vtl-engine</artifactId>
27-
<version>2.1.0</version>
27+
<version>2.2.0-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>fr.insee.trevas</groupId>
3131
<artifactId>vtl-jackson</artifactId>
32-
<version>2.1.0</version>
32+
<version>2.2.0-SNAPSHOT</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>fr.insee.trevas</groupId>
3636
<artifactId>vtl-jdbc</artifactId>
37-
<version>2.1.0</version>
37+
<version>2.2.0-SNAPSHOT</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>fr.insee.trevas</groupId>
4141
<artifactId>vtl-model</artifactId>
42-
<version>2.1.0</version>
42+
<version>2.2.0-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>fr.insee.trevas</groupId>
4646
<artifactId>vtl-parser</artifactId>
47-
<version>2.1.0</version>
47+
<version>2.2.0-SNAPSHOT</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>fr.insee.trevas</groupId>
5151
<artifactId>vtl-spark</artifactId>
52-
<version>2.1.0</version>
52+
<version>2.2.0-SNAPSHOT</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>fr.insee.trevas</groupId>
5656
<artifactId>vtl-csv</artifactId>
57-
<version>2.1.0</version>
57+
<version>2.2.0-SNAPSHOT</version>
5858
</dependency>
5959
<dependency>
6060
<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>2.1.0</version>
8+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
10+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
16+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
28+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
10+
<version>2.2.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>vtl-engine</artifactId>
1414
<name>VTL Engine</name>
1515
<description>VTL engine framework for Trevas</description>
16-
<version>2.1.0</version>
16+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
28+
<version>2.2.0-SNAPSHOT</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
<dependency>
3232
<groupId>fr.insee.trevas</groupId>
3333
<artifactId>vtl-model</artifactId>
34-
<version>2.1.0</version>
34+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
10+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
16+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
28+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
10+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
16+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
28+
<version>2.2.0-SNAPSHOT</version>
2929
<scope>compile</scope>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>fr.insee.trevas</groupId>
3434
<artifactId>vtl-engine</artifactId>
35-
<version>2.1.0</version>
35+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
10+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
24+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
10+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
16+
<version>2.2.0-SNAPSHOT</version>
1717

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

vtl-prov/pom.xml

Lines changed: 7 additions & 7 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>2.1.0</version>
10+
<version>2.2.0-SNAPSHOT</version>
1111
</parent>
1212

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

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

1919
<properties>
2020
<sonar.coverage.jacoco.xmlReportPaths>
@@ -32,27 +32,27 @@
3232
<dependency>
3333
<groupId>fr.insee.trevas</groupId>
3434
<artifactId>vtl-parser</artifactId>
35-
<version>2.1.0</version>
35+
<version>2.2.0-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>fr.insee.trevas</groupId>
3939
<artifactId>vtl-engine</artifactId>
40-
<version>2.1.0</version>
40+
<version>2.2.0-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>fr.insee.trevas</groupId>
4444
<artifactId>vtl-spark</artifactId>
45-
<version>2.1.0</version>
45+
<version>2.2.0-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>fr.insee.trevas</groupId>
4949
<artifactId>vtl-model</artifactId>
50-
<version>2.1.0</version>
50+
<version>2.2.0-SNAPSHOT</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>fr.insee.trevas</groupId>
5454
<artifactId>vtl-sdmx</artifactId>
55-
<version>2.1.0</version>
55+
<version>2.2.0-SNAPSHOT</version>
5656
<scope>test</scope>
5757
</dependency>
5858

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>2.1.0</version>
10+
<version>2.2.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>vtl-sdmx</artifactId>
1414
<name>VTL SDMX</name>
1515
<description>Dataset wrapper around SDMX</description>
16-
<version>2.1.0</version>
16+
<version>2.2.0-SNAPSHOT</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>2.1.0</version>
43+
<version>2.2.0-SNAPSHOT</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>fr.insee.trevas</groupId>
4747
<artifactId>vtl-engine</artifactId>
48-
<version>2.1.0</version>
48+
<version>2.2.0-SNAPSHOT</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>fr.insee.trevas</groupId>
5353
<artifactId>vtl-csv</artifactId>
54-
<version>2.1.0</version>
54+
<version>2.2.0-SNAPSHOT</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>fr.insee.trevas</groupId>
5959
<artifactId>vtl-spark</artifactId>
60-
<version>2.1.0</version>
60+
<version>2.2.0-SNAPSHOT</version>
6161
<scope>test</scope>
6262
</dependency>
6363

0 commit comments

Comments
 (0)