From 5739e0777ddeed906540c78097d9117acecd64fc Mon Sep 17 00:00:00 2001 From: Franck Cotton Date: Mon, 7 Oct 2024 07:15:05 +0200 Subject: [PATCH] Bump to version 1.6.0 --- coverage/pom.xml | 14 +++++++------- pom.xml | 2 +- vtl-csv/pom.xml | 6 +++--- vtl-engine/pom.xml | 8 ++++---- vtl-jackson/pom.xml | 6 +++--- vtl-jdbc/pom.xml | 8 ++++---- vtl-model/pom.xml | 4 ++-- vtl-parser/pom.xml | 4 ++-- vtl-prov/pom.xml | 6 +++--- vtl-sdmx/pom.xml | 12 ++++++------ vtl-spark/pom.xml | 8 ++++---- 11 files changed, 39 insertions(+), 39 deletions(-) diff --git a/coverage/pom.xml b/coverage/pom.xml index ca9f33b09..e58fe437d 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -6,7 +6,7 @@ fr.insee.trevas trevas-parent - 1.6.0-SNAPSHOT + 1.6.0 coverage @@ -22,32 +22,32 @@ fr.insee.trevas vtl-engine - 1.6.0-SNAPSHOT + 1.6.0 fr.insee.trevas vtl-jackson - 1.6.0-SNAPSHOT + 1.6.0 fr.insee.trevas vtl-jdbc - 1.6.0-SNAPSHOT + 1.6.0 fr.insee.trevas vtl-model - 1.6.0-SNAPSHOT + 1.6.0 fr.insee.trevas vtl-parser - 1.6.0-SNAPSHOT + 1.6.0 fr.insee.trevas vtl-spark - 1.6.0-SNAPSHOT + 1.6.0 diff --git a/pom.xml b/pom.xml index 3fc10a202..e7f206ed5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ fr.insee.trevas trevas-parent pom - 1.6.0-SNAPSHOT + 1.6.0 vtl-parser vtl-model diff --git a/vtl-csv/pom.xml b/vtl-csv/pom.xml index a500e3e2d..ad9e229f8 100644 --- a/vtl-csv/pom.xml +++ b/vtl-csv/pom.xml @@ -7,13 +7,13 @@ fr.insee.trevas trevas-parent - 1.6.0-SNAPSHOT + 1.6.0 vtl-csv VTL CSV CSV module for the VTL model - 1.6.0-SNAPSHOT + 1.6.0 @@ -25,7 +25,7 @@ fr.insee.trevas vtl-model - 1.6.0-SNAPSHOT + 1.6.0 net.sf.supercsv diff --git a/vtl-engine/pom.xml b/vtl-engine/pom.xml index 35e9e784c..d56c1c790 100644 --- a/vtl-engine/pom.xml +++ b/vtl-engine/pom.xml @@ -7,13 +7,13 @@ fr.insee.trevas trevas-parent - 1.6.0-SNAPSHOT + 1.6.0 vtl-engine VTL Engine VTL engine framework for Trevas - 1.6.0-SNAPSHOT + 1.6.0 @@ -25,13 +25,13 @@ fr.insee.trevas vtl-parser - 1.6.0-SNAPSHOT + 1.6.0 compile fr.insee.trevas vtl-model - 1.6.0-SNAPSHOT + 1.6.0 compile diff --git a/vtl-jackson/pom.xml b/vtl-jackson/pom.xml index c662720c6..22b5f74c7 100644 --- a/vtl-jackson/pom.xml +++ b/vtl-jackson/pom.xml @@ -7,13 +7,13 @@ fr.insee.trevas trevas-parent - 1.6.0-SNAPSHOT + 1.6.0 vtl-jackson VTL Jackson Jackson module for the VTL model - 1.6.0-SNAPSHOT + 1.6.0 @@ -25,7 +25,7 @@ fr.insee.trevas vtl-model - 1.6.0-SNAPSHOT + 1.6.0 compile diff --git a/vtl-jdbc/pom.xml b/vtl-jdbc/pom.xml index d008df87f..8749a1d98 100644 --- a/vtl-jdbc/pom.xml +++ b/vtl-jdbc/pom.xml @@ -7,13 +7,13 @@ fr.insee.trevas trevas-parent - 1.6.0-SNAPSHOT + 1.6.0 vtl-jdbc VTL JDBC Dataset wrapper around JDBC result set. Useful to expose SQL tables as VTL datasets - 1.6.0-SNAPSHOT + 1.6.0 @@ -25,14 +25,14 @@ fr.insee.trevas vtl-model - 1.6.0-SNAPSHOT + 1.6.0 compile fr.insee.trevas vtl-engine - 1.6.0-SNAPSHOT + 1.6.0 test diff --git a/vtl-model/pom.xml b/vtl-model/pom.xml index b31b32b98..0e7b82a87 100644 --- a/vtl-model/pom.xml +++ b/vtl-model/pom.xml @@ -7,7 +7,7 @@ fr.insee.trevas trevas-parent - 1.6.0-SNAPSHOT + 1.6.0 @@ -21,7 +21,7 @@ vtl-model VTL Model Model describing VTL expressions and bindings - 1.6.0-SNAPSHOT + 1.6.0 diff --git a/vtl-parser/pom.xml b/vtl-parser/pom.xml index cad018c37..0c0397883 100644 --- a/vtl-parser/pom.xml +++ b/vtl-parser/pom.xml @@ -7,13 +7,13 @@ fr.insee.trevas trevas-parent - 1.6.0-SNAPSHOT + 1.6.0 vtl-parser VTL Parser Artifacts generated by Antlr from the VTL grammar files - 1.6.0-SNAPSHOT + 1.6.0 diff --git a/vtl-prov/pom.xml b/vtl-prov/pom.xml index 9317d6ed9..5bae38c52 100644 --- a/vtl-prov/pom.xml +++ b/vtl-prov/pom.xml @@ -7,14 +7,14 @@ fr.insee.trevas trevas-parent - 1.6.0-SNAPSHOT + 1.6.0 VTL Provenance Provenance static analysis vtl-prov - 1.6.0-SNAPSHOT + 1.6.0 @@ -32,7 +32,7 @@ fr.insee.trevas vtl-parser - 1.6.0-SNAPSHOT + 1.6.0 diff --git a/vtl-sdmx/pom.xml b/vtl-sdmx/pom.xml index 740d8ce97..b4558806e 100644 --- a/vtl-sdmx/pom.xml +++ b/vtl-sdmx/pom.xml @@ -7,13 +7,13 @@ fr.insee.trevas trevas-parent - 1.6.0-SNAPSHOT + 1.6.0 vtl-sdmx VTL SDMX Dataset wrapper around SDMX - 1.6.0-SNAPSHOT + 1.6.0 @@ -40,24 +40,24 @@ fr.insee.trevas vtl-model - 1.6.0-SNAPSHOT + 1.6.0 fr.insee.trevas vtl-engine - 1.6.0-SNAPSHOT + 1.6.0 test fr.insee.trevas vtl-csv - 1.6.0-SNAPSHOT + 1.6.0 test fr.insee.trevas vtl-spark - 1.6.0-SNAPSHOT + 1.6.0 test diff --git a/vtl-spark/pom.xml b/vtl-spark/pom.xml index 8beba5582..551815d1a 100644 --- a/vtl-spark/pom.xml +++ b/vtl-spark/pom.xml @@ -7,13 +7,13 @@ fr.insee.trevas trevas-parent - 1.6.0-SNAPSHOT + 1.6.0 vtl-spark VTL Spark Trevas engine for Apache Spark - 1.6.0-SNAPSHOT + 1.6.0 @@ -25,13 +25,13 @@ fr.insee.trevas vtl-model - 1.6.0-SNAPSHOT + 1.6.0 compile fr.insee.trevas vtl-engine - 1.6.0-SNAPSHOT + 1.6.0 test