From d635e655b626595e5f27d8eb75517de0bca1d0f2 Mon Sep 17 00:00:00 2001
From: Thomas <thomas.musset@pasteur.fr>
Date: Mon, 3 Feb 2025 18:50:34 +0100
Subject: [PATCH] fixed version typo

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

diff --git a/pom.xml b/pom.xml
index f633bc5..07f8b3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
 
     <!-- Project Information -->
     <artifactId>apache-commons-io</artifactId>
-    <version>2.0.0.a.1</version>
+    <version>2.0.0-a.1</version>
 
     <name>Apache Commons IO</name>
     <description>
-- 
GitLab