Skip to content

Commit

Permalink
Merge pull request #472 from jenkinsci/Vlatombe-patch-1
Browse files Browse the repository at this point in the history
Update versions in README
  • Loading branch information
jglick committed Dec 17, 2021
2 parents 71620ed + 6920ebd commit f68c0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ In order to use the new POM:
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.43</version> <!-- or whatever the newest version available is -->
<version>4.31</version> <!-- or whatever the newest version available is -->
<relativePath />
</parent>
```
* Override the needed properties, e.g.:
```xml
<properties>
<jenkins.version>2.60.1</jenkins.version>
<jenkins.version>2.303.1</jenkins.version>
<java.level>8</java.level>
</properties>
```
Expand Down

0 comments on commit f68c0ab

Please sign in to comment.