From a8c7f84b37e2ffdab1acb9c4ac8f19f809798e07 Mon Sep 17 00:00:00 2001 From: Romuald Rousseau Date: Fri, 4 Oct 2024 12:08:28 +0800 Subject: [PATCH] fix: Fix snapshot version --- archery-commons/pom.xml | 4 ++-- archery-csv/pom.xml | 4 ++-- archery-dbf/pom.xml | 4 ++-- archery-examples/pom.xml | 4 ++-- archery-excel/pom.xml | 4 ++-- archery-layex-parser/pom.xml | 4 ++-- archery-llm-classifier/pom.xml | 4 ++-- archery-net-classifier/pom.xml | 4 ++-- archery-parquet/pom.xml | 4 ++-- archery-pdf/pom.xml | 4 ++-- archery/pom.xml | 4 ++-- pom.xml | 2 +- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/archery-commons/pom.xml b/archery-commons/pom.xml index a52c62be..238f34bc 100644 --- a/archery-commons/pom.xml +++ b/archery-commons/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery-commons - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery-commons diff --git a/archery-csv/pom.xml b/archery-csv/pom.xml index c988a0e0..5346fe9f 100644 --- a/archery-csv/pom.xml +++ b/archery-csv/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery-csv - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery-csv diff --git a/archery-dbf/pom.xml b/archery-dbf/pom.xml index dac428b3..f3b5dde0 100644 --- a/archery-dbf/pom.xml +++ b/archery-dbf/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery-dbf - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery-dbf diff --git a/archery-examples/pom.xml b/archery-examples/pom.xml index aab32e9c..d82e21a9 100644 --- a/archery-examples/pom.xml +++ b/archery-examples/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery-examples - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery-examples diff --git a/archery-excel/pom.xml b/archery-excel/pom.xml index e142c2ab..fe76c3c9 100644 --- a/archery-excel/pom.xml +++ b/archery-excel/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery-excel - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery-excel diff --git a/archery-layex-parser/pom.xml b/archery-layex-parser/pom.xml index 28a07f98..bdcddc3f 100644 --- a/archery-layex-parser/pom.xml +++ b/archery-layex-parser/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery-layex-parser - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery-layex-parser diff --git a/archery-llm-classifier/pom.xml b/archery-llm-classifier/pom.xml index c1594fd1..49bb8935 100644 --- a/archery-llm-classifier/pom.xml +++ b/archery-llm-classifier/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery-llm-classifier - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery-llm-classifier diff --git a/archery-net-classifier/pom.xml b/archery-net-classifier/pom.xml index 7cd50a27..ac858dbe 100644 --- a/archery-net-classifier/pom.xml +++ b/archery-net-classifier/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery-net-classifier - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery-net-classifier diff --git a/archery-parquet/pom.xml b/archery-parquet/pom.xml index 73a314a2..ed92a563 100644 --- a/archery-parquet/pom.xml +++ b/archery-parquet/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery-parquet - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery-parquet diff --git a/archery-pdf/pom.xml b/archery-pdf/pom.xml index 588e2991..1c3cac48 100644 --- a/archery-pdf/pom.xml +++ b/archery-pdf/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery-pdf - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery-pdf diff --git a/archery/pom.xml b/archery/pom.xml index 5ff183fc..7d8b9035 100644 --- a/archery/pom.xml +++ b/archery/pom.xml @@ -4,12 +4,12 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT com.github.romualdrousseau archery - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT jar archery diff --git a/pom.xml b/pom.xml index 3bf16be6..5376ffd1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.romualdrousseau archery-monorepo - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT pom archery-monorepo