Skip to content

Commit

Permalink
Merge pull request #1571 from OWASP/smalfixes
Browse files Browse the repository at this point in the history
updated node and removed line of todo we will no longer do
  • Loading branch information
commjoen authored Aug 9, 2024
2 parents 21d27bf + 199de34 commit ad4d16c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@
</execution>
</executions>
</plugin>
<!-- todo: #178 add the missing plugins and profiles from https://central.sonatype.org/publish/publish-maven/-->
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
Expand All @@ -465,7 +464,7 @@
</goals>
<phase>generate-resources</phase>
<configuration>
<nodeVersion>v20.15.1</nodeVersion>
<nodeVersion>v20.16.0</nodeVersion>
<!-- download node from https://nodejs.org/dist/ -->
<workingDirectory>js</workingDirectory>
</configuration>
Expand Down

0 comments on commit ad4d16c

Please sign in to comment.