Skip to content

Commit

Permalink
Update versions in README
Browse files Browse the repository at this point in the history
The previous versions were really old, refreshing a bit.
  • Loading branch information
Vlatombe authored Dec 17, 2021
1 parent 8697d3d commit 1673c19
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.204</jenkins.version>
<java.level>8</java.level>
</properties>
```
Expand Down

0 comments on commit 1673c19

Please sign in to comment.