Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating nightly #32

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version.liberty-maven-plugin>3.10.2</version.liberty-maven-plugin>
<!-- OpenLiberty runtime -->
<version.openliberty-group>io.openliberty.beta</version.openliberty-group>
<version.openliberty-runtime>24.0.0.2-beta</version.openliberty-runtime>
<version.openliberty-runtime>24.0.0.6-beta</version.openliberty-runtime>
<http.port>9080</http.port>
<https.port>9443</https.port>
<liberty.var.app.context.root>/</liberty.var.app.context.root>
Expand Down Expand Up @@ -116,8 +116,8 @@
<artifactId>liberty-maven-plugin</artifactId>
<version>${version.liberty-maven-plugin}</version>
<configuration>
<install> <!-- Using Daily Builds until ee-11 features are in beta -->
<runtimeUrl>https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/2024-04-18_1200/openliberty-all-24.0.0.5-cl240520240418-1200.zip</runtimeUrl>
<install> <!-- Using Daily Builds until all ee-11 features are in beta -->
<runtimeUrl>https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/2024-05-22_0400/openliberty-all-24.0.0.6-cl240620240522-0400.zip</runtimeUrl>
</install>
<!-- re-enable when concurrency 3.1 is in beta
<assemblyArtifact>
Expand Down