Skip to content

Commit

Permalink
[MPLUGIN-441] Upgrade to maven alpha-4 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Feb 15, 2023
1 parent 4cd8c03 commit 25837ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven-plugin-plugin/src/it/v4api/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ assert descriptorFile.isFile()
def pluginDescriptor = new XmlParser().parse( descriptorFile );

assert pluginDescriptor.requiredJavaVersion.text() == '1.8'
assert pluginDescriptor.requiredMavenVersion.text() == '4.0.0-alpha-2'
assert pluginDescriptor.requiredMavenVersion.text() == '4.0.0-alpha-4'

def mojo = pluginDescriptor.mojos.mojo.findAll{ it.goal.text() == "first" }[0]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<properties>
<javaVersion>8</javaVersion>
<pluginTestingHarnessVersion>3.3.0</pluginTestingHarnessVersion>
<maven4Version>4.0.0-alpha-2</maven4Version>
<maven4Version>4.0.0-alpha-4</maven4Version>
<mavenVersion>3.2.5</mavenVersion>
<!-- SLF4J version must match the version exported from the mavenVersion,
https://github.com/apache/maven/blob/12a6b3acb947671f09b81f49094c53f426d8cea1/pom.xml#L63 -->
Expand Down

0 comments on commit 25837ee

Please sign in to comment.