Skip to content

Commit 58fac89

Browse files
author
Darren Zhang
committed
Update the version.
1 parent f36c518 commit 58fac89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

finish/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<maven.compiler.target>1.8</maven.compiler.target>
1717
<failOnMissingWebXml>false</failOnMissingWebXml>
1818
<!-- Plugin versions -->
19-
<version.liberty-maven-plugin>3.1</version.liberty-maven-plugin>
19+
<version.liberty-maven-plugin>3.2</version.liberty-maven-plugin>
2020
<version.maven-war-plugin>3.2.2</version.maven-war-plugin>
2121
</properties>
2222

@@ -27,7 +27,7 @@
2727
<!-- tag::microprofile[] -->
2828
<artifactId>microprofile</artifactId>
2929
<!-- end::microprofile[] -->
30-
<version>3.2</version>
30+
<version>3.3</version>
3131
<type>pom</type>
3232
<scope>provided</scope>
3333
</dependency>

start/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<maven.compiler.target>1.8</maven.compiler.target>
1717
<failOnMissingWebXml>false</failOnMissingWebXml>
1818
<!-- Plugin versions -->
19-
<version.liberty-maven-plugin>3.1</version.liberty-maven-plugin>
19+
<version.liberty-maven-plugin>3.2</version.liberty-maven-plugin>
2020
<version.maven-war-plugin>3.2.2</version.maven-war-plugin>
2121
</properties>
2222

@@ -27,7 +27,7 @@
2727
<!-- tag::microprofile[] -->
2828
<artifactId>microprofile</artifactId>
2929
<!-- end::microprofile[] -->
30-
<version>3.2</version>
30+
<version>3.3</version>
3131
<type>pom</type>
3232
<scope>provided</scope>
3333
</dependency>

0 commit comments

Comments
 (0)