Skip to content

Commit 2c0376a

Browse files
committed
Updates for new jdk11 builds
1 parent cbb940b commit 2c0376a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.red5</groupId>
55
<artifactId>red5-parent</artifactId>
6-
<version>1.2.3</version>
6+
<version>1.2.6</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>red5-plugins-parent</artifactId>

tomcat/pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
44
<parent>
55
<groupId>org.red5</groupId>
66
<artifactId>red5-plugins-parent</artifactId>
7-
<version>1.2.3</version>
7+
<version>1.2.6</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>tomcatplugin</artifactId>
1111
<packaging>jar</packaging>
1212
<name>tomcatplugin</name>
13-
<version>2.2.6</version>
13+
<version>2.2.8</version>
1414
<url>https://github.com/Red5/red5-plugins/tree/master/tomcat</url>
1515
<description>Tomcat web and websocket container plugin</description>
1616
<properties>
1717
<!-- Next 3 entries for JDK 8 only; remove for JDK 11 -->
18+
<!--
1819
<maven.compiler.source>1.8</maven.compiler.source>
1920
<maven.compiler.target>1.8</maven.compiler.target>
2021
<java.release.level>8</java.release.level>
22+
-->
2123
<tyrus.version>1.15</tyrus.version>
2224
<!-- Local to plugin version of tomcat https://tomcat.apache.org/download-80.cgi -->
2325
<tomcat-local.version>8.5.61</tomcat-local.version>
@@ -30,12 +32,16 @@
3032
<artifactId>maven-compiler-plugin</artifactId>
3133
<version>3.8.1</version><!--$NO-MVN-MAN-VER$-->
3234
<configuration>
35+
<!--
3336
<source>1.8</source>
3437
<target>1.8</target>
38+
-->
3539
<verbose>true</verbose>
3640
<fork>true</fork>
3741
<executable>/usr/lib/jvm/java-11-amazon-corretto/bin/javac</executable>
42+
<!--
3843
<compilerVersion>1.8</compilerVersion>
44+
-->
3945
</configuration>
4046
</plugin>
4147
<plugin>
@@ -51,7 +57,7 @@
5157
<configuration>
5258
<toolchains>
5359
<jdk>
54-
<version>[1.8,)</version>
60+
<version>[1.11,)</version>
5561
</jdk>
5662
</toolchains>
5763
</configuration>

0 commit comments

Comments
 (0)