Skip to content

Commit

Permalink
Fix various errors in POM files
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Koops <jonkoops@gmail.com>
  • Loading branch information
jonkoops authored and mposolda committed Sep 12, 2024
1 parent b7f2a5d commit 255edf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extension/extend-account-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<description>Keycloak Man theme shows how to extend account console.</description>

<properties>
<frontend.plugin.version>1.15.0</frontend.plugin.version>
<node.version>v18.18.2</node.version>
<pnpm.version>8.10.0</pnpm.version>
<pnpm.args.install>install --prefer-offline --frozen-lockfile --ignore-scripts</pnpm.args.install>
Expand Down Expand Up @@ -56,6 +57,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>${frontend.plugin.version}</version>
<configuration>
<nodeVersion>${node.version}</nodeVersion>
<pnpmVersion>${pnpm.version}</pnpmVersion>
Expand Down
3 changes: 2 additions & 1 deletion spring/rest-authz-resource-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</licenses>

<properties>
<version.springboot>3.0.6</version.springboot>
<version.springboot>3.3.3</version.springboot>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -98,6 +98,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${version.springboot}</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 255edf2

Please sign in to comment.