This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new e9c64953fc Bump com.github.eirslett:frontend-maven-plugin from 2.0.0
to 2.0.1
e9c64953fc is described below
commit e9c64953fc2df365ca29c2bffd3b772d9436d56f
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Jul 13 13:54:19 2026 -0400
Bump com.github.eirslett:frontend-maven-plugin from 2.0.0 to 2.0.1
Also removes the failOnError config from the npm executions as that
parameter no longer exists on the plugin's npm goal.
Assisted-by: Claude Code:claude-opus-4-8
---
gremlin-js/gremlin-javascript/pom.xml | 3 +--
gremlin-js/gremlin-mcp/pom.xml | 2 +-
gremlin-js/gremlint/pom.xml | 3 +--
gremlin-js/pom.xml | 2 +-
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/gremlin-js/gremlin-javascript/pom.xml
b/gremlin-js/gremlin-javascript/pom.xml
index 97ad70b0ae..cf8ba36f33 100644
--- a/gremlin-js/gremlin-javascript/pom.xml
+++ b/gremlin-js/gremlin-javascript/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</plugin>
</plugins>
</pluginManagement>
@@ -178,7 +178,6 @@ limitations under the License.
<configuration>
<skip>${skipTests}</skip>
<arguments>run lint</arguments>
- <failOnError>true</failOnError>
</configuration>
</execution>
<execution>
diff --git a/gremlin-js/gremlin-mcp/pom.xml b/gremlin-js/gremlin-mcp/pom.xml
index 6930a75a63..f11f51782e 100644
--- a/gremlin-js/gremlin-mcp/pom.xml
+++ b/gremlin-js/gremlin-mcp/pom.xml
@@ -103,7 +103,7 @@ limitations under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<executions>
<execution>
<id>install node and npm at workspace root</id>
diff --git a/gremlin-js/gremlint/pom.xml b/gremlin-js/gremlint/pom.xml
index 0eb0a29159..7c302382ae 100644
--- a/gremlin-js/gremlint/pom.xml
+++ b/gremlin-js/gremlint/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</plugin>
</plugins>
</pluginManagement>
@@ -141,7 +141,6 @@ limitations under the License.
<configuration>
<skip>${skipTests}</skip>
<arguments>test --exit</arguments>
- <failOnError>true</failOnError>
</configuration>
</execution>
</executions>
diff --git a/gremlin-js/pom.xml b/gremlin-js/pom.xml
index 71c59fac8b..143920a026 100644
--- a/gremlin-js/pom.xml
+++ b/gremlin-js/pom.xml
@@ -48,7 +48,7 @@ limitations under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<inherited>false</inherited>
<executions>
<execution>