Skip to content

Commit 4cf4922

Browse files
authored
Merge pull request #192 from OpenLiberty/staging
Merge staging to prod - Version update mp41 (#190)
2 parents 40b11e6 + 2505748 commit 4cf4922

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Diff for: finish/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@
3535
<dependency>
3636
<groupId>org.eclipse.microprofile</groupId>
3737
<artifactId>microprofile</artifactId>
38-
<version>4.0.1</version>
38+
<version>4.1</version>
3939
<type>pom</type>
4040
<scope>provided</scope>
4141
</dependency>
4242
<!-- For tests -->
4343
<dependency>
4444
<groupId>org.junit.jupiter</groupId>
4545
<artifactId>junit-jupiter</artifactId>
46-
<version>5.7.1</version>
46+
<version>5.8.1</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.apache.cxf</groupId>
5151
<artifactId>cxf-rt-rs-client</artifactId>
52-
<version>3.4.3</version>
52+
<version>3.4.5</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.apache.cxf</groupId>
5757
<artifactId>cxf-rt-rs-extension-providers</artifactId>
58-
<version>3.4.3</version>
58+
<version>3.4.5</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>io.openliberty.tools</groupId>
7575
<artifactId>liberty-maven-plugin</artifactId>
76-
<version>3.3.4</version>
76+
<version>3.5.1</version>
7777
</plugin>
7878
<!-- Plugin to run functional tests -->
7979
<plugin>
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-war-plugin</artifactId>
95-
<version>3.3.1</version>
95+
<version>3.3.2</version>
9696
</plugin>
9797
<!-- Plugin to run unit tests -->
9898
<plugin>

Diff for: finish/src/main/webapp/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Eclipse MicroProfile</h2>
3030
<p>
3131
For more information about the features used in this application, see the Open Liberty documentation:
3232
<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>
3434
<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>
3535
</ul>
3636
</p>

Diff for: start/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@
2929
<dependency>
3030
<groupId>org.eclipse.microprofile</groupId>
3131
<artifactId>microprofile</artifactId>
32-
<version>4.0.1</version>
32+
<version>4.1</version>
3333
<type>pom</type>
3434
<scope>provided</scope>
3535
</dependency>
3636
<!-- For tests -->
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>
3939
<artifactId>junit-jupiter</artifactId>
40-
<version>5.7.1</version>
40+
<version>5.8.1</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.apache.cxf</groupId>
4545
<artifactId>cxf-rt-rs-client</artifactId>
46-
<version>3.4.3</version>
46+
<version>3.4.5</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.apache.cxf</groupId>
5151
<artifactId>cxf-rt-rs-extension-providers</artifactId>
52-
<version>3.4.3</version>
52+
<version>3.4.5</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>io.openliberty.tools</groupId>
6969
<artifactId>liberty-maven-plugin</artifactId>
70-
<version>3.3.4</version>
70+
<version>3.5.1</version>
7171
</plugin>
7272
<!-- Plugin to run functional tests -->
7373
<plugin>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-war-plugin</artifactId>
87-
<version>3.3.1</version>
87+
<version>3.3.2</version>
8888
</plugin>
8989
<!-- Plugin to run unit tests -->
9090
<plugin>

Diff for: start/src/main/webapp/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Eclipse MicroProfile</h2>
3030
<p>
3131
For more information about the features used in this application, see the Open Liberty documentation:
3232
<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>
3434
<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>
3535
</ul>
3636
</p>

0 commit comments

Comments
 (0)