Skip to content

Commit d78aa85

Browse files
committed
Updates parent pom to 4.51
command used (but upgrades to 4.53 at the moment): JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64 /opt/maven/apache-maven-3.8.4/bin/mvn -Pjenkins versions:update-parent 4.53 fails with UnsupportedClassVersionError > Building with a Jenkinsfile configuration that includes Java 8 will result in a low-level class version error when using version 4.52 or later of the plugin parent POM. https://www.jenkins.io/doc/developer/tutorial-improve/add-a-jenkinsfile/
1 parent f46cd11 commit d78aa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>3.53</version>
6+
<version>4.51</version>
77
</parent>
88

99
<artifactId>powershell</artifactId>

0 commit comments

Comments
 (0)