Skip to content

Commit

Permalink
Merge pull request #45 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 4d3b7ee + ce1d7e3 commit c53b0e0
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 @@ -108,6 +108,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 c53b0e0

Please sign in to comment.