From 3091fa9acc11f8436968b38b9349d581047759d1 Mon Sep 17 00:00:00 2001 From: amosshi Date: Sat, 24 Apr 2021 19:58:49 -0700 Subject: [PATCH] #4 Update version number to 3.0 --- BinaryInternalsViewer/pom.xml | 5 ++--- CommonLib/pom.xml | 2 +- FormatBMP/pom.xml | 2 +- FormatCLASS/pom.xml | 2 +- FormatDEX/pom.xml | 2 +- FormatELF/pom.xml | 2 +- FormatJPEG/pom.xml | 2 +- FormatPDF/pom.xml | 2 +- FormatPE/pom.xml | 2 +- FormatPNG/pom.xml | 2 +- FormatZIP/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 13 insertions(+), 14 deletions(-) diff --git a/BinaryInternalsViewer/pom.xml b/BinaryInternalsViewer/pom.xml index 19c9e4c..d502937 100644 --- a/BinaryInternalsViewer/pom.xml +++ b/BinaryInternalsViewer/pom.xml @@ -4,13 +4,12 @@ org.freeinternals freeinternals - 2.0 + 3.0 BinaryInternalsViewer freeinternals :: BinaryInternalsViewer jar - 3.0 @@ -102,4 +101,4 @@ - \ No newline at end of file + diff --git a/CommonLib/pom.xml b/CommonLib/pom.xml index 5782471..f24b367 100644 --- a/CommonLib/pom.xml +++ b/CommonLib/pom.xml @@ -4,7 +4,7 @@ org.freeinternals freeinternals - 2.0 + 3.0 freeinternals.commonlib 2.0 diff --git a/FormatBMP/pom.xml b/FormatBMP/pom.xml index e2b35af..737199c 100644 --- a/FormatBMP/pom.xml +++ b/FormatBMP/pom.xml @@ -4,7 +4,7 @@ org.freeinternals freeinternals - 2.0 + 3.0 freeinternals.format.bmp 1.0 diff --git a/FormatCLASS/pom.xml b/FormatCLASS/pom.xml index 99199f9..4acb6cf 100644 --- a/FormatCLASS/pom.xml +++ b/FormatCLASS/pom.xml @@ -4,7 +4,7 @@ org.freeinternals freeinternals - 2.0 + 3.0 freeinternals.format.class 12.0 diff --git a/FormatDEX/pom.xml b/FormatDEX/pom.xml index 1f659da..f54a586 100644 --- a/FormatDEX/pom.xml +++ b/FormatDEX/pom.xml @@ -4,7 +4,7 @@ org.freeinternals freeinternals - 2.0 + 3.0 freeinternals.format.dex 0.2 diff --git a/FormatELF/pom.xml b/FormatELF/pom.xml index bf8d21d..ea0e483 100644 --- a/FormatELF/pom.xml +++ b/FormatELF/pom.xml @@ -4,7 +4,7 @@ org.freeinternals freeinternals - 2.0 + 3.0 freeinternals.format.elf 0.2 diff --git a/FormatJPEG/pom.xml b/FormatJPEG/pom.xml index 70ec994..8b57cea 100644 --- a/FormatJPEG/pom.xml +++ b/FormatJPEG/pom.xml @@ -4,7 +4,7 @@ org.freeinternals freeinternals - 2.0 + 3.0 freeinternals.format.jpeg 2.0 diff --git a/FormatPDF/pom.xml b/FormatPDF/pom.xml index e35e945..6eaf91c 100644 --- a/FormatPDF/pom.xml +++ b/FormatPDF/pom.xml @@ -4,7 +4,7 @@ org.freeinternals freeinternals - 2.0 + 3.0 freeinternals.format.pdf 0.5 diff --git a/FormatPE/pom.xml b/FormatPE/pom.xml index 801569f..84e0631 100644 --- a/FormatPE/pom.xml +++ b/FormatPE/pom.xml @@ -4,7 +4,7 @@ org.freeinternals freeinternals - 2.0 + 3.0 freeinternals.format.pe 0.1 diff --git a/FormatPNG/pom.xml b/FormatPNG/pom.xml index 750920b..17e4e3d 100644 --- a/FormatPNG/pom.xml +++ b/FormatPNG/pom.xml @@ -4,7 +4,7 @@ org.freeinternals freeinternals - 2.0 + 3.0 freeinternals.format.png 1.0 diff --git a/FormatZIP/pom.xml b/FormatZIP/pom.xml index 670f69b..ff2c15d 100644 --- a/FormatZIP/pom.xml +++ b/FormatZIP/pom.xml @@ -4,7 +4,7 @@ org.freeinternals freeinternals - 2.0 + 3.0 freeinternals.format.zip 0.5 diff --git a/pom.xml b/pom.xml index b8b02d6..3191fe6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.freeinternals freeinternals - 2.0 + 3.0 pom Free Internals