Skip to content

Commit 47b9616

Browse files
authored
Merge pull request #60 from OpenLiberty/qa
Merge qa to master: update version
2 parents fda8d09 + fdc0744 commit 47b9616

File tree

10 files changed

+10362
-4586
lines changed

10 files changed

+10362
-4586
lines changed

finish/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<maven.compiler.target>1.8</maven.compiler.target>
1717
<failOnMissingWebXml>false</failOnMissingWebXml>
1818
<!-- Plugin versions -->
19-
<version.liberty-maven-plugin>3.1</version.liberty-maven-plugin>
20-
<version.maven-war-plugin>3.2.2</version.maven-war-plugin>
19+
<version.liberty-maven-plugin>3.2</version.liberty-maven-plugin>
20+
<version.maven-war-plugin>3.2.3</version.maven-war-plugin>
2121
</properties>
2222

2323
<dependencies>
@@ -27,7 +27,7 @@
2727
<!-- tag::microprofile[] -->
2828
<artifactId>microprofile</artifactId>
2929
<!-- end::microprofile[] -->
30-
<version>3.2</version>
30+
<version>3.3</version>
3131
<type>pom</type>
3232
<scope>provided</scope>
3333
</dependency>
@@ -64,8 +64,8 @@
6464
<goal>install-node-and-npm</goal>
6565
</goals>
6666
<configuration>
67-
<nodeVersion>v12.16.1</nodeVersion>
68-
<npmVersion>6.13.4</npmVersion>
67+
<nodeVersion>v12.16.2</nodeVersion>
68+
<npmVersion>6.14.4</npmVersion>
6969
</configuration>
7070
</execution>
7171

finish/src/main/frontend/angular.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16+
"aot": true,
1617
"outputPath": "../webapp/app",
1718
"index": "src/index.html",
1819
"main": "src/main.ts",
@@ -50,6 +51,10 @@
5051
"type": "initial",
5152
"maximumWarning": "2mb",
5253
"maximumError": "5mb"
54+
},
55+
{
56+
"type": "anyComponentStyle",
57+
"maximumWarning": "6kb"
5358
}
5459
]
5560
}

0 commit comments

Comments
 (0)