Skip to content

Commit

Permalink
#4 Update version number to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amosshi committed Apr 25, 2021
1 parent ffc92a2 commit 3091fa9
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 14 deletions.
5 changes: 2 additions & 3 deletions BinaryInternalsViewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>

<artifactId>BinaryInternalsViewer</artifactId>
<name>freeinternals :: BinaryInternalsViewer</name>
<packaging>jar</packaging>
<version>3.0</version>

<dependencies>
<dependency>
Expand Down Expand Up @@ -102,4 +101,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion CommonLib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>
<artifactId>freeinternals.commonlib</artifactId>
<version>2.0</version>
Expand Down
2 changes: 1 addition & 1 deletion FormatBMP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>
<artifactId>freeinternals.format.bmp</artifactId>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion FormatCLASS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>
<artifactId>freeinternals.format.class</artifactId>
<version>12.0</version>
Expand Down
2 changes: 1 addition & 1 deletion FormatDEX/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>
<artifactId>freeinternals.format.dex</artifactId>
<version>0.2</version>
Expand Down
2 changes: 1 addition & 1 deletion FormatELF/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>
<artifactId>freeinternals.format.elf</artifactId>
<version>0.2</version>
Expand Down
2 changes: 1 addition & 1 deletion FormatJPEG/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>
<artifactId>freeinternals.format.jpeg</artifactId>
<version>2.0</version>
Expand Down
2 changes: 1 addition & 1 deletion FormatPDF/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>
<artifactId>freeinternals.format.pdf</artifactId>
<version>0.5</version>
Expand Down
2 changes: 1 addition & 1 deletion FormatPE/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>
<artifactId>freeinternals.format.pe</artifactId>
<version>0.1</version>
Expand Down
2 changes: 1 addition & 1 deletion FormatPNG/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>
<artifactId>freeinternals.format.png</artifactId>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion FormatZIP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
</parent>
<artifactId>freeinternals.format.zip</artifactId>
<version>0.5</version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.freeinternals</groupId>
<artifactId>freeinternals</artifactId>
<version>2.0</version>
<version>3.0</version>
<packaging>pom</packaging>

<name>Free Internals</name>
Expand Down

0 comments on commit 3091fa9

Please sign in to comment.