Skip to content

Commit

Permalink
Updates for new jdk11 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Jan 7, 2021
1 parent 8fdca52 commit 57fd9c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId>
<version>1.2.4</version>
<version>1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>red5-service</artifactId>
Expand Down Expand Up @@ -57,7 +57,7 @@
</developer>
</developers>
<properties>
<commons-daemon.version>1.2.4</commons-daemon.version>
<commons-daemon.version>1.2.3</commons-daemon.version>
</properties>
<build>
<defaultGoal>install</defaultGoal>
Expand All @@ -82,7 +82,6 @@
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<executions>
<execution>
<id>copy-dependencies</id>
Expand All @@ -101,7 +100,6 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/daemon.xml</descriptor>
Expand Down

0 comments on commit 57fd9c2

Please sign in to comment.