Skip to content

Commit bc9f73b

Browse files
authored
Merge pull request #365 from OpenLiberty/dependabot/maven/start/org.apache.maven.plugins-maven-war-plugin-3.5.0
Bump org.apache.maven.plugins:maven-war-plugin from 3.4.0 to 3.5.0 in /start
2 parents 195eca0 + d353a26 commit bc9f73b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-war-plugin</artifactId>
80-
<version>3.4.0</version>
80+
<version>3.5.0</version>
8181
</plugin>
8282
<!-- Enable Liberty Maven plugin -->
8383
<plugin>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-war-plugin</artifactId>
66-
<version>3.4.0</version>
66+
<version>3.5.0</version>
6767
</plugin>
6868
<!-- Enable Liberty Maven plugin -->
6969
<plugin>

0 commit comments

Comments
 (0)