Skip to content

Commit

Permalink
lens: updates maven config (#3609)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt authored Dec 4, 2023
1 parent 81b8f16 commit b51f760
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zipkin-lens/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<!-- Update occasionally based on LTS, but don't overrun what's in Alpine:
https://nodejs.org/en/download/
https://pkgs.alpinelinux.org/packages?name=nodejs&branch=edge -->
<node.version>14.15.3</node.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<frontend-maven-plugin.version>1.11.0</frontend-maven-plugin.version>
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
<node.version>14.21.3</node.version>
<exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit b51f760

Please sign in to comment.