Skip to content

Commit fbccfd4

Browse files
authored
Merge pull request #67 from OpenLiberty/staging
Merge staging to prod - Change server to runtime or instancee
2 parents 805068b + 9cecee2 commit fbccfd4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Start Open Liberty in dev mode for the `system` microservice:
285285
mvn liberty:dev
286286
```
287287

288-
After you see the following message, your application server in dev mode is ready:
288+
After you see the following message, your Liberty instance is ready in dev mode:
289289

290290
[role="no_copy"]
291291
----
@@ -423,7 +423,7 @@ The pact file that's created by the `inventory` microservice was successfully ve
423423

424424
== Tearing down the environment
425425

426-
When you are done checking out the service, exit dev mode by pressing `CTRL+C` in the command-line sessions where you ran the servers for the `system` and `inventory` microservices, or by typing `q` and then pressing the `enter/return` key.
426+
When you are done checking out the service, exit dev mode by pressing `CTRL+C` in the command-line sessions where you ran the Liberty instances for the `system` and `inventory` microservices, or by typing `q` and then pressing the `enter/return` key.
427427

428428
Navigate back to the `/guide-contract-testing` directory and run the following commands to remove the Pact Broker:
429429

finish/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>io.openliberty.tools</groupId>
107107
<artifactId>liberty-maven-plugin</artifactId>
108-
<version>3.7.1</version>
108+
<version>3.8.2</version>
109109
</plugin>
110110
</plugins>
111111
</build>

finish/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>io.openliberty.tools</groupId>
6565
<artifactId>liberty-maven-plugin</artifactId>
66-
<version>3.7.1</version>
66+
<version>3.8.2</version>
6767
</plugin>
6868
<!-- end::libertyMavenPlugin[] -->
6969
<plugin>

start/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>io.openliberty.tools</groupId>
7171
<artifactId>liberty-maven-plugin</artifactId>
72-
<version>3.7.1</version>
72+
<version>3.8.2</version>
7373
</plugin>
7474
</plugins>
7575
</build>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>io.openliberty.tools</groupId>
5858
<artifactId>liberty-maven-plugin</artifactId>
59-
<version>3.7.1</version>
59+
<version>3.8.2</version>
6060
</plugin>
6161
<!-- end::libertyMavenPlugin[] -->
6262
<plugin>

0 commit comments

Comments
 (0)