Skip to content

Commit

Permalink
Fix jenkins url
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 12, 2022
1 parent d1a718e commit cd0c210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ Additional Resources
[code-style]: https://maven.apache.org/developers/conventions/code.html
[cla]: https://www.apache.org/licenses/#clas
[maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index
[test-results]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jxr-plugin/job/master/lastCompletedBuild/testReport/
[build]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jxr-plugin/job/master/
[test-results]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jxr/job/master/lastCompletedBuild/testReport/
[build]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jxr/job/master/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ under the License.
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-jxr/</url>
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jxr/</url>
</ciManagement>
<distributionManagement>
<site>
Expand Down

0 comments on commit cd0c210

Please sign in to comment.