Skip to content

Commit

Permalink
chore(deps): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Jun 20, 2024
1 parent 6ca2d49 commit 19b5942
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<description>${description}</description>

<properties>
<node.version>v16.14.0</node.version>
<npm.version>8.3.1</npm.version>
<frontend-maven-plugin.version>1.14.2</frontend-maven-plugin.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<node.version>v20.9.0</node.version>
<npm.version>10.8.1</npm.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions src/test/resources/projects/my-custom-theme/reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<description>My Custom Theme description</description>

<properties>
<node.version>v16.14.0</node.version>
<npm.version>8.3.1</npm.version>
<frontend-maven-plugin.version>1.14.2</frontend-maven-plugin.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<node.version>v20.9.0</node.version>
<npm.version>10.8.1</npm.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 19b5942

Please sign in to comment.