Skip to content

Commit

Permalink
Merge pull request #200 from jenkinsci/downgrade-jenkins
Browse files Browse the repository at this point in the history
Downgrade jenkins to latest lts
  • Loading branch information
garethjevans authored Jun 14, 2022
2 parents 9ede850 + 5816f2f commit 7dcd801
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>0.10.1-SNAPSHOT</version>
<packaging>hpi</packaging>
<properties>
<jenkins.version>2.334</jenkins.version>
<jenkins.version>2.332</jenkins.version>
<java.level>8</java.level>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
Expand All @@ -33,7 +33,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 7dcd801

Please sign in to comment.