Skip to content

Commit 0ccc44b

Browse files
committed
Update to newer versions in doc
1 parent 0dbda1c commit 0ccc44b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Example using the `runtimeArtifact` parameter to install a WebSphere Liberty run
109109
<runtimeArtifact>
110110
<groupId>com.ibm.websphere.appserver.runtime</groupId>
111111
<artifactId>wlp-webProfile8</artifactId>
112-
<version>23.0.0.9</version>
112+
<version>24.0.0.9</version>
113113
<type>zip</type>
114114
</runtimeArtifact>
115115
</configuration>

docs/installation-configuration.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Example for using the `runtimeArtifact` parameter:
3939
<runtimeArtifact>
4040
<groupId>com.ibm.websphere.appserver.runtime</groupId>
4141
<artifactId>wlp-webProfile8</artifactId>
42-
<version>22.0.0.3</version>
42+
<version>25.0.0.3</version>
4343
<type>zip</type>
4444
</runtimeArtifact>
4545
</configuration>
@@ -119,7 +119,7 @@ The `runtimeArtifact` configuration is very flexible. It includes the use of pro
119119
* Use the one specified in `runtimeArtifact`.
120120
* Use the version from a matching `dependency`, if found, for the calculated `groupId:artifactId` from steps 1 and 2.
121121
* Use the version from a matching `dependencyManagement`, if found, for the calculated `groupId:artifactId` from steps 1 and 2.
122-
* Default to the latest available using a range like `[22.0.0.3,)`.
122+
* Default to the latest available using a range like `[24.0.0.3,)`.
123123

124124
##### Example
125125

@@ -131,7 +131,7 @@ Example "resolving" the `runtimeArtifact` version from matching `dependencyManag
131131
<dependency>
132132
<groupId>io.openliberty</groupId>
133133
<artifactId>openliberty-runtime</artifactId>
134-
<version>22.0.0.2</version>
134+
<version>25.0.0.3</version>
135135
<type>zip</type>
136136
</dependency>
137137
</dependencies>

0 commit comments

Comments
 (0)