Skip to content

Commit 3e9a2b8

Browse files
authored
Merge pull request #54 from OpenLiberty/qa
Merge qa to master: update the acron version
2 parents cc22215 + 89b2bd7 commit 3e9a2b8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

finish/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>com.github.eirslett</groupId>
5353
<artifactId>frontend-maven-plugin</artifactId>
54-
<version>1.7.6</version>
54+
<version>1.9.1</version>
5555
<configuration>
5656
<workingDirectory>src/main/frontend</workingDirectory>
5757
</configuration>
@@ -64,7 +64,7 @@
6464
<goal>install-node-and-npm</goal>
6565
</goals>
6666
<configuration>
67-
<nodeVersion>v12.14.0</nodeVersion>
67+
<nodeVersion>v12.16.1</nodeVersion>
6868
<npmVersion>6.13.4</npmVersion>
6969
</configuration>
7070
</execution>

finish/src/main/frontend/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

start/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>com.github.eirslett</groupId>
5353
<artifactId>frontend-maven-plugin</artifactId>
54-
<version>1.7.6</version>
54+
<version>1.9.1</version>
5555
<configuration>
5656
<workingDirectory>src/main/frontend</workingDirectory>
5757
</configuration>
@@ -64,7 +64,7 @@
6464
<goal>install-node-and-npm</goal>
6565
</goals>
6666
<configuration>
67-
<nodeVersion>v12.14.0</nodeVersion>
67+
<nodeVersion>v12.16.1</nodeVersion>
6868
<npmVersion>6.13.4</npmVersion>
6969
</configuration>
7070
</execution>

start/src/main/frontend/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)