Skip to content

Commit 1915ff6

Browse files
olamygounthar
authored andcommitted
[JENKINS-75278] User pages for users with '\' in the user name fail after upgrading to 2.479.1 (jenkinsci#10344)
Signed-off-by: Olivier Lamy <olamy@apache.org> (cherry picked from commit 9f91315)
1 parent b4943eb commit 1915ff6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ THE SOFTWARE.
7373
</issueManagement>
7474

7575
<properties>
76-
<revision>2.492.3</revision>
76+
<revision>2.502</revision>
7777
<changelist>-SNAPSHOT</changelist>
78-
<project.build.outputTimestamp>2025-03-03T17:25:06Z</project.build.outputTimestamp>
78+
<project.build.outputTimestamp>2025-03-11T13:49:05Z</project.build.outputTimestamp>
7979

8080
<!-- configuration for patch tracker plugin -->
8181
<project.patchManagement.system>github</project.patchManagement.system>
@@ -87,7 +87,7 @@ THE SOFTWARE.
8787
<changelog.url>https://www.jenkins.io/changelog</changelog.url>
8888

8989
<!-- Bundled Remoting version -->
90-
<remoting.version>3283.v92c105e0f819</remoting.version>
90+
<remoting.version>3291.vb_131b_dc231fa_</remoting.version>
9191

9292
<spotbugs.effort>Max</spotbugs.effort>
9393
<spotbugs.threshold>Medium</spotbugs.threshold>
@@ -375,6 +375,11 @@ THE SOFTWARE.
375375
</execution>
376376
</executions>
377377
</plugin>
378+
<plugin>
379+
<groupId>org.apache.maven.plugins</groupId>
380+
<artifactId>maven-checkstyle-plugin</artifactId>
381+
<!-- Version specified in parent POM -->
382+
</plugin>
378383
</plugins>
379384
</build>
380385

0 commit comments

Comments
 (0)