Skip to content

Commit 6f85110

Browse files
authored
Parent pom, mima, maven/resolver update (#237)
1 parent 0af5ffb commit 6f85110

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
jobs:
1010
build:
1111
name: Verify
12-
uses: maveniverse/parent/.github/workflows/ci.yml@release-47
12+
uses: maveniverse/parent/.github/workflows/ci.yml@release-48.1
1313
with:
14-
maven-matrix: '[ "3.9.11" ]' # IT does the mvn matrix
14+
maven-matrix: '[ "3.9.12" ]' # IT does the mvn matrix
1515
maven-test: './mvnw clean verify -e -B -V -P run-its -f it'
1616

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip

pom.xml

Lines changed: 4 additions & 4 deletions
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>47</version>
17+
<version>48</version>
1818
</parent>
1919

2020
<groupId>eu.maveniverse.maven.njord</groupId>
@@ -71,9 +71,9 @@
7171

7272
<!-- Dependency versions -->
7373
<version.maveniverseShared>0.1.9</version.maveniverseShared>
74-
<version.maven>3.9.11</version.maven>
75-
<version.resolver>1.9.24</version.resolver>
76-
<version.mima>2.4.38</version.mima>
74+
<version.maven>3.9.12</version.maven>
75+
<version.resolver>1.9.25</version.resolver>
76+
<version.mima>2.4.39</version.mima>
7777
<version.slf4j>1.7.36</version.slf4j>
7878
</properties>
7979

0 commit comments

Comments
 (0)