Skip to content

Commit 9074fb9

Browse files
authored
Parent 44 (#222)
Update parent to 44, fix some deprecations
1 parent 8504fb8 commit 9074fb9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ on:
99
jobs:
1010
build:
1111
name: Verify
12-
uses: maveniverse/parent/.github/workflows/ci.yml@release-43
12+
uses: maveniverse/parent/.github/workflows/ci.yml@release-44
1313
with:
1414
maven-test: './mvnw -f demo install -e -B -V'

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>eu.maveniverse.maven.parent</groupId>
1616
<artifactId>parent</artifactId>
17-
<version>43</version>
17+
<version>44</version>
1818
<relativePath />
1919
</parent>
2020

extensions/mhc4/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-surefire-plugin</artifactId>
107107
<configuration>
108-
<systemProperties>
108+
<systemPropertyVariables>
109109
<maven.home>${maven.home}</maven.home>
110-
</systemProperties>
110+
</systemPropertyVariables>
111111
</configuration>
112112
</plugin>
113113
</plugins>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>eu.maveniverse.maven.parent</groupId>
1616
<artifactId>parent</artifactId>
17-
<version>43</version>
17+
<version>44</version>
1818
</parent>
1919

2020
<groupId>eu.maveniverse.maven.mima</groupId>

0 commit comments

Comments
 (0)