You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/04/06 13:04:00 UTC

svn commit: r1790397 - /myfaces/tobago/trunk/tobago-theme/pom.xml

Author: lofwyr
Date: Thu Apr  6 13:04:00 2017
New Revision: 1790397

URL: http://svn.apache.org/viewvc?rev=1790397&view=rev
Log:
TOBAGO-1719: Update Bootstrap to 4.0.0 alpha 6 (from alpha 5)
updating: 
* frontend-maven-plugin 1.4
* node v6.10.2
* npm 3.10.10

Modified:
    myfaces/tobago/trunk/tobago-theme/pom.xml

Modified: myfaces/tobago/trunk/tobago-theme/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/pom.xml?rev=1790397&r1=1790396&r2=1790397&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/pom.xml Thu Apr  6 13:04:00 2017
@@ -215,12 +215,12 @@
           <plugin>
             <groupId>com.github.eirslett</groupId>
             <artifactId>frontend-maven-plugin</artifactId>
-            <version>1.0</version>
+            <version>1.4</version>
 
             <!-- optional -->
             <configuration>
-              <nodeVersion>v6.5.0</nodeVersion>
-              <npmVersion>3.10.8</npmVersion>
+              <nodeVersion>v6.10.2</nodeVersion>
+              <npmVersion>3.10.10</npmVersion>
               <!-- optional: where to download node and npm from. Defaults to https://nodejs.org/dist/ -->
               <!--<downloadRoot>http://myproxy.example.org/nodejs/dist/</downloadRoot>-->
               <!-- optional: where to install node and npm. Defaults to the working directory -->