File tree Expand file tree Collapse file tree 12 files changed +16
-16
lines changed Expand file tree Collapse file tree 12 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- FROM openliberty /open-liberty:full-java11-openj9-ubi
1
+ FROM icr.io/appcafe /open-liberty:full-java11-openj9-ubi
2
2
3
3
ARG VERSION=1.0
4
4
ARG REVISION=SNAPSHOT
Original file line number Diff line number Diff line change 99
99
<plugin >
100
100
<groupId >io.openliberty.tools</groupId >
101
101
<artifactId >liberty-maven-plugin</artifactId >
102
- <version >3.3.4 </version >
102
+ <version >3.5 </version >
103
103
<configuration >
104
104
<looseApplication >false</looseApplication >
105
105
</configuration >
106
106
</plugin >
107
107
<plugin >
108
108
<groupId >org.apache.maven.plugins</groupId >
109
109
<artifactId >maven-war-plugin</artifactId >
110
- <version >3.3.1 </version >
110
+ <version >3.3.2 </version >
111
111
</plugin >
112
112
<plugin >
113
113
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ <h2>Eclipse MicroProfile</h2>
41
41
< p >
42
42
For more information about the features used in this application, see the Open Liberty documentation:
43
43
< ul >
44
- < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-4.0 .html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 4.0 </ a > </ li >
44
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-4.1 .html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 4.1 </ a > </ li >
45
45
< li > < a href ="https://openliberty.io/docs/ref/feature/mpGraphQL-1.0.html " target ="_blank " rel ="noopener noreferrer "> MicroProfile GraphQL 1.0</ a > </ li >
46
46
< li > < a href ="https://openliberty.io/docs/ref/feature/#mpConfig-2.0.html " target ="_blank " rel ="noopener noreferrer "> MicroProfile Config 2.0</ a > </ li >
47
47
< li > < a href ="https://openliberty.io/docs/ref/feature/#mpRestClient-2.0.html " target ="_blank " rel ="noopener noreferrer "> MicroProfile Rest Client 2.0</ a > </ li >
Original file line number Diff line number Diff line change 1
1
ARG JAVA_VERSION=java11
2
2
ARG VERSION=1.0
3
3
ARG REVISION=SNAPSHOT
4
- FROM openliberty /open-liberty:full-${JAVA_VERSION}-openj9-ubi
4
+ FROM icr.io/appcafe /open-liberty:full-${JAVA_VERSION}-openj9-ubi
5
5
6
6
LABEL \
7
7
org.opencontainers.image.authors="Your Name" \
Original file line number Diff line number Diff line change 89
89
<plugin >
90
90
<groupId >io.openliberty.tools</groupId >
91
91
<artifactId >liberty-maven-plugin</artifactId >
92
- <version >3.3.4 </version >
92
+ <version >3.5 </version >
93
93
</plugin >
94
94
<plugin >
95
95
<groupId >org.apache.maven.plugins</groupId >
96
96
<artifactId >maven-war-plugin</artifactId >
97
- <version >3.3.1 </version >
97
+ <version >3.3.2 </version >
98
98
</plugin >
99
99
<plugin >
100
100
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ <h2>Eclipse MicroProfile</h2>
30
30
< p >
31
31
For more information about the features used in this application, see the Open Liberty documentation:
32
32
< ul >
33
- < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-4.0 .html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 4.0 </ a > </ li >
33
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-4.1 .html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 4.1 </ a > </ li >
34
34
< li > < a href ="https://openliberty.io/docs/ref/feature/#mpConfig-2.0.html " target ="_blank " rel ="noopener noreferrer "> MicroProfile Config 2.0</ a > </ li >
35
35
< li > < a href ="https://openliberty.io/docs/ref/feature/#cdi-2.0.html " target ="_blank " rel ="noopener noreferrer "> Contexts and Dependency Injection 2.0</ a > </ li >
36
36
< li > < a href ="https://openliberty.io/docs/ref/feature/#jaxrs-2.1.html " target ="_blank " rel ="noopener noreferrer "> Java RESTful Services 2.1</ a > </ li >
Original file line number Diff line number Diff line change 1
- FROM openliberty /open-liberty:full-java11-openj9-ubi
1
+ FROM icr.io/appcafe /open-liberty:full-java11-openj9-ubi
2
2
3
3
ARG VERSION=1.0
4
4
ARG REVISION=SNAPSHOT
Original file line number Diff line number Diff line change 88
88
<plugin >
89
89
<groupId >io.openliberty.tools</groupId >
90
90
<artifactId >liberty-maven-plugin</artifactId >
91
- <version >3.3.4 </version >
91
+ <version >3.5 </version >
92
92
<configuration >
93
93
<looseApplication >false</looseApplication >
94
94
</configuration >
95
95
</plugin >
96
96
<plugin >
97
97
<groupId >org.apache.maven.plugins</groupId >
98
98
<artifactId >maven-war-plugin</artifactId >
99
- <version >3.3.1 </version >
99
+ <version >3.3.2 </version >
100
100
</plugin >
101
101
<plugin >
102
102
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ <h2>Eclipse MicroProfile</h2>
41
41
< p >
42
42
For more information about the features used in this application, see the Open Liberty documentation:
43
43
< ul >
44
- < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-4.0 .html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 4.0 </ a > </ li >
44
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-4.1 .html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 4.1 </ a > </ li >
45
45
< li > < a href ="https://openliberty.io/docs/ref/feature/mpGraphQL-1.0.html " target ="_blank " rel ="noopener noreferrer "> MicroProfile GraphQL 1.0</ a > </ li >
46
46
< li > < a href ="https://openliberty.io/docs/ref/feature/#mpConfig-2.0.html " target ="_blank " rel ="noopener noreferrer "> MicroProfile Config 2.0</ a > </ li >
47
47
< li > < a href ="https://openliberty.io/docs/ref/feature/#mpRestClient-2.0.html " target ="_blank " rel ="noopener noreferrer "> MicroProfile Rest Client 2.0</ a > </ li >
Original file line number Diff line number Diff line change 1
1
ARG JAVA_VERSION=java11
2
2
ARG VERSION=1.0
3
3
ARG REVISION=SNAPSHOT
4
- FROM openliberty /open-liberty:full-${JAVA_VERSION}-openj9-ubi
4
+ FROM icr.io/appcafe /open-liberty:full-${JAVA_VERSION}-openj9-ubi
5
5
6
6
LABEL \
7
7
org.opencontainers.image.authors="Your Name" \
You can’t perform that action at this time.
0 commit comments