diff --git a/BinaryInternalsViewer/pom.xml b/BinaryInternalsViewer/pom.xml
index 980951a..7ba6ff7 100644
--- a/BinaryInternalsViewer/pom.xml
+++ b/BinaryInternalsViewer/pom.xml
@@ -15,42 +15,42 @@
${project.groupId}
- FormatBMP
+ freeinternals.format.bmp
${project.parent.version}
${project.groupId}
- FormatJPEG
+ freeinternals.format.jpeg
${project.parent.version}
${project.groupId}
- FormatZIP
+ freeinternals.format.zip
${project.parent.version}
${project.groupId}
- FormatPDF
+ freeinternals.format.pdf
${project.parent.version}
${project.groupId}
- FormatDEX
+ freeinternals.format.dex
${project.parent.version}
${project.groupId}
- FormatELF
+ freeinternals.format.elf
${project.parent.version}
${project.groupId}
- FormatPE
+ freeinternals.format.pe
${project.parent.version}
${project.groupId}
- FormatPNG
+ freeinternals.format.png
${project.parent.version}
diff --git a/CommonLib/pom.xml b/CommonLib/pom.xml
index f14ba49..e67b898 100644
--- a/CommonLib/pom.xml
+++ b/CommonLib/pom.xml
@@ -6,7 +6,7 @@
freeinternals
1.0
- CommonLib
+ freeinternals.commonlib
freeinternals :: CommonLib
jar
diff --git a/FormatBMP/pom.xml b/FormatBMP/pom.xml
index e6fb71b..665a38e 100644
--- a/FormatBMP/pom.xml
+++ b/FormatBMP/pom.xml
@@ -6,13 +6,13 @@
freeinternals
1.0
- FormatBMP
+ freeinternals.format.bmp
jar
freeinternals :: FormatBMP
${project.groupId}
- CommonLib
+ freeinternals.commonlib
${project.version}
diff --git a/FormatCLASS/pom.xml b/FormatCLASS/pom.xml
index 6af12a2..a8cdef1 100644
--- a/FormatCLASS/pom.xml
+++ b/FormatCLASS/pom.xml
@@ -8,7 +8,7 @@
1.0
- FormatCLASS
+ freeinternals.format.class
freeinternals :: FormatCLASS
jar
12.0
@@ -16,7 +16,7 @@
${project.groupId}
- CommonLib
+ freeinternals.commonlib
1.0
compile
diff --git a/FormatDEX/pom.xml b/FormatDEX/pom.xml
index 7915c0f..12baebc 100644
--- a/FormatDEX/pom.xml
+++ b/FormatDEX/pom.xml
@@ -6,13 +6,13 @@
freeinternals
1.0
- FormatDEX
+ freeinternals.format.dex
jar
freeinternals :: FormatDEX
${project.groupId}
- CommonLib
+ freeinternals.commonlib
${project.version}
diff --git a/FormatELF/pom.xml b/FormatELF/pom.xml
index 33793e2..873652d 100644
--- a/FormatELF/pom.xml
+++ b/FormatELF/pom.xml
@@ -6,13 +6,13 @@
freeinternals
1.0
- FormatELF
+ freeinternals.format.elf
jar
freeinternals :: FormatELF
${project.groupId}
- CommonLib
+ freeinternals.commonlib
${project.version}
diff --git a/FormatJPEG/pom.xml b/FormatJPEG/pom.xml
index 6f71d28..f4db2a0 100644
--- a/FormatJPEG/pom.xml
+++ b/FormatJPEG/pom.xml
@@ -6,13 +6,13 @@
freeinternals
1.0
- FormatJPEG
+ freeinternals.format.jpeg
jar
freeinternals :: FormatJPEG
${project.groupId}
- CommonLib
+ freeinternals.commonlib
${project.version}
diff --git a/FormatPDF/pom.xml b/FormatPDF/pom.xml
index 302eae8..f57aed1 100644
--- a/FormatPDF/pom.xml
+++ b/FormatPDF/pom.xml
@@ -6,13 +6,13 @@
freeinternals
1.0
- FormatPDF
+ freeinternals.format.pdf
jar
freeinternals :: FormatPDF
${project.groupId}
- CommonLib
+ freeinternals.commonlib
${project.version}
diff --git a/FormatPE/pom.xml b/FormatPE/pom.xml
index 5fc1b53..708d2d3 100644
--- a/FormatPE/pom.xml
+++ b/FormatPE/pom.xml
@@ -6,13 +6,13 @@
freeinternals
1.0
- FormatPE
+ freeinternals.format.pe
jar
freeinternals :: FormatPE
${project.groupId}
- CommonLib
+ freeinternals.commonlib
${project.version}
diff --git a/FormatPNG/pom.xml b/FormatPNG/pom.xml
index a86f562..8ca6ab0 100644
--- a/FormatPNG/pom.xml
+++ b/FormatPNG/pom.xml
@@ -6,13 +6,13 @@
freeinternals
1.0
- FormatPNG
+ freeinternals.format.png
jar
freeinternals :: FormatPNG
${project.groupId}
- CommonLib
+ freeinternals.commonlib
${project.version}
diff --git a/FormatZIP/pom.xml b/FormatZIP/pom.xml
index a5e01ba..3b059b3 100644
--- a/FormatZIP/pom.xml
+++ b/FormatZIP/pom.xml
@@ -6,13 +6,13 @@
freeinternals
1.0
- FormatZIP
+ freeinternals.format.zip
jar
freeinternals :: FormatZIP
${project.groupId}
- CommonLib
+ freeinternals.commonlib
${project.version}
diff --git a/JavaClassViewer/pom.xml b/JavaClassViewer/pom.xml
index 0e24188..7dc92f7 100644
--- a/JavaClassViewer/pom.xml
+++ b/JavaClassViewer/pom.xml
@@ -15,7 +15,7 @@
${project.groupId}
- FormatCLASS
+ freeinternals.format.class
${project.version}
diff --git a/pom.xml b/pom.xml
index b7e032b..684737a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
11
3.2.0
UTF-8
- 4.1.4
+ 4.2.2
@@ -46,7 +46,7 @@
com.puppycrawl.tools
checkstyle
- 8.36.2
+ 8.41