Skip to content

Commit bc09c89

Browse files
authored
Merge pull request #59 from OpenLiberty/update-version
Update the version.
2 parents f36c518 + 768e092 commit bc09c89

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

finish/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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>
20-
<version.maven-war-plugin>3.2.2</version.maven-war-plugin>
19+
<version.liberty-maven-plugin>3.2</version.liberty-maven-plugin>
20+
<version.maven-war-plugin>3.2.3</version.maven-war-plugin>
2121
</properties>
2222

2323
<dependencies>
@@ -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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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>
20-
<version.maven-war-plugin>3.2.2</version.maven-war-plugin>
19+
<version.liberty-maven-plugin>3.2</version.liberty-maven-plugin>
20+
<version.maven-war-plugin>3.2.3</version.maven-war-plugin>
2121
</properties>
2222

2323
<dependencies>
@@ -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)