Skip to content

Commit

Permalink
Add Locale to managed set (#3989)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Nov 19, 2024
1 parent 998cfff commit 4ed8daf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-2.462.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
<artifactId>flyway-api</artifactId>
<version>9.22.3-151.v475c057b_07fc</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>locale</artifactId>
<version>546.v1609030511ca_</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>markdown-formatter</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,11 @@
<artifactId>json-path-api</artifactId>
<version>2.9.0-118.v7f23ed82a_8b_8</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>locale</artifactId>
<version>549.v824602fe3393</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>mariadb-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,11 @@
<artifactId>json-path-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>locale</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>mariadb-api</artifactId>
Expand Down

0 comments on commit 4ed8daf

Please sign in to comment.