Skip to content

Commit 1fff4db

Browse files
authored
Revert "Merge staging to prod - Version update (#108)"
1 parent 16505f9 commit 1fff4db

File tree

24 files changed

+16729
-15478
lines changed

24 files changed

+16729
-15478
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
uses: github/super-linter@v3
2727
env:
2828
VALIDATE_ALL_CODEBASE: false
29-
VALIDATE_TYPESCRIPT_STANDARD: false
3029
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3130
LINTER_RULES_PATH: ./tools/pr-checker/linters/
3231
DEFAULT_BRANCH: prod

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019, 2021 IBM Corporation and others.
1+
// Copyright (c) 2019, 2020 IBM Corporation and others.
22
// Licensed under Creative Commons Attribution-NoDerivatives
33
// 4.0 International (CC BY-ND 4.0)
44
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -107,7 +107,7 @@ the artist JSON is available to you.
107107
Navigate to the `start` directory to begin.
108108

109109
[role='command']
110-
include::{common-includes}/devmode-lmp33-start.adoc[]
110+
include::{common-includes}/devmode-start.adoc[]
111111

112112
You can find your artist JSON at the
113113
http://localhost:9080/artists[http://localhost:9080/artists^] URL.

finish/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- tag::microprofile[] -->
2929
<artifactId>microprofile</artifactId>
3030
<!-- end::microprofile[] -->
31-
<version>4.0.1</version>
31+
<version>3.3</version>
3232
<type>pom</type>
3333
<scope>provided</scope>
3434
</dependency>
@@ -40,19 +40,19 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-war-plugin</artifactId>
43-
<version>3.3.1</version>
43+
<version>3.2.3</version>
4444
</plugin>
4545
<!-- Enable liberty-maven plugin -->
4646
<plugin>
4747
<groupId>io.openliberty.tools</groupId>
4848
<artifactId>liberty-maven-plugin</artifactId>
49-
<version>3.3.4</version>
49+
<version>3.2.3</version>
5050
</plugin>
5151
<!-- tag::frontend-plugin[] -->
5252
<plugin>
5353
<groupId>com.github.eirslett</groupId>
5454
<artifactId>frontend-maven-plugin</artifactId>
55-
<version>1.11.3</version>
55+
<version>1.9.1</version>
5656
<configuration>
5757
<!-- tag::working-dir[] -->
5858
<workingDirectory>src/main/frontend</workingDirectory>

finish/src/main/frontend/angular.json

Lines changed: 4 additions & 6 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",
@@ -26,12 +27,7 @@
2627
"src/styles.css"
2728
],
2829
"scripts": [],
29-
"vendorChunk": true,
30-
"extractLicenses": false,
31-
"buildOptimizer": false,
32-
"sourceMap": true,
33-
"optimization": false,
34-
"namedChunks": true
30+
"es5BrowserSupport": true
3531
},
3632
"configurations": {
3733
"production": {
@@ -44,7 +40,9 @@
4440
"optimization": true,
4541
"outputHashing": "all",
4642
"sourceMap": false,
43+
"extractCss": true,
4744
"namedChunks": false,
45+
"aot": true,
4846
"extractLicenses": true,
4947
"vendorChunk": false,
5048
"buildOptimizer": true,

0 commit comments

Comments
 (0)