Skip to content

Commit

Permalink
Merge pull request #138 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Version update mp41 (#134)
  • Loading branch information
gkwan-ibm authored Dec 16, 2021
2 parents 031fa1c + d14aff1 commit 8ad38c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<version>4.0.1</version>
<version>4.1</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand All @@ -39,13 +39,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.1</version>
<version>5.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>3.4.3</version>
<version>3.4.5</version>
<scope>test</scope>
</dependency>
<!-- JSON-P RI -->
Expand All @@ -72,7 +72,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</plugin>
<!-- Plugin to run unit tests -->
<plugin>
Expand All @@ -84,7 +84,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.3.4</version>
<version>3.5.1</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
Expand Down
10 changes: 5 additions & 5 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<version>4.0.1</version>
<version>4.1</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
<!-- For tests -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.1</version>
<version>5.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>3.4.3</version>
<version>3.4.5</version>
<scope>test</scope>
</dependency>
<!-- JSON-P RI -->
Expand All @@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</plugin>
<!-- Plugin to run unit tests -->
<plugin>
Expand All @@ -80,7 +80,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.3.4</version>
<version>3.5.1</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
Expand Down

0 comments on commit 8ad38c2

Please sign in to comment.