Skip to content

Commit

Permalink
#4 Java upgrade from version 8 to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
amosshi committed Sep 22, 2019
1 parent 72c8d55 commit e2668bb
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 53 deletions.
5 changes: 0 additions & 5 deletions BinaryInternalsViewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<packaging>jar</packaging>
<version>2.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
5 changes: 0 additions & 5 deletions CommonLib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
<name>freeinternals :: CommonLib</name>
<packaging>jar</packaging>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<build>
<plugins>
</plugins>
Expand Down
4 changes: 0 additions & 4 deletions FormatBMP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
</parent>
<artifactId>FormatBMP</artifactId>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<name>freeinternals :: FormatBMP</name>
<dependencies>
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions FormatCLASS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
<packaging>jar</packaging>
<version>12.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
4 changes: 0 additions & 4 deletions FormatDEX/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
</parent>
<artifactId>FormatDEX</artifactId>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<name>freeinternals :: FormatDEX</name>
<dependencies>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions FormatELF/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
</parent>
<artifactId>FormatELF</artifactId>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<name>freeinternals :: FormatELF</name>
<dependencies>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions FormatJPEG/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
</parent>
<artifactId>FormatJPEG</artifactId>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<name>freeinternals :: FormatJPEG</name>
<dependencies>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions FormatPDF/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
</parent>
<artifactId>FormatPDF</artifactId>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<name>freeinternals :: FormatPDF</name>
<dependencies>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions FormatPE/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
</parent>
<artifactId>FormatPE</artifactId>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<name>freeinternals :: FormatPE</name>
<dependencies>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions FormatPNG/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
</parent>
<artifactId>FormatPNG</artifactId>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<name>freeinternals :: FormatPNG</name>
<dependencies>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions FormatZIP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
</parent>
<artifactId>FormatZIP</artifactId>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<name>freeinternals :: FormatZIP</name>
<dependencies>
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions JavaClassViewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<packaging>jar</packaging>
<version>12.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>

<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.1.2</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
Expand Down

0 comments on commit e2668bb

Please sign in to comment.