Skip to content

Commit

Permalink
Versioned to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Apr 21, 2021
1 parent 0f6f637 commit 7581794
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId>
<version>1.2.6</version>
<version>1.2.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>red5-io</artifactId>
Expand Down Expand Up @@ -58,14 +58,6 @@
<email>[email protected]</email>
</developer>
</developers>
<properties>
<!-- Next 3 entries for JDK 8 only; remove for JDK 11 -->
<!--
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<java.release.level>8</java.release.level>
-->
</properties>
<repositories>
<repository>
<id>sonatype-snapshots</id>
Expand All @@ -81,40 +73,11 @@
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<!-- compiler plugin node for JDK 8 only -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version><!--$NO-MVN-MAN-VER$-->
<configuration>
<!-- commented out for jdk 11
<source>1.8</source>
<target>1.8</target>
-->
<verbose>true</verbose>
<fork>true</fork>
<executable>/usr/lib/jvm/java-11-amazon-corretto/bin/javac</executable>
<!-- commented out for jdk 11
<compilerVersion>1.8</compilerVersion>
-->
</configuration>
</plugin>
<plugin>
<artifactId>maven-toolchains-plugin</artifactId>
<!-- executions/configuration node entries for JDK 8 only; remove for JDK 11 -->
<executions>
<execution>
<goals>
<goal>toolchain</goal>
</goals>
</execution>
</executions>
<configuration>
<toolchains>
<jdk>
<version>[1.11,)</version>
</jdk>
</toolchains>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 7581794

Please sign in to comment.