diff --git a/changelog.html b/changelog.html index 7ac87b6e2c8e45273fda83eb280d3682041609ba..41c860c14bc4f086904b22b6d7aec3ec43662985 100644 --- a/changelog.html +++ b/changelog.html @@ -77,9 +77,14 @@ Upcoming changes (issue 17247)
  • Edited description wasn't reflected when pressing the "Apply" button. - (issue 18436) + (issue 18436) +
  • + Fixed a regression in remoting since 1.519 that caused FindBugs plugins to break. + (issue 18349, + issue 18405)
  • Revisited the extension point added in 1.519 that adds custom plexus components. + diff --git a/pom.xml b/pom.xml index 9c7e41f6aa1742b88d58c22223726f3082bfe3f9..2adae902bc0786ffbefd9aadf5e0975f60cb56fd 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ THE SOFTWARE. org.jenkins-ci.main remoting - 2.25 + 2.26