Skip to content

Commit

Permalink
Merge pull request jenkinsci#4776 from StefanSpieker/spotbugs_from_pom
Browse files Browse the repository at this point in the history
Upgrade parent pom to 1.56 to use spotbugs annotation version from pom
  • Loading branch information
timja authored Jun 13, 2020
2 parents 2466805 + 97acf8b commit a684412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ THE SOFTWARE.
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.0.1</version>
<version>${spotbugs-annotations.version}</version>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.55</version>
<version>1.56</version>
<relativePath />
</parent>

Expand Down

0 comments on commit a684412

Please sign in to comment.