Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jul 8, 2022
1 parent 66e01d7 commit dc1006d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<bom>weekly</bom>
<jenkins.version>2.358</jenkins.version>
<!-- TODO https://github.com/jenkinsci/jenkins/pull/6802 -->
<jenkins.version>2.359-rc32570.f88c3356731a_</jenkins.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -498,6 +499,22 @@
</execution>
</executions>
</plugin>
<!-- TODO When JENKINS-68568 is closed, this can be deleted. -->
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>display-info</id>
<configuration>
<rules>
<enforceBytecodeVersion>
<maxJdkVersion>11</maxJdkVersion>
</enforceBytecodeVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
Expand Down

0 comments on commit dc1006d

Please sign in to comment.