Skip to content

Commit

Permalink
Merge pull request #200 from jenkinsci/java11
Browse files Browse the repository at this point in the history
Use Jenkins 2.375.3 as baseline
  • Loading branch information
uhafner authored Mar 9, 2023
2 parents cef8385 + 5474dae commit 5433b39
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.2",
"bootstrap": "^5.2.3",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"rtlcss": "^4.0.0",
Expand Down
22 changes: 16 additions & 6 deletions 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>5.35.0</version>
<version>6.2.0</version>
<relativePath />
</parent>

Expand All @@ -22,6 +22,10 @@
<revision>5.2.2-1</revision>
<changelist>-SNAPSHOT</changelist>
<module.name>${project.groupId}.bootstrap5</module.name>

<plugin-util-api.version>3.0.0-rc693.c098b_871ea_49</plugin-util-api.version>
<font-awesome-api.version>6.3.0-1-rc517.f6b_6e5a_dd4ef</font-awesome-api.version>

</properties>

<licenses>
Expand All @@ -39,15 +43,21 @@
</developer>
</developers>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
<version>${plugin-util-api.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>popper2-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>font-awesome-api</artifactId>
<version>6.2.0-3</version>
<version>${font-awesome-api.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5433b39

Please sign in to comment.