Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Oct 12, 2017
1 parent 86835ee commit ea5fccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>0.0.25</version>
<version>1.6</version>
<executions>
<execution>
<id>install node and npm</id>
Expand All @@ -166,7 +166,7 @@
</goals>
<phase>compile</phase>
<configuration>
<nodeVersion>v0.10.39</nodeVersion>
<nodeVersion>v6.11.4</nodeVersion>
<npmVersion>3.10.6</npmVersion>
</configuration>
</execution>
Expand Down

0 comments on commit ea5fccf

Please sign in to comment.