Skip to content

Commit d8440b9

Browse files
authored
Merge pull request #191 from OpenLiberty/staging
Merge staging to prod - Version update mp41 (#190)
2 parents 84a9100 + 5f28012 commit d8440b9

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

finish/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@
3131
<dependency>
3232
<groupId>org.eclipse.microprofile</groupId>
3333
<artifactId>microprofile</artifactId>
34-
<version>4.0.1</version>
34+
<version>4.1</version>
3535
<type>pom</type>
3636
<scope>provided</scope>
3737
</dependency>
3838
<!-- For tests -->
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.7.1</version>
42+
<version>5.8.1</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.cxf</groupId>
4747
<artifactId>cxf-rt-rs-client</artifactId>
48-
<version>3.4.3</version>
48+
<version>3.4.5</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.cxf</groupId>
5353
<artifactId>cxf-rt-rs-extension-providers</artifactId>
54-
<version>3.4.3</version>
54+
<version>3.4.5</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-war-plugin</artifactId>
71-
<version>3.3.1</version>
71+
<version>3.3.2</version>
7272
</plugin>
7373
<!-- Plugin to run unit tests -->
7474
<plugin>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>io.openliberty.tools</groupId>
8282
<artifactId>liberty-maven-plugin</artifactId>
83-
<version>3.3.4</version>
83+
<version>3.5</version>
8484
</plugin>
8585
<!-- Plugin to run functional tests -->
8686
<plugin>

finish/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
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/#mpConfig-2.0.html" target="_blank" rel="noopener noreferrer">MicroProfile Config 2.0</a></li>
3535
<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>
3636
<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>

start/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@
3131
<dependency>
3232
<groupId>org.eclipse.microprofile</groupId>
3333
<artifactId>microprofile</artifactId>
34-
<version>4.0.1</version>
34+
<version>4.1</version>
3535
<type>pom</type>
3636
<scope>provided</scope>
3737
</dependency>
3838
<!-- For tests -->
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.7.1</version>
42+
<version>5.8.1</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.cxf</groupId>
4747
<artifactId>cxf-rt-rs-client</artifactId>
48-
<version>3.4.3</version>
48+
<version>3.4.5</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.cxf</groupId>
5353
<artifactId>cxf-rt-rs-extension-providers</artifactId>
54-
<version>3.4.3</version>
54+
<version>3.4.5</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-war-plugin</artifactId>
71-
<version>3.3.1</version>
71+
<version>3.3.2</version>
7272
</plugin>
7373
<!-- Plugin to run unit tests -->
7474
<plugin>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>io.openliberty.tools</groupId>
8282
<artifactId>liberty-maven-plugin</artifactId>
83-
<version>3.3.4</version>
83+
<version>3.5</version>
8484
</plugin>
8585
<!-- Plugin to run functional tests -->
8686
<plugin>

start/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
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/#mpConfig-2.0.html" target="_blank" rel="noopener noreferrer">MicroProfile Config 2.0</a></li>
3535
<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>
3636
<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>

0 commit comments

Comments
 (0)