File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 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-server-common</artifactId >
5858 </developers >
5959 <properties >
6060 <!-- Next 3 entries for JDK 8 only; remove for JDK 11 -->
61+ <!--
6162 <maven.compiler.source>1.8</maven.compiler.source>
6263 <maven.compiler.target>1.8</maven.compiler.target>
6364 <java.release.level>8</java.release.level>
65+ -->
6466 </properties >
6567 <repositories >
6668 <repository >
6769 <id >sonatype-snapshots</id >
6870 <name >Sonatype Snapshots</name >
69- <url >http ://oss.sonatype.org/content/repositories/snapshots</url >
71+ <url >https ://oss.sonatype.org/content/repositories/snapshots</url >
7072 </repository >
7173 <repository >
7274 <id >sonatype-releases</id >
7375 <name >Sonatype Releases</name >
74- <url >http ://oss.sonatype.org/content/repositories/releases</url >
76+ <url >https ://oss.sonatype.org/content/repositories/releases</url >
7577 </repository >
7678 </repositories >
7779 <build >
8284 <artifactId >maven-compiler-plugin</artifactId >
8385 <version >3.8.1</version ><!-- $NO-MVN-MAN-VER$-->
8486 <configuration >
87+ <!--
8588 <source>1.8</source>
8689 <target>1.8</target>
90+ -->
8791 <verbose >true</verbose >
8892 <fork >true</fork >
8993 <executable >/usr/lib/jvm/java-11-amazon-corretto/bin/javac</executable >
94+ <!--
9095 <compilerVersion>1.8</compilerVersion>
96+ -->
9197 </configuration >
9298 </plugin >
9399 <plugin >
103109 <configuration >
104110 <toolchains >
105111 <jdk >
106- <version >[1.8 ,)</version >
112+ <version >[1.11 ,)</version >
107113 </jdk >
108114 </toolchains >
109115 </configuration >
You can’t perform that action at this time.
0 commit comments