From 908e81dd173f380879d5fabeb5794d5b7a76df0e Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Fri, 19 Jun 2026 10:40:50 +0000
Subject: [PATCH] fix bug in package refactor

---
 fdx_convert/pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fdx_convert/pom.xml b/fdx_convert/pom.xml
index 31e5e35..2de8e5f 100644
--- a/fdx_convert/pom.xml
+++ b/fdx_convert/pom.xml
@@ -3,7 +3,7 @@
     
     <modelVersion>4.0.0</modelVersion>
     
-    <groupId>com.megatim.importation.validation.data.client</groupId>
+    <groupId>com.megatim.com.megatim.fdxconvert</groupId>
     <artifactId>fdx-convert-client</artifactId>
     <version>1.0</version>
     
@@ -11,7 +11,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        <exec.mainClass>importation.validation.data.client.App</exec.mainClass>
+        <exec.mainClass>com.megatim.fdxconvert.App</exec.mainClass>
     </properties>
     
     <build>
@@ -23,7 +23,7 @@
                 <configuration>
                     <archive>
                         <manifest>
-                            <mainClass>importation.validation.data.client.App</mainClass>
+                            <mainClass>com.megatim.fdxconvert.App</mainClass>
                         </manifest>
                     </archive>
                     <descriptorRefs>

--
Gitblit v1.10.0