From a55c6346aeb149bb0bf47efb8c37187bd8762d54 Mon Sep 17 00:00:00 2001
From: Thomas <thomas.musset@pasteur.fr>
Date: Thu, 30 Mar 2023 13:20:00 +0200
Subject: [PATCH] update artifact version

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0558a15..0b53436 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     </parent>
 
     <artifactId>apache-commons-csv</artifactId>
-    <version>1.10.0</version>
+    <version>2.0.0</version>
     <packaging>jar</packaging>
 
     <name>Apache Commons CSV</name>
-- 
GitLab