Skip to content

Commit

Permalink
Update parent pom to 4.41 (#123)
Browse files Browse the repository at this point in the history
* Update parent pom to 4.40

* Update pom.xml

* Remove java level deprecated property
  • Loading branch information
timja authored Jul 2, 2022
1 parent 6cc99ce commit 30f6afa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.37</version>
<version>4.41</version>
</parent>
<artifactId>matrix-auth</artifactId>
<version>${revision}${changelist}</version>
Expand All @@ -17,7 +17,6 @@
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<hpi.compatibleSinceVersion>3.0</hpi.compatibleSinceVersion>
<jenkins.version>2.277.1</jenkins.version>
<java.level>8</java.level>
</properties>
<licenses>
<license>
Expand Down

0 comments on commit 30f6afa

Please sign in to comment.