Skip to content

Commit b4948f7

Browse files
authored
Merge pull request #101 from OpenLiberty/staging
Merge staging to prod - Bump async from 2.6.3 to 2.6.4 in /start/src/main/frontend (#99)
2 parents 79ebac0 + 59e7d19 commit b4948f7

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

Diff for: CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A good bug report makes it easy for everyone to understand what you were trying
1212

1313
## Contributions
1414

15-
Contributing to an Open Liberty guide is simple. All you need to do is create your own branch to include your contribution and open a pull request to the `staging` (quality assurance) branch.
15+
Contributing to an Open Liberty guide is simple. All you need to do is create your branch to include your contribution and open a pull request to the `staging` (quality assurance) branch.
1616

1717
### Text or content contributions
1818

@@ -30,20 +30,20 @@ Use your real name when you sign. We can't accept pseudonyms or anonymous contri
3030

3131
Many Git UI tools have support for adding the `Signed-off-by` line to the end of your commit message. This line can be automatically added by the `git commit` command by using the `-s` option.
3232

33-
If reviewers agree with your change, your change will be merged to the `master` branch for publishing.
33+
If reviewers agree with your change, your change will be merged to the `prod` branch for publishing.
3434

3535
### Code contributions
3636

3737
If you are contributing trivial code changes such as typos, redundant spaces, or minor formatting and spelling errors, follow the instructions under [Text or content contributions](./CONTRIBUTING.md#text-or-content-contributions).
3838

39-
If you are contributing code changes via a pull request for non-trivial changes, you must sign off on the [Individual Contributor License Agreement](https://github.com/OpenLiberty/open-liberty/blob/master/cla/open-liberty-cla-individual.pdf). An example of a non-trivial change could be adding a new
39+
If you are contributing code changes via a pull request for non-trivial changes, you must sign off on the [Individual Contributor License Agreement](https://github.com/OpenLiberty/open-liberty/blob/release/cla/open-liberty-cla-individual.pdf). An example of a non-trivial change could be adding a new
4040
microservice to the backend application of the guide.
4141

42-
If you are contributing changes as part of your job, you may also wish to have your employer sign a [Corporate Contributor License Agreement](https://github.com/OpenLiberty/open-liberty/blob/master/cla/open-liberty-cla-corporate.pdf).
42+
If you are contributing changes as part of your job, you may also wish to have your employer sign a [Corporate Contributor License Agreement](https://github.com/OpenLiberty/open-liberty/blob/release/cla/open-liberty-cla-corporate.pdf).
4343

4444
Instructions for how to sign and submit these agreements are located at the top of each document.
4545

46-
After we obtain the signed CLA, you are welcome to open a pull request against the `staging` branch, and the team will be notified for review. We ask you follow these steps through the submission process:
46+
After we obtain the signed CLA, you are welcome to open a pull request against the `staging` branch, and the team will be notified for review. We ask you to follow these steps through the submission process:
4747

4848
1. Open a pull request against the `staging` branch.
4949
2. A "CLA signed" label will be manually added by the team.

Diff for: finish/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
<goal>install-node-and-npm</goal>
7676
</goals>
7777
<configuration>
78-
<nodeVersion>v12.18.3</nodeVersion>
79-
<npmVersion>6.14.6</npmVersion>
78+
<nodeVersion>v16.16.0</nodeVersion>
79+
<npmVersion>8.11.0</npmVersion>
8080
</configuration>
8181
</execution>
8282
<!-- tag::node-resource-install[] -->

Diff for: finish/src/main/frontend/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: start/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
<goal>install-node-and-npm</goal>
7373
</goals>
7474
<configuration>
75-
<nodeVersion>v12.18.3</nodeVersion>
76-
<npmVersion>6.14.6</npmVersion>
75+
<nodeVersion>v16.16.0</nodeVersion>
76+
<npmVersion>8.11.0</npmVersion>
7777
</configuration>
7878
</execution>
7979
<execution>

Diff for: start/src/main/frontend/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)