Skip to content

Commit 4a21fad

Browse files
authored
Merge pull request #921 from jenkinsci/java.version
Define variable `java.version`
2 parents 63f0f54 + 4ea2e66 commit 4a21fad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.jvnet.hudson.plugins</groupId>
1313
<artifactId>analysis-pom</artifactId>
14-
<version>8.2.0-SNAPSHOT</version>
14+
<version>8.1.1-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616
<name>Analysis Plug-ins Parent POM</name>
1717
<description>This static analysis POM serves as parent POM for all my Jenkins Plugins. It basically enhances the
@@ -47,6 +47,7 @@
4747
<properties>
4848
<jenkins.baseline>2.426</jenkins.baseline>
4949
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
50+
<java.version>${maven.compiler.release}</java.version>
5051
<spotbugs.failOnError>false</spotbugs.failOnError>
5152
<codingstyle.config.version>4.10.0</codingstyle.config.version>
5253

0 commit comments

Comments
 (0)