Skip to content

Commit

Permalink
merge update maven-war-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardttom2 committed Apr 26, 2024
1 parent 49d8bcd commit 9e1b9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/terminalsvc/terminalsvc-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<version>3.4.0</version>
<configuration>
<!-- Java EE 6 doesn't require web.xml, Maven needs to
catch up! -->
Expand All @@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ejb-plugin</artifactId>
<version>2.5</version>
<version>3.2.1</version>
<configuration>
<archive>
<manifestEntries>
Expand Down

0 comments on commit 9e1b9f1

Please sign in to comment.