You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: finish/src/main/webapp/index.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<!--
2
-
Copyright (c) 2016 IBM Corp.
2
+
Copyright (c) 2016, 2021 IBM Corp.
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
@@ -103,7 +103,7 @@ <h2>Want to learn more about Open Liberty and MicroProfile?</h2>
103
103
104
104
105
105
</section>
106
-
<sectionid="whereTo">
106
+
<sectionid="whereToNext">
107
107
<h2>Where to next, captain?</h2>
108
108
<h4>Set course for the Open Liberty guides!</h4>
109
109
<p>All of the info you need to continue your journey is here, laid out in easy to follow steps and examples. Searching our current selection makes it easy to find the guide that will help make your next project a reality.</p>
@@ -119,12 +119,12 @@ <h4>Set course for the Open Liberty guides!</h4>
sed -i "\#<artifactId>liberty-maven-plugin</artifactId>#a<configuration><install><runtimeUrl>https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER</runtimeUrl></install></configuration>" pom.xml
14
14
cat pom.xml
15
15
16
-
sed -i "s;FROM openliberty/open-liberty:kernel-java8-openj9-ubi;FROM openliberty/daily:latest;g" Dockerfile
16
+
sed -i "s;FROM openliberty/open-liberty:full-java11-openj9-ubi;FROM openliberty/daily:latest;g" Dockerfile
0 commit comments