You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by rm...@apache.org on 2018/08/27 20:14:38 UTC

[3/3] metron git commit: METRON-1752 Prevent package.lock from changing during build (sardell via merrimanr) closes apache/metron#1177

METRON-1752 Prevent package.lock from changing during build (sardell via merrimanr) closes apache/metron#1177


Project: http://git-wip-us.apache.org/repos/asf/metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/09826da8
Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/09826da8
Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/09826da8

Branch: refs/heads/master
Commit: 09826da85eddb014a4b718233d53480220b1f5dd
Parents: e66cfc8
Author: sardell <sa...@hortonworks.com>
Authored: Mon Aug 27 15:14:19 2018 -0500
Committer: rmerriman <me...@gmail.com>
Committed: Mon Aug 27 15:14:19 2018 -0500

----------------------------------------------------------------------
 metron-interface/metron-alerts/pom.xml          |     6 +-
 .../metron-config/package-lock.json             | 17734 +++++++++++++++++
 metron-interface/metron-config/pom.xml          |    30 +-
 3 files changed, 17752 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metron/blob/09826da8/metron-interface/metron-alerts/pom.xml
----------------------------------------------------------------------
diff --git a/metron-interface/metron-alerts/pom.xml b/metron-interface/metron-alerts/pom.xml
index 996f473..f67a013 100644
--- a/metron-interface/metron-alerts/pom.xml
+++ b/metron-interface/metron-alerts/pom.xml
@@ -26,7 +26,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <node.version>v9.11.1</node.version>
-        <npm.version>5.8.0</npm.version>
+        <npm.version>6.2.0</npm.version>
     </properties>
     <dependencies>
     </dependencies>
@@ -52,12 +52,12 @@
                     </execution>
                     <execution>
                         <phase>generate-resources</phase>
-                        <id>npm install</id>
+                        <id>npm ci</id>
                         <goals>
                             <goal>npm</goal>
                         </goals>
                         <configuration>
-                            <arguments>install</arguments>
+                            <arguments>ci</arguments>
                         </configuration>
                     </execution>
                     <execution>