This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 36ff145ef Tooling version update
36ff145ef is described below

commit 36ff145eff03cf5b561cb6c3776fd3abb20451d0
Author: stariy95 <[email protected]>
AuthorDate: Fri Dec 8 13:24:33 2023 +0400

    Tooling version update
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3ac7faab3..2a2cf4688 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,8 +31,8 @@
 
     <properties>
         <node.version>v8.9.1</node.version>
-        <yarn.version>v1.19.1</yarn.version>
-        <frontend.plugin.version>1.8.0</frontend.plugin.version>
+        <yarn.version>v1.22.19</yarn.version>
+        <frontend.plugin.version>1.15.0</frontend.plugin.version>
         <gulp.task>serve</gulp.task>
         <!-- Host and port for dev mode, can be set via mvn (e.g. 
-Ddev.host="192.168.1.2" -Ddev.port=80) -->
         <dev.host>localhost</dev.host>
@@ -42,7 +42,7 @@
     </properties>
 
     <build>
-        <!-- dev version can be build by simple `mvn` command -->
+        <!-- dev version can be built by simple `mvn` command -->
         <defaultGoal>clean package</defaultGoal>
 
         <plugins>
@@ -106,7 +106,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-enforcer-plugin</artifactId>
-                        <version>3.0.0-M1</version>
+                        <version>3.4.1</version>
                         <executions>
                             <execution>
                                 <id>enforce-property</id>
@@ -129,7 +129,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-scm-publish-plugin</artifactId>
-                        <version>1.1</version>
+                        <version>3.2.1</version>
                         <extensions>true</extensions>
                         <configuration>
                             <content>target/site/public</content>

Reply via email to