Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Version 1.0.0: Use of Tomcat 9 / Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Becker committed Jul 19, 2019
1 parent 4294be2 commit bc08a65
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.openwide.tomcat</groupId>
<artifactId>tomcat-classloader-ordered</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>

<name>Tomcat - Ordered classloader</name>
<description>Tomcat classloader which orders jars by name before loading them</description>
Expand All @@ -11,22 +11,18 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>

<tomcat.version>9.0.16</tomcat.version>

<jdk.version>1.7</jdk.version>

<tomcat.version>8.5.28</tomcat.version>

<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
</properties>

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<version>3.8.0</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
<release>11</release>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit bc08a65

Please sign in to comment.