Skip to content

Commit

Permalink
Merge pull request #184 from oleg-nenashev/feature/JENKINS-43985-bye-…
Browse files Browse the repository at this point in the history
…bye-java-7

[JENKINS-43985] - Upgrade Remoting Java requirement to Java 8
  • Loading branch information
oleg-nenashev committed Aug 4, 2017
2 parents cd81fcf + b8c319b commit 967bd94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -61,7 +61,7 @@ THE SOFTWARE.
</scm>

<properties>
<java.level>7</java.level>
<java.level>8</java.level>
<build.type>private</build.type>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
Expand Down Expand Up @@ -233,7 +233,7 @@ THE SOFTWARE.
<!--rulesets>
<ruleset>ruleset.xml</ruleset>
</rulesets-->
<targetJdk>1.6</targetJdk>
<targetJdk>1.${java.level}</targetJdk>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -431,7 +431,7 @@ THE SOFTWARE.
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java17</artifactId>
<artifactId>java1${java.level}</artifactId>
<version>1.0</version>
</signature>
<ignores>
Expand Down

0 comments on commit 967bd94

Please sign in to comment.