Skip to content

Commit

Permalink
Merge pull request #48 from jenkinsci/analysis-pom-5.0.0
Browse files Browse the repository at this point in the history
Bump version of analysis-pom to 5.0.0
  • Loading branch information
uhafner authored Feb 27, 2021
2 parents 92cac97 + 4a63d21 commit c4c397f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>4.7.0</version>
<version>5.0.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -107,6 +107,10 @@
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
<repository>
<id>incrementals.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/incrementals/</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit c4c397f

Please sign in to comment.