Skip to content

Commit cc0189a

Browse files
committed
Run ci also with Maven 4
1 parent ff42558 commit cc0189a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
build:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
28+
with:
29+
maven4-enabled: true

src/it/export-ant-properties/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ under the License.
5353
</plugin>
5454
<plugin>
5555
<artifactId>maven-enforcer-plugin</artifactId>
56-
<version>1.4.1</version>
56+
<version>3.6.2</version>
5757
<executions>
5858
<execution>
5959
<id>enforce-properties</id>

0 commit comments

Comments
 (0)